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

Can be used to store parameters for running a job. More...

Inheritance diagram for matlab.gams.control.AbstractRunParameters:
matlab.gams.control.RunParameters matlab.gams.control.engine.RunParameters

Public Attributes

gams.control.Checkpoint checkpoint
 GAMS checkpoint.
 
logical createOutDB
 Flag that determines if an output database should be created.
 
cell databases
 List of GAMS databases.
 
gams.control.Options options
 GAMS options.
 
gams.control.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.