com.gams.api.GAMSOptions.ESolPrint Enum Reference
Solution report print option. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated SolPrint. | |
Static Public Member Functions | |
static ESolPrint | lookup (int val) |
Lookup all solPrints. | |
Public Attributes | |
RemoveSolLstFollowingSolves =(0) | |
Remove solution listings following solves. | |
IncludeSolLstFollowingSolves =(1) | |
Include solution listings following solves. | |
SuppressAllSolInfo =(2) | |
Suppress all solution information. | |
UndefinedSolPrint =(3) | |
Undefined SolPrint. | |
Detailed Description
Solution report print option.
Member Function Documentation
◆ lookup()
|
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
Member Data Documentation
◆ 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) |
Undefined SolPrint.