com.gams.api.GAMSOptions.EInteractiveSolver Enum Reference
Allow solver to interact via command line input. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated InteractiveSolver. | |
Static Public Member Functions | |
static EInteractiveSolver | lookup (int val) |
Lookup all interactiveSolvers. | |
Public Attributes | |
NoInteraction =(0) | |
Interaction with solvelink 0 is not supported. | |
AllowInteraction =(1) | |
Interaction with solvelink 0 is supported. | |
UndefinedInteractiveSolver =(2) | |
Undefined InteractiveSolver. | |
Detailed Description
Allow solver to interact via command line input.
Member Function Documentation
◆ lookup()
|
static |
Lookup all interactiveSolvers.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated InteractiveSolver that has the specified value, or UndefinedInteractiveSolver if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EInteractiveSolver.value | ( | ) |
Get the int value of this enumerated InteractiveSolver.
- Returns
- the interactiveSolver value
Member Data Documentation
◆ AllowInteraction
com.gams.api.GAMSOptions.EInteractiveSolver.AllowInteraction =(1) |
Interaction with solvelink 0 is supported.
◆ NoInteraction
com.gams.api.GAMSOptions.EInteractiveSolver.NoInteraction =(0) |
Interaction with solvelink 0 is not supported.
◆ UndefinedInteractiveSolver
com.gams.api.GAMSOptions.EInteractiveSolver.UndefinedInteractiveSolver =(2) |
Undefined InteractiveSolver.