gams::GAMSOptions::EInteractiveSolver Struct Reference
Allow solver to interact via command line input. More...
#include <gamsoptions.h>
Public Types | |
enum | EInteractiveSolverEnum { NoInteraction = 0 , AllowInteraction = 1 } |
Allow solver to interact via command line input. More... | |
Detailed Description
Allow solver to interact via command line input.
Definition at line 364 of file gamsoptions.h.
Member Enumeration Documentation
◆ EInteractiveSolverEnum
Allow solver to interact via command line input.
Enumerator | |
---|---|
NoInteraction | Interaction with solvelink 0 is not supported. |
AllowInteraction | Interaction with solvelink 0 is supported. |
Definition at line 367 of file gamsoptions.h.