From eb9ca1191c94059cd7adcf69805906c809fe9712 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 29 Dec 2015 00:38:48 +0530 Subject: Bugs fixed 4 --- tests/general_tests/symphonymat/symphonymat_intcon2.sce | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests/general_tests/symphonymat/symphonymat_intcon2.sce') diff --git a/tests/general_tests/symphonymat/symphonymat_intcon2.sce b/tests/general_tests/symphonymat/symphonymat_intcon2.sce index 47b7572..9df4d64 100644 --- a/tests/general_tests/symphonymat/symphonymat_intcon2.sce +++ b/tests/general_tests/symphonymat/symphonymat_intcon2.sce @@ -1,4 +1,4 @@ -// Check for size of Objective Coefficients +// Check if the user provides a value less than 0 // Objective function c = [350*5,330*3,310*4,280*6,500,450,400,100]'; @@ -17,10 +17,12 @@ beq = [ 25, 1.25, 1.25] intcon = [1 2 3 -10]; -// Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,[],[],Aeq,beq,lb,ub) - //Error //Symphonymat: The values inside intcon should be greater than 0 //at line 218 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) + + -- cgit