diff options
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_options2.sce')
-rw-r--r-- | tests/general_tests/symphonymat/symphonymat_options2.sce | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_options2.sce b/tests/general_tests/symphonymat/symphonymat_options2.sce index 89d3e14..2b7792c 100644 --- a/tests/general_tests/symphonymat/symphonymat_options2.sce +++ b/tests/general_tests/symphonymat/symphonymat_options2.sce @@ -19,10 +19,11 @@ intcon = [1 2 3 4]; options = ["time_limit" 250]; -// Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub,options) - //Error //Symphonymat: Options should be a list //at line 266 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) + |