Loading...
Searching...
No Matches
Matlab.GAMS.GAMSModelInstanceOpt Class Reference

The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.solve routine. More...

Public Member Functions

 GAMSModelInstanceOpt (varargin)
 Constructs a GAMSModelInstanceOpt.
 

Public Attributes

logical debug
 Debug Flag.
 
integer noMatchLimit
 Controls the maximum number of accepted unmatched scenario records before terminating the solve.
 
integer optFile
 GAMS Option file number.
 
string solver
 GAMS Solver.
 

Detailed Description

The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.solve routine.

See also
GAMSModelInstance

Constructor & Destructor Documentation

◆ GAMSModelInstanceOpt()

Matlab.GAMS.GAMSModelInstanceOpt.GAMSModelInstanceOpt ( varargin  )

Constructs a GAMSModelInstanceOpt.

Arguments:

  • 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