Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CGAMS.GAMSCheckpointA GAMSCheckpoint class captures the state of a GAMSJob after the GAMSJob.Run method has been carried out. Another GAMSJob can continue (or restart) from a GAMSCheckpoint. A GAMSCheckpoint constructed with a file name will create a file (extension .g00) for permanent storage when supplied as parameter on the GAMSJob.Run method. Moreover, a GAMSModelInstance is also initialized from a checkpoint that contains the model definition of the model instance
 CGAMS.GAMSDatabase
 CGAMS.GAMSDatabaseDomainViolationThis class describes a domain violation of a GAMSDatabase
 CGAMS.GAMSEngineConfigurationConfiguration that allows the execution of jobs on a specific GAMS Engine instance
 CGAMS.GAMSEngineJobGAMS Engine Job
 CGAMS.GAMSExceptionException class thrown for GAMS exceptions
 CGAMS.GAMSExceptionExecutionException class thrown for GAMS execution exceptions
 CGAMS.GAMSJob
 CGAMS.GAMSModelInstance
 CGAMS.GAMSModelInstanceOptThe GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.Solve() routine
 CGAMS.GAMSModifierInstances of this class are input to GAMSModelInstance.Instatiate. A GAMSModifier consists either of a GAMSParameter or a triple: A GAMSVariable or GAMSEquation to be modified, the modification action (e.g. . Upper, Lower or Fixed for updating bounds of a variable, or Primal/Dual for updating the level/marginal of a variable or equation mainly used for starting non-linear models from different starting points), and a GAMSParameter that holds the data for modification. In addition the UpdateType can be defined (if ommitted the type defined in the Solve call is used)
 CGAMS.GAMSOptions
 CGAMS.GAMSSymbolThis is the representation of a symbol in GAMS. It exists in a GAMSDatabase and contains GAMSSymbolRecords which one can iterate through. Derived classes are GAMSEquation, GAMSParameter, GAMSSet and GAMSVariable
 CGAMS.GAMSEquationThis is the representation of an equation symbol in GAMS. It exists in a GAMSDatabase and contains GAMSEquationRecords which one can iterate through
 CGAMS.GAMSParameterThis is the representation of a parameter symbol in GAMS. It exists in a GAMSDatabase and contains GAMSParameterRecords which one can iterate through
 CGAMS.GAMSSetThis is the representation of a set symbol in GAMS. It exists in a GAMSDatabase and contains GAMSSetRecords which one can iterate through
 CGAMS.GAMSVariableThis is the representation of a variable symbol in GAMS. It exists in a GAMSDatabase and contains GAMSVariableRecords which one can iterate through
 CGAMS.GAMSSymbolDomainViolationThis class describes a domain violation of a GAMSSymbol
 CGAMS.GAMSSymbolEnumeratorEnumerator for iterating through the records of a specific symbol. This class can be used with all GAMS symbol types
 CGAMS.GAMSSymbolRecordThis is the representation of a single record of a GAMSSymbol. Derived classes are GAMSEquationRecord, GAMSParameterRecord, GAMSSetRecord and GAMSVariableRecord
 CGAMS.GAMSEquationRecordThis is the representation of a single record of a GAMSEquation
 CGAMS.GAMSParameterRecordThis is the representation of a single record of a GAMSParameter
 CGAMS.GAMSSetRecordThis is the representation of a single record of a GAMSSet
 CGAMS.GAMSVariableRecordThis is the representation of a single record of a GAMSVariable
 CGAMS.GAMSWorkspace
 CGAMS.GAMSWorkspaceInfoThe GAMSWorkspaceInfo can be used input parameter for the GAMSWorkspace constructor