Ipopt  3.12.13
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$
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
Definition: IpReturnCodes_inc.h:27
User_Requested_Stop
Definition: IpReturnCodes_inc.h:29
Not_Enough_Degrees_Of_Freedom
Definition: IpReturnCodes_inc.h:36
Invalid_Problem_Definition
Definition: IpReturnCodes_inc.h:37
Diverging_Iterates
Definition: IpReturnCodes_inc.h:28
Solved_To_Acceptable_Level
Definition: IpReturnCodes_inc.h:25
Feasible_Point_Found
Definition: IpReturnCodes_inc.h:30
Internal_Error
Definition: IpReturnCodes_inc.h:44
Solve_Succeeded
Definition: IpReturnCodes_inc.h:24
ApplicationReturnStatus
ApplicationReturnStatus
Return codes for the Optimize call for an application.
Definition: IpReturnCodes_inc.h:15
Unrecoverable_Exception
Definition: IpReturnCodes_inc.h:41
Invalid_Option
Definition: IpReturnCodes_inc.h:38
Restoration_Failed
Definition: IpReturnCodes_inc.h:33
RegularMode
Definition: IpReturnCodes_inc.h:43
Error_In_Step_Computation
Definition: IpReturnCodes_inc.h:34
RestorationPhaseMode
Definition: IpReturnCodes_inc.h:44
Infeasible_Problem_Detected
Definition: IpReturnCodes_inc.h:26
Invalid_Number_Detected
Definition: IpReturnCodes_inc.h:39
NonIpopt_Exception_Thrown
Definition: IpReturnCodes_inc.h:42
Maximum_CpuTime_Exceeded
Definition: IpReturnCodes_inc.h:35
Maximum_Iterations_Exceeded
Definition: IpReturnCodes_inc.h:32
Insufficient_Memory
Definition: IpReturnCodes_inc.h:43
AlgorithmMode
AlgorithmMode
enum to indicate the mode in which the algorithm is
Definition: IpReturnCodes_inc.h:41