matlab.gams.control.engine.RunParameters Class Reference
Run parameters for engine.Job. More...
Inheritance diagram for matlab.gams.control.engine.RunParameters:
Public Member Functions | |
RunParameters (varargin) | |
Constructs a engine.RunParameters instance. | |
RunParameters (varargin) | |
Constructs a GAMSRunParameters instance. | |
Public Attributes | |
gams.control.engine.Configuration | configuration |
GAMS Engine configuration. | |
containers.Map | engineOptions |
Map of engine options. | |
cell | extraModelFiles |
Set of extra model files. | |
logical | removeResults |
Flag that determines if the job results on the engine server should be removed. | |
Public Attributes inherited from matlab.gams.control.AbstractRunParameters | |
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
Run parameters for engine.Job.
Constructor & Destructor Documentation
◆ RunParameters()
matlab.gams.control.engine.RunParameters.RunParameters | ( | varargin | ) |
Constructs a engine.RunParameters instance.
Reimplemented from matlab.gams.control.RunParameters.
Member Data Documentation
◆ removeResults
logical matlab.gams.control.engine.RunParameters.removeResults |
Flag that determines if the job results on the engine server should be removed.
The flag value is true by default, if not set otherwise.