From c4d3c162df7b998a62cce73fb9a74f4fef077171 Mon Sep 17 00:00:00 2001 From: Georgey Date: Wed, 15 Mar 2017 11:06:49 +0530 Subject: Removed the solution output on console meant for debug purposes from linprog --- sci_gateway/cpp/sci_LinProg.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sci_gateway/cpp') diff --git a/sci_gateway/cpp/sci_LinProg.cpp b/sci_gateway/cpp/sci_LinProg.cpp index f0f35fe..187d0da 100644 --- a/sci_gateway/cpp/sci_LinProg.cpp +++ b/sci_gateway/cpp/sci_LinProg.cpp @@ -142,10 +142,7 @@ int sci_linearprog(char *fname) //Output the solution to Scilab //get solution for x const double* xValue = si->getColSolution(); - for(int i=0;igetObjValue(); -- cgit