#include "IpTypes.hpp"
#include "IpException.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Ipopt |
Enumerations | |
Enumerations | |
enum | SolverReturn { SUCCESS, MAXITER_EXCEEDED, STOP_AT_TINY_STEP, STOP_AT_ACCEPTABLE_POINT, LOCAL_INFEASIBILITY, USER_REQUESTED_STOP, DIVERGING_ITERATES, RESTORATION_FAILURE, ERROR_IN_STEP_COMPUTATION, INVALID_NUMBER_DETECTED, TOO_FEW_DEGREES_OF_FREEDOM, INTERNAL_ERROR } |
enum for the return from the optimize algorithm (obviously we need to add more) More... | |
Functions | |
Some exceptions used in multiple places | |
DECLARE_STD_EXCEPTION (LOCALLY_INFEASIBLE) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (TOO_FEW_DOF) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (TINY_STEP_DETECTED) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (ACCEPTABLE_POINT_REACHED) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (FEASIBILITY_PROBLEM_SOLVED) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (INVALID_WARMSTART) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (INTERNAL_ABORT) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). | |
DECLARE_STD_EXCEPTION (FAILED_INITIALIZATION) | |
Exception FAILED_INITIALIZATION for problem during initialization of a strategy object (or other problems). |