/home/coin/SVN-release/CoinAll-1.1.0/Ipopt/src/Interfaces/IpReturnCodes_inc.h

Go to the documentation of this file.
00001 /***********************************************************************
00002 // Copyright (C) 2004, 2008 International Business Machines and others.
00003 // All Rights Reserved.
00004 // This code is published under the Common Public License.
00005 //
00006 // $Id: IpReturnCodes_inc.h 1219 2008-04-25 18:14:35Z andreasw $
00007 //
00008 // Authors:  Carl Laird, Andreas Waechter     IBM    2004-08-13
00009 ************************************************************************/
00010 
00011 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
00012 /* !!!!!!!!!!!!!!!! REMEMBER TO UPDATE IpReturnCodes.inc !!!!!!!!!!!!!!!! */
00013 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
00014 
00016 enum ApplicationReturnStatus
00017   {
00018     Solve_Succeeded=0,
00019     Solved_To_Acceptable_Level=1,
00020     Infeasible_Problem_Detected=2,
00021     Search_Direction_Becomes_Too_Small=3,
00022     Diverging_Iterates=4,
00023     User_Requested_Stop=5,
00024     Feasible_Point_Found=6,
00025 
00026     Maximum_Iterations_Exceeded=-1,
00027     Restoration_Failed=-2,
00028     Error_In_Step_Computation=-3,
00029     Not_Enough_Degrees_Of_Freedom=-10,
00030     Invalid_Problem_Definition=-11,
00031     Invalid_Option=-12,
00032     Invalid_Number_Detected=-13,
00033 
00034     Unrecoverable_Exception=-100,
00035     NonIpopt_Exception_Thrown=-101,
00036     Insufficient_Memory=-102,
00037     Internal_Error=-199
00038   };
00039 
00041 enum AlgorithmMode
00042   {
00043     RegularMode=0,
00044     RestorationPhaseMode=1
00045   };

Generated on Sun Nov 14 14:06:36 2010 for Coin-All by  doxygen 1.4.7