Loading...
Searching...
No Matches
Matlab.GAMS.GAMSEngineRunParameters Class Reference

Run parameters for GAMSEngineJob. More...

Inheritance diagram for Matlab.GAMS.GAMSEngineRunParameters:
Matlab.GAMS.GAMSRunParameters Matlab.GAMS.AbstractRunParameters

Public Member Functions

 GAMSEngineRunParameters (varargin)
 Constructs a GAMSEngineRunParameters instance.
 
- Public Member Functions inherited from Matlab.GAMS.GAMSRunParameters
 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.
 
- Public Attributes inherited from Matlab.GAMS.AbstractRunParameters
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.