Matlab.GAMS.TraceOpt Enum Reference
Trace file format option. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static TraceOpt | lookup (integer value) |
Find enum option from alternative value. More... | |
Public Attributes | |
SolverAndGAMSStepTrace =(1) | |
Solver and GAMS exit trace. | |
SolverAndGAMSStepTraceWOHeaders =(0) | |
Solver and GAMS step trace. | |
SolverStepTraceOnly =(2) | |
Solver trace only. | |
TraceFileFormatGAMSPerformanceWorld =(3) | |
Solver trace only in format used for GAMS performance world. | |
TraceFileFormatSupportingNLPEC =(4) | |
Trace file format supporting NLPEC. | |
TraceFileWithAllAvailableTraceFields =(5) | |
Gams exit trace with all available trace fields. | |
UndefinedTraceOpt =(6) | |
Undefined option. | |
Detailed Description
Trace file format option.
- 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.TraceOpt.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option