diff options
Diffstat (limited to 'sci_gateway/cpp')
-rw-r--r-- | sci_gateway/cpp/.sci_QuadNLP.cpp.swp | bin | 16384 -> 0 bytes | |||
-rwxr-xr-x | sci_gateway/cpp/libFAMOS.so | bin | 122920 -> 122920 bytes | |||
-rw-r--r-- | sci_gateway/cpp/sci_ipopt.cpp | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/.sci_QuadNLP.cpp.swp b/sci_gateway/cpp/.sci_QuadNLP.cpp.swp Binary files differdeleted file mode 100644 index 764077c..0000000 --- a/sci_gateway/cpp/.sci_QuadNLP.cpp.swp +++ /dev/null diff --git a/sci_gateway/cpp/libFAMOS.so b/sci_gateway/cpp/libFAMOS.so Binary files differindex ccad147..4ab40e5 100755 --- a/sci_gateway/cpp/libFAMOS.so +++ b/sci_gateway/cpp/libFAMOS.so diff --git a/sci_gateway/cpp/sci_ipopt.cpp b/sci_gateway/cpp/sci_ipopt.cpp index cbb71df..635003e 100644 --- a/sci_gateway/cpp/sci_ipopt.cpp +++ b/sci_gateway/cpp/sci_ipopt.cpp @@ -170,7 +170,7 @@ int sci_solveqp(char *fname) ////////// Manage the output argument ////////// - if (rstatus == 0 | rstatus == 1 | rstatus == 2){ + if (rstatus >= 0 | rstatus <= 7){ fX = Prob->getX(); ObjVal = Prob->getObjVal(); iteration = Prob->iterCount(); |