Loading...
Searching...
No Matches
Constants used by the GAMS Matlab API.
More...
|
| GAMSGlobals (varargin) |
| Construct a new GAMSGlobals instance.
|
|
|
ArchType | archType |
| (read only) architecture
|
|
OSType | OSType |
| (read only) operating system
|
|
string | scratchFilePrefix |
| (global) A (modifiable) file prefix used for automatically generating files
|
|
string | workingDirectory |
| (global) A (modifiable) working directory
|
|
string | workingDirectoryPrefix |
| (global) A (modifiable) directory prefix used for creating temporary directory
|
|
|
static final string | CHECKPOINT_FILE_EXTENSION |
| GAMS Checkpoint file extension (".g00")
|
|
static final string | CP_NAME_PREFIX |
| Prefix file name for a GAMSCheckpoint ("gcp")
|
|
static final string | DB_NAME_PREFIX |
| Prefix file name for a GAMSDatabase ("gdb")
|
|
static final string | EMPTY_STRING |
| empty String
|
|
static final string | FILE_SEPARATOR |
| Platform dependent file separator ("\" on windows and "/" on UNIX)
|
|
static final string | GAMS_CALLSTR |
| GAMS Call string ("gams")
|
|
static final string | GAMS_FILE_EXTENSION |
| GAMS file extension (".gms")
|
|
static final string | GDX_FILE_EXTENSION |
| GDX file extension (".gdx")
|
|
static final string | JOB_NAME_PREFIX |
| Prefix file name for a GAMSJob ("gjo")
|
|
static final string | LINE_SEPARATOR |
| Platform dependent line separator (e.g. "\n" on UNIX)
|
|
static final string | LOG_FILE_EXTENSION |
| GAMS default log file extension (".log")
|
|
static final integer | MAX_NO_IDIR |
| Maximum input directories allowed, currently 40.
|
|
static final integer | MAXDIM |
| Maximum dimension allowed, currently 20.
|
|
static final string | MI_NAME_PREFIX |
| Prefix file name for a GAMSModelInstance ("gmi")
|
|
static final string | OPT_FILE_EXTENSION |
| OPT file extension (".opt")
|
|
static final string | OS_NAME |
| Operating system name.
|
|
static final string | OUTPUT_FILE_EXTENSION |
| GAMS default listing file extension (".lst")
|
|
static final string | PARAMETER_FILE_EXTENSION |
| GAMS parameter file extension (".pf")
|
|
static final string | PATH_SEPARATOR |
| Platform dependent path separator (";" on windows and ":" on UNIX)
|
|
static final integer | STR_LEN |
| Maximum length of String allowed, currently 256.
|
|
static final string | WINDOW_EXEC_EXTENSION |
| Default windows execution file extension (".exe")
|
|
Constants used by the GAMS Matlab API.
These constants include equation subtype, variable subtype, solver termination conditions, model solution status, and update action.
◆ GAMSGlobals()
Matlab.GAMS.GAMSGlobals.GAMSGlobals |
( |
varargin |
| ) |
|
Construct a new GAMSGlobals instance.
A GAMSGlobals instance is only needed to access the public attributes (e.g. scratchFilePrefix).
Return: instance of GAMSGlobals
◆ workingDirectory
string Matlab.GAMS.GAMSGlobals.workingDirectory |
(global) A (modifiable) working directory
Default value: java io's temporary directory, System.getProperty("java.io.tmpdir"). It will be used as parent directory of GAMSWorkspace's working directory in case the working directory is not specified by user.