Loading...
Searching...
No Matches
GAMS/Python Multiple Instance Interpreter.
More...
|
int | value () |
| Get the int value of this enumerated PyMultInst.
|
|
|
| Single =(0) |
| Use a single-session Python interpreter.
|
|
| Multi =(1) |
| Use a multi-session Python interpreter.
|
|
| UndefinedPyMultInst =(2) |
| Undefined PyMultInst.
|
|
GAMS/Python Multiple Instance Interpreter.
◆ lookup()
static EPyMultInst com.gams.api.GAMSOptions.EPyMultInst.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all pyMultInsts.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated PyMultInst that has the specified value, or UndefinedPyMultInst if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EPyMultInst.value |
( |
| ) |
|
Get the int value of this enumerated PyMultInst.
- Returns
- the pyMultInst value
◆ Multi
com.gams.api.GAMSOptions.EPyMultInst.Multi =(1) |
Use a multi-session Python interpreter.
◆ Single
com.gams.api.GAMSOptions.EPyMultInst.Single =(0) |
Use a single-session Python interpreter.
◆ UndefinedPyMultInst
com.gams.api.GAMSOptions.EPyMultInst.UndefinedPyMultInst =(2) |