Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cgams.control.database._GamsSymbolThis is the representation of a symbol in GAMS
 Cgams.control.database.GamsEquationThis is the representation of an equation symbol in GAMS
 Cgams.control.database.GamsParameterThis is the representation of a parameter symbol in GAMS
 Cgams.control.database.GamsSetThis is the representation of a set symbol in GAMS
 Cgams.control.database.GamsVariableThis is the representation of a variable symbol in GAMS
 Cgams.control.database._GamsSymbolRecordThis is the representation of a single record of a GamsSymbol
 Cgams.control.database.GamsEquationRecordThis is the representation of a single record of a GamsEquation
 Cgams.control.database.GamsParameterRecordThis is the representation of a single record of a GamsParameter
 Cgams.control.database.GamsSetRecordThis is the representation of a single record of a GamsSet
 Cgams.control.database.GamsVariableRecordThis is the representation of a single record of a GamsVariable
 Cgams.control.database.GamsDatabaseAn instance of GamsDatabase communicates data between the Python world and the GAMS world
 Cgams.control.database.GamsDatabaseDomainViolationThis class describes a domain violation of a GamsDatabase
 Cgams.control.database.GamsSymbolDomainViolationThis class describes a domain violation of a GamsSymbol
 Cgams.control.execution.GamsCheckpointA GamsCheckpoint class captures the state of a GamsJob after the GamsJob.run method has been carried out
 Cgams.control.execution.GamsEngineConfigurationConfiguration that allows the execution of jobs on a specific GAMS Engine instance
 Cgams.control.execution.GamsJobThe GamsJob class manages the execution of a GAMS program given by GAMS model source
 Cgams.control.execution.GamsModelInstance
 Cgams.control.execution.GamsModelInstanceOptThe GamsModelInstanceOpt can be used to customize the GamsModelInstance.solve() routine
 Cgams.control.execution.GamsModifierInstances of this class are input to GamsModelInstance.instantiate()
 Cgams.control.execution.SymbolUpdateTypeSymbol update type
 Cgams.control.execution.UpdateActionWhat field to update
 Cgams.control.options.ActionGAMS processing request
 Cgams.control.options.AppendExpandExpand file append option
 Cgams.control.options.AppendOutOutput file append option
 Cgams.control.options.AsyncSolLstPrint solution listing when asynchronous solve (Grid or Threads) is used
 Cgams.control.options.CaptureModelInstanceSwitch to capture all model instances within a run
 Cgams.control.options.CaseOutput case option for LST file
 Cgams.control.options.CharSetCharacter set flag
 Cgams.control.options.CheckErrorLevelCheck errorLevel automatically after executing external program
 Cgams.control.options.DFormatDate format
 Cgams.control.options.DigitSwitch default for "$on/offDigit"
 Cgams.control.options.DumpOptWrites preprocessed input to the file input.dmp
 Cgams.control.options.DumpParmsGAMS parameter logging
 Cgams.control.options.ECImplicitLoadAllow implicit loading of symbols from embedded code or not
 Cgams.control.options.EmptySwitch default for "$on/offEmpty"
 Cgams.control.options.ErrMsgPlacing of compilation error messages
 Cgams.control.options.ExecModeLimits on external programs that are allowed to be executed
 Cgams.control.options.FDOptOptions for finite differences
 Cgams.control.options.FileCaseCasing of file names and paths (put, gdx, ref, $include, etc.)
 Cgams.control.options.FilteredSwitch between filtered and domain-checked read from GDX
 Cgams.control.options.ForceWorkForce GAMS to process a save file created with a newer GAMS version or with execution errors
 Cgams.control.options.FreeEmbeddedPythonFree external resources at the end of each embedded Python code blocks
 Cgams.control.options.GamsOptionsThe GamsOptions class manages GAMS options (sometimes also called GAMS parameters since they correspond to the command line parameters of the GAMS executable) for a GamsJob and GamsModelInstance
 Cgams.control.options.gdxCompressCompression of generated GDX file
 Cgams.control.options.gdxConvertVersion of GDX files generated (for backward compatibility)
 Cgams.control.options.gdxUelsUnload labels or UELs to GDX either squeezed or full
 Cgams.control.options.HoldFixedTreat fixed variables as constants
 Cgams.control.options.HoldFixedAsyncAllow HoldFixed for models solved asynchronously as well
 Cgams.control.options.ImplicitAssignSwitch default for "$on/offImplicitAssign"
 Cgams.control.options.InteractiveSolverAllow solver to interact via command line input
 Cgams.control.options.IntVarUpSet mode for default upper bounds on integer variables
 Cgams.control.options.KeepControls keeping or deletion of process directory and scratch files
 Cgams.control.options.ListingSwitch default for "$on/offListing"
 Cgams.control.options.LogLineAmount of line tracing to the log file
 Cgams.control.options.LstTitleLeftAlignedWrite title of LST file all left aligned
 Cgams.control.options.MIIModeModel Instance Mode
 Cgams.control.options.NoNewVarEquTriggers a compilation error when new equations or variable symbols are introduced
 Cgams.control.options.On115Generate errors for unknown unique element in an equation
 Cgams.control.options.PageContrOutput file page control option
 Cgams.control.options.PrefixLoadPathPrepend GAMS system directory to library load path
 Cgams.control.options.PreviousWorkIndicator for writing workfile with previous workfile version
 Cgams.control.options.ProcTreeMemMonitorMonitor the memory used by the GAMS process tree
 Cgams.control.options.PutNRNumeric round format for put files
 Cgams.control.options.ReferenceLineNoControls the line numbers written to a reference file
 Cgams.control.options.ReplaceSwitch between merge and replace when reading from GDX into non-empty symbol
 Cgams.control.options.SavePointSave solver point in GDX file
 Cgams.control.options.ShowOSMemoryShow the memory usage reported by the Operating System instead of the internal counting
 Cgams.control.options.SolPrintSolution report print option
 Cgams.control.options.SolveLinkSolver link option
 Cgams.control.options.SolveOptMultiple solve management
 Cgams.control.options.StepSumSummary of computing resources used by job steps
 Cgams.control.options.strictSingletonError if assignment to singleton set has multiple elements
 Cgams.control.options.StringChkString substitution options
 Cgams.control.options.SuffixAlgebraVarsSwitch default for "$on/offSuffixAlgebraVars"
 Cgams.control.options.SuffixDLVarsSwitch default for "$on/offSuffixDLVars"
 Cgams.control.options.SuppressCompiler listing option
 Cgams.control.options.Sys10Changes rpower to ipower when the exponent is constant and within 1e-12 of an integer
 Cgams.control.options.Sys11Dynamic resorting if indices in assignment/data statements are not in natural order
 Cgams.control.options.SysOutSolver Status file reporting option
 Cgams.control.options.TFormatTime format
 Cgams.control.options.TraceOptTrace file format option
 Cgams.control.options.ZeroResRepReport underflow as a warning when abs(results) LE ZeroRes and result set to zero
 Cgams.control.workspace.DebugLevelGAMS Debug Level
 Cgams.control.workspace.EquTypeEquation subtype
 Cgams.control.workspace.GamsExceptionException class thrown for GAMS exceptions
 Cgams.control.workspace.GamsExceptionExecutionException class thrown for GAMS execution exceptions
 Cgams.control.workspace.GamsExitCodeGAMS exit code
 Cgams.control.workspace.GamsWorkspaceThe GamsWorkspace is the base class of the gams.control API
 Cgams.control.workspace.ModelStatModel Solution Status
 Cgams.control.workspace.SetTypeSet subtype
 Cgams.control.workspace.SolveStatSolver termination condition
 Cgams.control.workspace.VarTypeVariable subtype