Constants.
Various GAMS Transfer Matlab wide valid constants.
|
Constant Property | MAX_NAME_LENGTH = 64 |
| Max symbol name length.
|
|
Constant Property | MAX_DESCRIPTION_LENGTH = 256 |
| Max symbol description length.
|
|
Constant Property | MAX_DIMENSION = 20 |
| Max symbol dimension.
|
|
Constant Property | UNIVERSE_NAME = ' |
| Name of universe set.
|
|
Constant Property | UNIVERSE_LABEL = 'uni' |
| Label of universe set.
|
|
Constant Property | UNDEFINED_UNIQUE_LABEL = ' |
| Label of undefined unique label.
|
|
Constant Property | EMPTY_UNIQUE_LABELS = gams.transfer.unique_labels.Empty |
| Empty unique labels object.
|
|
Constant Property | SUPPORTS_TABLE = gams.transfer.utils.supports_table |
| True if table is supported.
|
|
Constant Property | SUPPORTS_CATEGORICAL = gams.transfer.utils.supports_categorical |
| True if categorical is supported.
|
|
Constant Property | SUPPORTS_DATETIME = gams.transfer.utils.supports_datetime |
| True if datetime is supported.
|
|
Constant Property | OPERATING_SYSTEM = gams.transfer.utils.operating_system |
| Name of operating system.
|
|
Constant Property | GDX_LIBRARY_NAME = gams.transfer.utils.gdx_library_name |
| Name of GDX library.
|
|
Constant Property | IS_OCTAVE = exist |
| True if environment is Octave.
|
|