diff options
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_c1.sce')
-rw-r--r-- | tests/general_tests/symphonymat/symphonymat_c1.sce | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_c1.sce b/tests/general_tests/symphonymat/symphonymat_c1.sce index 6b8d5f8..990fcd1 100644 --- a/tests/general_tests/symphonymat/symphonymat_c1.sce +++ b/tests/general_tests/symphonymat/symphonymat_c1.sce @@ -17,10 +17,11 @@ 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: Objective Coefficients should be a column matrix //at line 160 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) + |