Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.EPrefixLoadPath Enum Reference

Prepend GAMS system directory to library load path. More...

Public Member Functions

int value ()
 Get the int value of this enumerated PrefixLoadPath.
 

Static Public Member Functions

static EPrefixLoadPath lookup (int val)
 Lookup all prefixLoadPaths.
 

Public Attributes

 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.
 

Detailed Description

Prepend GAMS system directory to library load path.

Member Function Documentation

◆ lookup()

static EPrefixLoadPath com.gams.api.GAMSOptions.EPrefixLoadPath.lookup ( int  val)
static

Lookup all prefixLoadPaths.

Parameters
valan 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

Member Data Documentation

◆ 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.