Matlab.GAMS.LogLine Enum Reference
Amount of line tracing to the log file. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static LogLine | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
Automatic =(2) | |
Automatic and visually pleasing. | |
MinimumTracing =(1) | |
Minimum line tracing. | |
NoTracing =(0) | |
No line tracing. | |
UndefinedLogLine =(3) | |
Undefined option. | |
Detailed Description
Amount of line tracing to the log 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.LogLine.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option