Loading...
Searching...
No Matches
Solution report print option.
More...
|
int | value () |
| Get the int value of this enumerated SolPrint.
|
|
Solution report print option.
◆ lookup()
static ESolPrint com.gams.api.GAMSOptions.ESolPrint.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all solPrints.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated SolPrint that has the specified value, or UndefinedSolPrint if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ESolPrint.value |
( |
| ) |
|
Get the int value of this enumerated SolPrint.
- Returns
- the solPrint value
◆ IncludeSolLstFollowingSolves
com.gams.api.GAMSOptions.ESolPrint.IncludeSolLstFollowingSolves =(1) |
Include solution listings following solves.
◆ RemoveSolLstFollowingSolves
com.gams.api.GAMSOptions.ESolPrint.RemoveSolLstFollowingSolves =(0) |
Remove solution listings following solves.
◆ SuppressAllSolInfo
com.gams.api.GAMSOptions.ESolPrint.SuppressAllSolInfo =(2) |
Suppress all solution information.
◆ UndefinedSolPrint
com.gams.api.GAMSOptions.ESolPrint.UndefinedSolPrint =(3) |