Matlab.GAMS.AbstractRunParameters Class Reference
Can be used to store parameters for running a job. More...
Inheritance diagram for Matlab.GAMS.AbstractRunParameters:

Public Attributes | |
GAMSCheckpoint | checkpoint |
GAMS checkpoint. | |
logical | createOutDB |
Flag that determines if an output database should be created. | |
cell | databases |
List of GAMS databases. | |
GAMSOptions | options |
GAMS options. | |
PrintStream | output |
Output stream. | |
Detailed Description
Can be used to store parameters for running a job.
An instance of an AbstractRunParameters class can be used to store parameters for running a job, such as options, checkpoint, output log, flag to determine if output database should be created and a list of input databases.