gams.options.IntVarUp Class Reference
Set mode for default upper bounds on integer variables. More...
Static Public Attributes | |
int | INF = 0 |
Set default upper bound for integer variables to +INF. | |
int | Pass100ToSolver = 1 |
Pass a value of 100 instead of +INF to the solver as upper bound for integer variables. | |
int | INFandLog = 2 |
Same as 0 but writes a message to the log if the level of an integer variable is greater than 100. | |
int | Pass100ToSolverAndError = 3 |
Same as 2 but issues an execution error if the level of an integer variable is greater than 100. | |
Detailed Description
Set mode for default upper bounds on integer variables.