Loading...
Searching...
No Matches

Free external resources at the end of each embedded Python code blocks. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

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

Public Attributes

 Off =(0)
 Keep resources to reuse them potentially.
 
 On =(1)
 Free resources.
 
 UndefinedFreeEmbeddedPython =(2)
 Undefined option.
 

Detailed Description

Free external resources at the end of each embedded Python code blocks.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

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

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.FreeEmbeddedPython.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option