diff options
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_ub1.sce')
-rw-r--r-- | tests/general_tests/symphonymat/symphonymat_ub1.sce | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_ub1.sce b/tests/general_tests/symphonymat/symphonymat_ub1.sce index fdf345a..82237f2 100644 --- a/tests/general_tests/symphonymat/symphonymat_ub1.sce +++ b/tests/general_tests/symphonymat/symphonymat_ub1.sce @@ -17,10 +17,12 @@ beq = [ 25, 1.25, 1.25] intcon = [1 2 3 4]; -// Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub) - //Error //Symphonymat: The Upper Bound is not equal to the number of variables //at line 251 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) + + |