Loading...
Searching...
No Matches
matlab.gams.control.options.FileCase Class Reference

Casing of file names and paths (put, gdx, ref, $include, etc.) More...

Public Attributes

string select
 Selection of enum options.
 
integer value
 Value of enum options.
 

Static Public Attributes

static final DefaultCase = 0
 Causes GAMS to use default casing.
 
static final LowerCase = 2
 Causes GAMS to lower case file names including path of the file.
 
static final LowerCaseFileOnly = 4
 Causes GAMS to lower case file names only (leave the path alone)
 
static final UndefinedFileCase = 5
 Undefined option.
 
static final UpperCase = 1
 Causes GAMS to upper case file names including path of the file.
 
static final UpperCaseFileOnly = 3
 Causes GAMS to upper case file names only (leave the path alone)
 

Detailed Description

Casing of file names and paths (put, gdx, ref, $include, etc.)

See also
Options