diff options
author | Harpreet | 2015-12-29 00:38:48 +0530 |
---|---|---|
committer | Harpreet | 2015-12-29 00:38:48 +0530 |
commit | eb9ca1191c94059cd7adcf69805906c809fe9712 (patch) | |
tree | f98e728341812b8a0eb46aa4159b062a22225f05 /tests/general_tests/symphonymat/symphonymat_b1.sce | |
parent | 0eee95dfb1edec6ce52ec3065a3adb1bf169c9f9 (diff) | |
download | FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.gz FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.tar.bz2 FOSSEE-Optimization-toolbox-eb9ca1191c94059cd7adcf69805906c809fe9712.zip |
Bugs fixed 4
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_b1.sce')
-rw-r--r-- | tests/general_tests/symphonymat/symphonymat_b1.sce | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_b1.sce b/tests/general_tests/symphonymat/symphonymat_b1.sce index 68975c3..26c6ddb 100644 --- a/tests/general_tests/symphonymat/symphonymat_b1.sce +++ b/tests/general_tests/symphonymat/symphonymat_b1.sce @@ -1,4 +1,4 @@ -// Check for size of Objective Coefficients +// Check for size of equality constraint upper bound // Objective function c = [350*5,330*3,310*4,280*6,500,450,400,100]'; @@ -17,10 +17,12 @@ beq = [ 25, 1.25] intcon = [1 2 3 4]; -// Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub) - //Error //Symphonymat: The equality constraint upper bound is not equal to the number of equality constraint //at line 239 of function symphonymat called by : //[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub) + +// Calling Symphony +[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub) + + |