diff --git a/src/algorithms/ipopt.cpp b/src/algorithms/ipopt.cpp index d018726af..f280d4fb7 100644 --- a/src/algorithms/ipopt.cpp +++ b/src/algorithms/ipopt.cpp @@ -101,6 +101,8 @@ const ipopt_result_map_t ipopt_results = {PAGMO_DETAIL_IPOPT_RES_ENTRY(Solve_Suc PAGMO_DETAIL_IPOPT_RES_ENTRY(Maximum_Iterations_Exceeded), PAGMO_DETAIL_IPOPT_RES_ENTRY(Restoration_Failed), PAGMO_DETAIL_IPOPT_RES_ENTRY(Error_In_Step_Computation), + PAGMO_DETAIL_IPOPT_RES_ENTRY(Maximum_CpuTime_Exceeded), + PAGMO_DETAIL_IPOPT_RES_ENTRY(Maximum_WallTime_Exceeded), PAGMO_DETAIL_IPOPT_RES_ENTRY(Not_Enough_Degrees_Of_Freedom), PAGMO_DETAIL_IPOPT_RES_ENTRY(Invalid_Problem_Definition), PAGMO_DETAIL_IPOPT_RES_ENTRY(Invalid_Option),