Loading...
Searching...
No Matches
Set mode for default upper bounds on integer variables.
More...
|
string | select |
| Selection of enum options.
|
|
integer | value |
| Value of enum options.
|
|
|
static final | INF = 0 |
| Set default upper bound for integer variables to +INF.
|
|
static final | INFandLog = 2 |
| Same as 0 but writes a message to the log if the level of an integer variable is greater than 100.
|
|
static final | Pass100ToSolver = 1 |
| Pass a value of 100 instead of +INF to the solver as upper bound for integer variables.
|
|
static final | Pass100ToSolverAndError = 3 |
| Same as 2 but issues an execution error if the level of an integer variable is greater than 100.
|
|
static final | UndefinedIntVarUp = 4 |
| Undefined option.
|
|
Set mode for default upper bounds on integer variables.
- See also
- Options