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

Allows to try an experimental memory manager. More...

Public Member Functions

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

Static Public Member Functions

static EMemoryManager lookup (int val)
 Lookup all memoryManagers.
 

Public Attributes

 Default =(0)
 Established default memory manager.
 
 Experimental =(1)
 Experimental memory manager.
 
 UndefinedMemoryManager =(2)
 Undefined MemoryManager.
 

Detailed Description

Allows to try an experimental memory manager.

Member Function Documentation

◆ lookup()

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

Lookup all memoryManagers.

Parameters
valan int value to lookup
Returns
the enumerated MemoryManager that has the specified value, or UndefinedMemoryManager if the specified value is not found.

◆ value()

int com.gams.api.GAMSOptions.EMemoryManager.value ( )

Get the int value of this enumerated MemoryManager.

Returns
the memoryManager value

Member Data Documentation

◆ Default

com.gams.api.GAMSOptions.EMemoryManager.Default =(0)

Established default memory manager.

◆ Experimental

com.gams.api.GAMSOptions.EMemoryManager.Experimental =(1)

Experimental memory manager.

◆ UndefinedMemoryManager

com.gams.api.GAMSOptions.EMemoryManager.UndefinedMemoryManager =(2)

Undefined MemoryManager.