GAMS.GAMSModelInstanceOpt Class Reference
The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.Solve() routine. More...
Public Member Functions | |
GAMSModelInstanceOpt (string solver=null, int optfile=-1, int noMatchLimit=0, bool debug=false) | |
Constructor. | |
Public Attributes | |
string | Solver = null |
GAMS Solver. | |
int | OptFile = -1 |
GAMS Optionfile number. | |
int | NoMatchLimit = 0 |
Controls the maximum number of accepted unmatched scenario records before terminating the solve. | |
bool | Debug = false |
Debug Flag. | |
Detailed Description
The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.Solve() routine.
Constructor & Destructor Documentation
◆ GAMSModelInstanceOpt()
|
inline |
Constructor.
- Parameters
-
solver GAMS Solver optfile GAMS Optionfile number noMatchLimit Controls the maximum number of accepted unmatched scenario records before terminating the solve debug Debug Flag
Member Data Documentation
◆ Debug
bool GAMS.GAMSModelInstanceOpt.Debug = false |
Debug Flag.
◆ NoMatchLimit
int GAMS.GAMSModelInstanceOpt.NoMatchLimit = 0 |
Controls the maximum number of accepted unmatched scenario records before terminating the solve.
◆ OptFile
int GAMS.GAMSModelInstanceOpt.OptFile = -1 |
GAMS Optionfile number.
◆ Solver
string GAMS.GAMSModelInstanceOpt.Solver = null |
GAMS Solver.