Loading...
Searching...
No Matches
matlab.gams.control.ModelInstanceOpt Class Reference

The ModelInstanceOpt can be used to customize the ModelInstance.solve routine. More...

Public Member Functions

 ModelInstanceOpt (varargin)
 Constructs a ModelInstanceOpt.
 

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 ModelInstanceOpt can be used to customize the ModelInstance.solve routine.

See also
ModelInstance

Constructor & Destructor Documentation

◆ ModelInstanceOpt()

matlab.gams.control.ModelInstanceOpt.ModelInstanceOpt ( varargin  )

Constructs a ModelInstanceOpt.

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