Sleipnir Python API
Loading...
Searching...
No Matches
jormungandr.optimization.SolverExitCondition Class Reference
Inheritance diagram for jormungandr.optimization.SolverExitCondition:

Static Public Attributes

int SUCCESS = 0
 
int SOLVED_TO_ACCEPTABLE_TOLERANCE = 1
 
int CALLBACK_REQUESTED_STOP = 2
 
int TOO_FEW_DOFS = -1
 
int LOCALLY_INFEASIBLE = -2
 
int FEASIBILITY_RESTORATION_FAILED = -3
 
int NONFINITE_INITIAL_COST_OR_CONSTRAINTS = -4
 
int DIVERGING_ITERATES = -5
 
int MAX_ITERATIONS_EXCEEDED = -6
 
int TIMEOUT = -7
 

Detailed Description

Solver exit condition.

Member Data Documentation

◆ CALLBACK_REQUESTED_STOP

int jormungandr.optimization.SolverExitCondition.CALLBACK_REQUESTED_STOP = 2
static

◆ DIVERGING_ITERATES

int jormungandr.optimization.SolverExitCondition.DIVERGING_ITERATES = -5
static

◆ FEASIBILITY_RESTORATION_FAILED

int jormungandr.optimization.SolverExitCondition.FEASIBILITY_RESTORATION_FAILED = -3
static

◆ LOCALLY_INFEASIBLE

int jormungandr.optimization.SolverExitCondition.LOCALLY_INFEASIBLE = -2
static

◆ MAX_ITERATIONS_EXCEEDED

int jormungandr.optimization.SolverExitCondition.MAX_ITERATIONS_EXCEEDED = -6
static

◆ NONFINITE_INITIAL_COST_OR_CONSTRAINTS

int jormungandr.optimization.SolverExitCondition.NONFINITE_INITIAL_COST_OR_CONSTRAINTS = -4
static

◆ SOLVED_TO_ACCEPTABLE_TOLERANCE

int jormungandr.optimization.SolverExitCondition.SOLVED_TO_ACCEPTABLE_TOLERANCE = 1
static

◆ SUCCESS

int jormungandr.optimization.SolverExitCondition.SUCCESS = 0
static

◆ TIMEOUT

int jormungandr.optimization.SolverExitCondition.TIMEOUT = -7
static

◆ TOO_FEW_DOFS

int jormungandr.optimization.SolverExitCondition.TOO_FEW_DOFS = -1
static

The documentation for this class was generated from the following file: