diff options
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_options1.sce')
-rw-r--r-- | tests/general_tests/symphonymat/symphonymat_options1.sce | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_options1.sce b/tests/general_tests/symphonymat/symphonymat_options1.sce index 8da8547..01d293e 100644 --- a/tests/general_tests/symphonymat/symphonymat_options1.sce +++ b/tests/general_tests/symphonymat/symphonymat_options1.sce @@ -19,10 +19,12 @@ intcon = [1 2 3 4]; options = list("time_limit"); -// Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub,options) - //Error //Symphonymat: Size of parameters should be even //at line 272 of function symphonymat called by : //[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub,options) + +// Calling Symphony +[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub,options) + + |