com.gams.api.GAMSOptions.EFreeEmbeddedPython Enum Reference
Free external resources at the end of each embedded Python code blocks. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated FreeEmbeddedPython. | |
Static Public Member Functions | |
static EFreeEmbeddedPython | lookup (int val) |
Lookup all freeEmbeddedPythons. | |
Public Attributes | |
Off =(0) | |
Keep resources to reuse them potentially. | |
On =(1) | |
Free resources. | |
UndefinedFreeEmbeddedPython =(2) | |
Undefined FreeEmbeddedPython. | |
Detailed Description
Free external resources at the end of each embedded Python code blocks.
Member Function Documentation
◆ lookup()
|
static |
Lookup all freeEmbeddedPythons.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated FreeEmbeddedPython that has the specified value, or UndefinedFreeEmbeddedPython if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EFreeEmbeddedPython.value | ( | ) |
Get the int value of this enumerated FreeEmbeddedPython.
- Returns
- the freeEmbeddedPython value
Member Data Documentation
◆ Off
com.gams.api.GAMSOptions.EFreeEmbeddedPython.Off =(0) |
Keep resources to reuse them potentially.
◆ On
com.gams.api.GAMSOptions.EFreeEmbeddedPython.On =(1) |
Free resources.
◆ UndefinedFreeEmbeddedPython
com.gams.api.GAMSOptions.EFreeEmbeddedPython.UndefinedFreeEmbeddedPython =(2) |
Undefined FreeEmbeddedPython.