diff options
author | Georgey | 2017-03-15 16:34:53 +0530 |
---|---|---|
committer | Georgey | 2017-03-15 16:34:53 +0530 |
commit | f455f9b3c105292ccba94f2b5fe0f57cfe4b799c (patch) | |
tree | 77d4c00636d5e62e659f486f685990d2388073a1 /sci_gateway/cpp/sci_sym_loadproblem.cpp | |
parent | e9d5a25d2eb1950e5ce0adf29a67850e38d23dd3 (diff) | |
download | FOSSEE-Optimization-toolbox-f455f9b3c105292ccba94f2b5fe0f57cfe4b799c.tar.gz FOSSEE-Optimization-toolbox-f455f9b3c105292ccba94f2b5fe0f57cfe4b799c.tar.bz2 FOSSEE-Optimization-toolbox-f455f9b3c105292ccba94f2b5fe0f57cfe4b799c.zip |
Added header files for Ipopt 3.12.7,minor modifications to symphony's output texts
Diffstat (limited to 'sci_gateway/cpp/sci_sym_loadproblem.cpp')
-rw-r--r-- | sci_gateway/cpp/sci_sym_loadproblem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_sym_loadproblem.cpp b/sci_gateway/cpp/sci_sym_loadproblem.cpp index 1a00092..f0df922 100644 --- a/sci_gateway/cpp/sci_sym_loadproblem.cpp +++ b/sci_gateway/cpp/sci_sym_loadproblem.cpp @@ -235,7 +235,7 @@ static int commonCodePart2() //call problem loader sym_explicit_load_problem(global_sym_env,numVars,numConstr,conMatrixColStart,conMatrixRowIndex,conMatrix,lowerBounds,upperBounds,isIntVar,objective,NULL,conType,conRHS,conRange,TRUE); - sciprint("Problem loaded into environment.\n"); + // sciprint("Problem loaded into environment.\n"); //code to give output cleanupBeforeExit(); |