Loading...
Searching...
No Matches
matlab.gams.control.options.IntVarUp Class Reference

Set mode for default upper bounds on integer variables. More...

Public Attributes

string select
 Selection of enum options.
 
integer value
 Value of enum options.
 

Static Public Attributes

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.
 

Detailed Description

Set mode for default upper bounds on integer variables.

See also
Options