com.gams.api.GAMSModelInstanceOpt Class Reference
The GAMSModelInstanceOpt
can be used to customize the GAMSModelInstance
.solve() routine.
More...
Public Member Functions | |
GAMSModelInstanceOpt (String solver, int optfile, int noMatchLimit, boolean debug) | |
Constructs a GAMSModelInstanceOpt. | |
Public Attributes | |
String | miOptSolver = null |
GAMS Solver. | |
int | miOptOptFile = -1 |
GAMS Option file number. | |
int | miOptNoMatchLimit = 0 |
Controls the maximum number of accepted unmatched scenario records before terminating the solve. | |
boolean | miOptDebug = false |
Debug Flag. | |
Detailed Description
The GAMSModelInstanceOpt
can be used to customize the GAMSModelInstance
.solve() routine.
- See also
- GAMSModelInstance
Constructor & Destructor Documentation
◆ GAMSModelInstanceOpt()
com.gams.api.GAMSModelInstanceOpt.GAMSModelInstanceOpt | ( | String | solver, |
int | optfile, | ||
int | noMatchLimit, | ||
boolean | debug | ||
) |
Constructs a GAMSModelInstanceOpt.
- Parameters
-
solver GAMS Solver optfile GAMS Option file number noMatchLimit Controls the maximum number of accepted unmatched scenario records before terminating the solve debug Debug Flag
Member Data Documentation
◆ miOptDebug
boolean com.gams.api.GAMSModelInstanceOpt.miOptDebug = false |
Debug Flag.
◆ miOptNoMatchLimit
int com.gams.api.GAMSModelInstanceOpt.miOptNoMatchLimit = 0 |
Controls the maximum number of accepted unmatched scenario records before terminating the solve.
◆ miOptOptFile
int com.gams.api.GAMSModelInstanceOpt.miOptOptFile = -1 |
GAMS Option file number.
◆ miOptSolver
String com.gams.api.GAMSModelInstanceOpt.miOptSolver = null |
GAMS Solver.