Loading...
Searching...
No Matches

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

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static IntVarUp lookup (integer value)
 Find enum option from alternative value.
 

Public Attributes

 INF =(0)
 Set default upper bound for integer variables to +INF.
 
 INFandLog =(2)
 Same as 0 but writes a message to the log if the level of an integer variable is greater than 100.
 
 Pass100ToSolver =(1)
 Pass a value of 100 instead of +INF to the solver as upper bound for integer variables.
 
 Pass100ToSolverAndError =(3)
 Same as 2 but issues an execution error if the level of an integer variable is greater than 100.
 
 UndefinedIntVarUp =(4)
 Undefined option.
 

Detailed Description

Set mode for default upper bounds on integer variables.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

static IntVarUp Matlab.GAMS.IntVarUp.lookup ( integer  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.IntVarUp.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option