Loading...
Searching...
No Matches
Prepend GAMS system directory to library load path.
More...
|
int | value () |
| Get the int value of this enumerated PrefixLoadPath.
|
|
|
| Off =(0) |
| Do not set GAMS system directory at beginning of library load path.
|
|
| On =(1) |
| Set GAMS system directory at beginning of library load path.
|
|
| UndefinedPrefixLoadPath =(2) |
| Undefined PrefixLoadPath.
|
|
Prepend GAMS system directory to library load path.
◆ lookup()
static EPrefixLoadPath com.gams.api.GAMSOptions.EPrefixLoadPath.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all prefixLoadPaths.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated PrefixLoadPath that has the specified value, or UndefinedPrefixLoadPath if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EPrefixLoadPath.value |
( |
| ) |
|
Get the int value of this enumerated PrefixLoadPath.
- Returns
- the prefixLoadPath value
◆ Off
com.gams.api.GAMSOptions.EPrefixLoadPath.Off =(0) |
Do not set GAMS system directory at beginning of library load path.
◆ On
com.gams.api.GAMSOptions.EPrefixLoadPath.On =(1) |
Set GAMS system directory at beginning of library load path.
◆ UndefinedPrefixLoadPath
com.gams.api.GAMSOptions.EPrefixLoadPath.UndefinedPrefixLoadPath =(2) |
Undefined PrefixLoadPath.