Loading...
Searching...
No Matches

GAMS/Python Multiple Instance Interpreter. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

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

Public Attributes

 Multi =(1)
 Use a multi-session Python interpreter.
 
 Single =(0)
 Use a single-session Python interpreter.
 
 UndefinedPyMultInst =(2)
 Undefined option.
 

Detailed Description

GAMS/Python Multiple Instance Interpreter.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

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

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.PyMultInst.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option