Matlab.GAMS.SavePoint Enum Reference
Save solver point in GDX file. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static SavePoint | lookup (integer value) |
Find enum option from alternative value. More... | |
Public Attributes | |
EverySolvePointFile =(2) | |
A point GDX file from every solve is to be saved. | |
EverySolvePointFileScrDir =(4) | |
A point GDX file from every solve is to be saved in the scratch directory. | |
LastSolvePointFile =(1) | |
A point GDX file from the last solve is to be saved. | |
LastSolvePointFileScrDir =(3) | |
A point GDX file from the last solve is to be saved in the scratch directory. | |
NoPointFile =(0) | |
No point GDX file is to be saved. | |
UndefinedSavePoint =(5) | |
Undefined option. | |
Detailed Description
Save solver point in GDX file.
- 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.SavePoint.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option