diff options
author | harpreet | 2016-04-16 12:12:15 +0530 |
---|---|---|
committer | harpreet | 2016-04-16 12:12:15 +0530 |
commit | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (patch) | |
tree | 087af3ca1853d01afef58684b09b537597317023 /sci_gateway/cpp/sci_ipoptfmincon.cpp | |
parent | 8484c85784b84cc3a9257f8d8065b3a8a7800628 (diff) | |
download | FOSSEE-Optimization-toolbox-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.tar.gz FOSSEE-Optimization-toolbox-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.tar.bz2 FOSSEE-Optimization-toolbox-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.zip |
fmincon examples
Diffstat (limited to 'sci_gateway/cpp/sci_ipoptfmincon.cpp')
-rw-r--r-- | sci_gateway/cpp/sci_ipoptfmincon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_ipoptfmincon.cpp b/sci_gateway/cpp/sci_ipoptfmincon.cpp index f19bbeb..c19687d 100644 --- a/sci_gateway/cpp/sci_ipoptfmincon.cpp +++ b/sci_gateway/cpp/sci_ipoptfmincon.cpp @@ -147,7 +147,7 @@ int sci_solveminconp(char *fname) ///////// Initialize the IpoptApplication and process the options ///////// ApplicationReturnStatus status; - status = app->Initialize(); + status = app->Initialize(); if (status != Solve_Succeeded) { sciprint("\n*** Error during initialization!\n"); |