Loading...
Searching...
No Matches
Allow solver to interact via command line input.
More...
|
int | value () |
| Get the int value of this enumerated InteractiveSolver.
|
|
Allow solver to interact via command line input.
◆ lookup()
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
◆ 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.