Loading...
Searching...
No Matches
Solver Status file reporting option.
More...
|
int | value () |
| Get the int value of this enumerated SysOut.
|
|
Solver Status file reporting option.
◆ lookup()
static ESysOut com.gams.api.GAMSOptions.ESysOut.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all sysOuts.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated SysOut that has the specified value, or UndefinedSysOut if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ESysOut.value |
( |
| ) |
|
Get the int value of this enumerated SysOut.
- Returns
- the sysOut value
◆ IncludeAdditionalSolverOutput
com.gams.api.GAMSOptions.ESysOut.IncludeAdditionalSolverOutput =(1) |
Include additional solver generated output.
◆ SuppressAdditionalSolverOutput
com.gams.api.GAMSOptions.ESysOut.SuppressAdditionalSolverOutput =(0) |
Suppress additional solver generated output.
◆ UndefinedSysOut
com.gams.api.GAMSOptions.ESysOut.UndefinedSysOut =(2) |