Ipopt  3.11.9
IpReturnCodes_inc.h
Go to the documentation of this file.
1 /***********************************************************************
2 // Copyright (C) 2004, 2009 International Business Machines and others.
3 // All Rights Reserved.
4 // This code is published under the Eclipse Public License.
5 //
6 // $Id: IpReturnCodes_inc.h 2216 2013-04-14 17:06:00Z stefan $
7 //
8 // Authors: Carl Laird, Andreas Waechter IBM 2004-08-13
9 ************************************************************************/
10 
11 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
12 /* !!!!!!!!! REMEMBER TO UPDATE IpReturnCodes.inc and Ipopt.java !!!!!!!! */
13 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
14 
17  {
25 
34 
39  };
40 
43  {
46  };
Search_Direction_Becomes_Too_Small
@ Search_Direction_Becomes_Too_Small
Definition: IpReturnCodes_inc.h:29
User_Requested_Stop
@ User_Requested_Stop
Definition: IpReturnCodes_inc.h:31
Not_Enough_Degrees_Of_Freedom
@ Not_Enough_Degrees_Of_Freedom
Definition: IpReturnCodes_inc.h:38
Invalid_Problem_Definition
@ Invalid_Problem_Definition
Definition: IpReturnCodes_inc.h:39
Diverging_Iterates
@ Diverging_Iterates
Definition: IpReturnCodes_inc.h:30
Solved_To_Acceptable_Level
@ Solved_To_Acceptable_Level
Definition: IpReturnCodes_inc.h:27
Feasible_Point_Found
@ Feasible_Point_Found
Definition: IpReturnCodes_inc.h:32
Internal_Error
@ Internal_Error
Definition: IpReturnCodes_inc.h:46
Solve_Succeeded
@ Solve_Succeeded
Definition: IpReturnCodes_inc.h:26
ApplicationReturnStatus
ApplicationReturnStatus
Return codes for the Optimize call for an application.
Definition: IpReturnCodes_inc.h:17
Unrecoverable_Exception
@ Unrecoverable_Exception
Definition: IpReturnCodes_inc.h:43
Invalid_Option
@ Invalid_Option
Definition: IpReturnCodes_inc.h:40
Restoration_Failed
@ Restoration_Failed
Definition: IpReturnCodes_inc.h:35
RegularMode
@ RegularMode
Definition: IpReturnCodes_inc.h:44
Error_In_Step_Computation
@ Error_In_Step_Computation
Definition: IpReturnCodes_inc.h:36
RestorationPhaseMode
@ RestorationPhaseMode
Definition: IpReturnCodes_inc.h:45
Infeasible_Problem_Detected
@ Infeasible_Problem_Detected
Definition: IpReturnCodes_inc.h:28
Invalid_Number_Detected
@ Invalid_Number_Detected
Definition: IpReturnCodes_inc.h:41
NonIpopt_Exception_Thrown
@ NonIpopt_Exception_Thrown
Definition: IpReturnCodes_inc.h:44
Maximum_CpuTime_Exceeded
@ Maximum_CpuTime_Exceeded
Definition: IpReturnCodes_inc.h:37
Maximum_Iterations_Exceeded
@ Maximum_Iterations_Exceeded
Definition: IpReturnCodes_inc.h:34
Insufficient_Memory
@ Insufficient_Memory
Definition: IpReturnCodes_inc.h:45
AlgorithmMode
AlgorithmMode
enum to indicate the mode in which the algorithm is
Definition: IpReturnCodes_inc.h:43