We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b653312 + 93ab8a2 commit bd9c91eCopy full SHA for bd9c91e
src/algorithms/ipopt.cpp
@@ -101,6 +101,8 @@ const ipopt_result_map_t ipopt_results = {PAGMO_DETAIL_IPOPT_RES_ENTRY(Solve_Suc
101
PAGMO_DETAIL_IPOPT_RES_ENTRY(Maximum_Iterations_Exceeded),
102
PAGMO_DETAIL_IPOPT_RES_ENTRY(Restoration_Failed),
103
PAGMO_DETAIL_IPOPT_RES_ENTRY(Error_In_Step_Computation),
104
+ PAGMO_DETAIL_IPOPT_RES_ENTRY(Maximum_CpuTime_Exceeded),
105
+ PAGMO_DETAIL_IPOPT_RES_ENTRY(Maximum_WallTime_Exceeded),
106
PAGMO_DETAIL_IPOPT_RES_ENTRY(Not_Enough_Degrees_Of_Freedom),
107
PAGMO_DETAIL_IPOPT_RES_ENTRY(Invalid_Problem_Definition),
108
PAGMO_DETAIL_IPOPT_RES_ENTRY(Invalid_Option),
0 commit comments