Loading...
Searching...
No Matches
Solver termination condition.
More...
|
string | select |
| Selection of enum options.
|
|
integer | value |
| Value of enum options.
|
|
|
static final | CAPABILITY = 6 |
| Solver terminated because the model is beyond the solvers capabilities.
|
|
static final | EVAL_ERROR = 5 |
| Solver quit with nonlinear term evaluation errors.
|
|
static final | INTERNAL_ERR = 11 |
| Solver terminated with error.
|
|
static final | ITERATION = 2 |
| Solver ran out of iterations.
|
|
static final | LICENSE = 7 |
| Solver terminated with a license error.
|
|
static final | NORMAL = 1 |
| Normal termination.
|
|
static final | RESOURCE = 3 |
| Solver exceeded time limit.
|
|
static final | SETUP_ERR = 9 |
| Solver terminated on setup error.
|
|
static final | SKIPPED = 12 |
| Solve skipped.
|
|
static final | SOLVER = 4 |
| Solver quit with a problem.
|
|
static final | SOLVER_ERR = 10 |
| Solver terminated with error.
|
|
static final | SYSTEM_ERR = 13 |
| Other error.
|
|
static final | UNDEFINED_STAT = 14 |
| Undefined status.
|
|
static final | USER = 8 |
| Solver terminated on users request (e.g. Ctrl-C)
|
|
Solver termination condition.