gams::GAMSOptions::EPyMultInst Struct Reference
GAMS/Python Multiple Instance Interpreter. More...
#include <gamsoptions.h>
Public Types | |
enum | EPyMultInstEnum { Single = 0 , Multi = 1 } |
GAMS/Python Multiple Instance Interpreter. More... | |
Detailed Description
GAMS/Python Multiple Instance Interpreter.
Definition at line 512 of file gamsoptions.h.
Member Enumeration Documentation
◆ EPyMultInstEnum
GAMS/Python Multiple Instance Interpreter.
Enumerator | |
---|---|
Single | Use a single-session Python interpreter. |
Multi | Use a multi-session Python interpreter. |
Definition at line 515 of file gamsoptions.h.