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_logical2.sce | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tests/general_tests/symphonymat/symphonymat_logical2.sce') diff --git a/tests/general_tests/symphonymat/symphonymat_logical2.sce b/tests/general_tests/symphonymat/symphonymat_logical2.sce index 6bdd1b3..4f3923f 100644 --- a/tests/general_tests/symphonymat/symphonymat_logical2.sce +++ b/tests/general_tests/symphonymat/symphonymat_logical2.sce @@ -1,4 +1,5 @@ -// Check for size of Objective Coefficient +// An example with equality constraints and variable bounds + // A basic case : // Objective function @@ -22,9 +23,6 @@ b = [ 55;26;30;57] // Row Matrix for telling symphony that the is integer or not intcon = []; -// Calling Symphony -[x,f,status,output] = symphonymat(c,intcon,A,b,[],[],lb,ub) -disp("x",x,"f",f,"status",status,"output",output); // Output //Problem loaded into environment. // @@ -51,3 +49,8 @@ disp("x",x,"f",f,"status",status,"output",output); // 1.6 // // x + +// Calling Symphony +[x,f,status,output] = symphonymat(c,intcon,A,b,[],[],lb,ub) +disp("x",x,"f",f,"status",status,"output",output); + -- cgit