convergenceCriteriaSatisfied = 0
|
The solver exited because convergence criteria of the problem were satisfied. |
maxTimeLimit = 1
|
The solver exited due to reaching a specified time limit. |
iterationLimit = 2
|
The solver exited due to reaching a specified iteration limit. |
objectiveLimit = 3
|
The solver exited due to reaching an objective limit. |
minStepLength = 4
|
The solver exited due to a minimum step length. |
unbounded = 5
|
The solver exited because the problem has been found to be unbounded. |
provenInfeasible = 6
|
The solver exited because the problem has been proven infeasible. |
locallyInfeasible = 7
|
The solver exited because no feasible solution was found to the submitted problem, but it could not be proven that no such solution exists. |
infeasibleOrUnbounded = 8
|
Some solvers do not specify between infeasibility or unboundedness and instead return that one or the other has occurred. |
error = 9
|
The solver exited with some error. |
interrupted = 10
|
The solver was interrupted while running. |
licensingProblems = 11
|
The solver experienced issues with licensing. |
emptyModel = 12
|
The model being solved did not have any variables |
unknown = 42
|
All other unrecognized exit statuses fall in this category. |