IpReturnCodes_inc.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ApplicationReturnStatus {
  Solve_Succeeded = 0, Solved_To_Acceptable_Level = 1, Infeasible_Problem_Detected = 2, Search_Direction_Becomes_Too_Small = 3,
  Diverging_Iterates = 4, User_Requested_Stop = 5, Maximum_Iterations_Exceeded = -1, Restoration_Failed = -2,
  Error_In_Step_Computation = -3, Not_Enough_Degrees_Of_Freedom = -10, Invalid_Problem_Definition = -11, Invalid_Option = -12,
  Invalid_Number_Detected = -13, Unrecoverable_Exception = -100, NonIpopt_Exception_Thrown = -101, Insufficient_Memory = -102,
  Internal_Error = -199
}
 Return codes for the Optimize call for an application. More...
enum  AlgorithmMode { RegularMode = 0, RestorationPhaseMode = 1 }
 enum to indicate the mode in which the algorithm is More...


Enumeration Type Documentation

enum ApplicationReturnStatus

Return codes for the Optimize call for an application.

Enumerator:
Solve_Succeeded 
Solved_To_Acceptable_Level 
Infeasible_Problem_Detected 
Search_Direction_Becomes_Too_Small 
Diverging_Iterates 
User_Requested_Stop 
Maximum_Iterations_Exceeded 
Restoration_Failed 
Error_In_Step_Computation 
Not_Enough_Degrees_Of_Freedom 
Invalid_Problem_Definition 
Invalid_Option 
Invalid_Number_Detected 
Unrecoverable_Exception 
NonIpopt_Exception_Thrown 
Insufficient_Memory 
Internal_Error 

Definition at line 16 of file IpReturnCodes_inc.h.

enum AlgorithmMode

enum to indicate the mode in which the algorithm is

Enumerator:
RegularMode 
RestorationPhaseMode 

Definition at line 40 of file IpReturnCodes_inc.h.


Generated on Fri May 16 21:10:03 2008 for Bonmin by  doxygen 1.4.7