Loading...
Searching...
No Matches
Indicator for writing workfile with previous workfile version.
More...
|
int | value () |
| Get the int value of this enumerated PreviousWork.
|
|
|
| Off =(0) |
| Write workfile using the current version.
|
|
| On =(1) |
| Write workfile using the previous workfile version.
|
|
| UndefinedPreviousWork =(2) |
| Undefined PreviousWork.
|
|
Indicator for writing workfile with previous workfile version.
◆ lookup()
static EPreviousWork com.gams.api.GAMSOptions.EPreviousWork.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all previousWorks.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated PreviousWork that has the specified value, or UndefinedPreviousWork if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EPreviousWork.value |
( |
| ) |
|
Get the int value of this enumerated PreviousWork.
- Returns
- the previousWork value
◆ Off
com.gams.api.GAMSOptions.EPreviousWork.Off =(0) |
Write workfile using the current version.
◆ On
com.gams.api.GAMSOptions.EPreviousWork.On =(1) |
Write workfile using the previous workfile version.
◆ UndefinedPreviousWork
com.gams.api.GAMSOptions.EPreviousWork.UndefinedPreviousWork =(2) |