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

Save solver point in GDX file. More...

Public Member Functions

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

Static Public Member Functions

static ESavePoint lookup (int val)
 Lookup all savePoints.
 

Public Attributes

 NoPointFile =(0)
 No point GDX file is to be saved.
 
 LastSolvePointFile =(1)
 A point GDX file from the last solve is to be saved.
 
 EverySolvePointFile =(2)
 A point GDX file from every solve is to be saved.
 
 LastSolvePointFileScrDir =(3)
 A point GDX file from the last solve is to be saved in the scratch directory.
 
 EverySolvePointFileScrDir =(4)
 A point GDX file from every solve is to be saved in the scratch directory.
 
 UndefinedSavePoint =(5)
 Undefined SavePoint.
 

Detailed Description

Save solver point in GDX file.

Member Function Documentation

◆ lookup()

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

Lookup all savePoints.

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

◆ value()

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

Get the int value of this enumerated SavePoint.

Returns
the savePoint value

Member Data Documentation

◆ EverySolvePointFile

com.gams.api.GAMSOptions.ESavePoint.EverySolvePointFile =(2)

A point GDX file from every solve is to be saved.

◆ EverySolvePointFileScrDir

com.gams.api.GAMSOptions.ESavePoint.EverySolvePointFileScrDir =(4)

A point GDX file from every solve is to be saved in the scratch directory.

◆ LastSolvePointFile

com.gams.api.GAMSOptions.ESavePoint.LastSolvePointFile =(1)

A point GDX file from the last solve is to be saved.

◆ LastSolvePointFileScrDir

com.gams.api.GAMSOptions.ESavePoint.LastSolvePointFileScrDir =(3)

A point GDX file from the last solve is to be saved in the scratch directory.

◆ NoPointFile

com.gams.api.GAMSOptions.ESavePoint.NoPointFile =(0)

No point GDX file is to be saved.

◆ UndefinedSavePoint

com.gams.api.GAMSOptions.ESavePoint.UndefinedSavePoint =(5)

Undefined SavePoint.