Matlab.GAMS.GAMSEngineRunParameters Class Reference
Run parameters for GAMSEngineJob. More...
Inheritance diagram for Matlab.GAMS.GAMSEngineRunParameters:

Public Member Functions | |
GAMSEngineRunParameters (varargin) | |
Constructs a GAMSEngineRunParameters instance. | |
![]() | |
GAMSRunParameters (varargin) | |
Constructs a GAMSRunParameters instance. | |
Public Attributes | |
GAMSEngineConfiguration | 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. | |
![]() | |
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
Run parameters for GAMSEngineJob.
Member Data Documentation
◆ removeResults
logical Matlab.GAMS.GAMSEngineRunParameters.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.