Matlab.GAMS.CaptureModelInstance Enum Reference
Switch to capture all model instances within a run. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static CaptureModelInstance | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
Off =(0) | |
Do not capture model instances. | |
On =(1) | |
Capture model instances. | |
UndefinedCaptureModelInstance =(2) | |
Undefined option. | |
Detailed Description
Switch to capture all model instances within a run.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.CaptureModelInstance.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option