gams.control.execution.GamsModelInstanceOpt Class Reference
The GamsModelInstanceOpt can be used to customize the GamsModelInstance.solve() routine. More...
Public Member Functions | |
def | __init__ (self, solver=None, opt_file=-1, no_match_limit=0, debug=False) |
Constructor. | |
Detailed Description
The GamsModelInstanceOpt can be used to customize the GamsModelInstance.solve() routine.
Constructor & Destructor Documentation
◆ __init__()
def gams.control.execution.GamsModelInstanceOpt.__init__ | ( | self, | |
solver = None , |
|||
opt_file = -1 , |
|||
no_match_limit = 0 , |
|||
debug = False |
|||
) |
Constructor.
- Parameters
-
solver GAMS Solver opt_file GAMS option file number no_match_limit Controls the maximum number of accepted unmatched scenario records before terminating the solve debug Debug Flag