Loading...
Searching...
No Matches
gams.control.execution.GamsModelInstanceOpt Class Reference

The GamsModelInstanceOpt can be used to customize the GamsModelInstance.solve() routine. More...

Public Member Functions

 __init__ (self, solver=None, opt_file=-1, no_match_limit=0, debug=False)
 Constructor.
 

Public Attributes

 solver = solver
 GAMS Solver.
 
 opt_file = opt_file
 GAMS Optionfile number.
 
 no_match_limit = no_match_limit
 Controls the maximum number of accepted unmatched scenario records before terminating the solve.
 
 debug = debug
 Debug Flag.
 

Detailed Description

The GamsModelInstanceOpt can be used to customize the GamsModelInstance.solve() routine.

Constructor & Destructor Documentation

◆ __init__()

gams.control.execution.GamsModelInstanceOpt.__init__ ( self,
solver = None,
opt_file = -1,
no_match_limit = 0,
debug = False )

Constructor.

Parameters
solverGAMS Solver
opt_fileGAMS option file number
no_match_limitControls the maximum number of accepted unmatched scenario records before terminating the solve
debugDebug Flag