matlab.gams.control.options.FreeEmbeddedPython Class Reference
Free external resources at the end of each embedded Python code blocks. More...
Public Attributes | |
string | select |
Selection of enum options. | |
integer | value |
Value of enum options. | |
Static Public Attributes | |
static final | Off = 0 |
Keep resources to reuse them potentially. | |
static final | On = 1 |
Free resources. | |
static final | UndefinedFreeEmbeddedPython = 2 |
Undefined option. | |
Detailed Description
Free external resources at the end of each embedded Python code blocks.
- See also
- Options