com.gams.api.GAMSOptions.EForceWork Enum Reference
Force GAMS to process a save file created with a newer GAMS version or with execution errors. More...
Public Member Functions | |
| int | value () |
| Get the int value of this enumerated ForceWork. | |
Static Public Member Functions | |
| static EForceWork | lookup (int val) |
| Lookup all forceWorks. | |
Public Attributes | |
| NoTranslation =(0) | |
| No translation. | |
| TryTranslation =(1) | |
| Try translation. | |
| UndefinedForceWork =(2) | |
| Undefined ForceWork. | |
Detailed Description
Force GAMS to process a save file created with a newer GAMS version or with execution errors.
Member Function Documentation
◆ lookup()
|
static |
Lookup all forceWorks.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated ForceWork that has the specified value, or UndefinedForceWork if the specified value is not found.
◆ value()
| int com.gams.api.GAMSOptions.EForceWork.value | ( | ) |
Get the int value of this enumerated ForceWork.
- Returns
- the forceWork value
Member Data Documentation
◆ NoTranslation
| com.gams.api.GAMSOptions.EForceWork.NoTranslation =(0) |
No translation.
◆ TryTranslation
| com.gams.api.GAMSOptions.EForceWork.TryTranslation =(1) |
Try translation.
◆ UndefinedForceWork
| com.gams.api.GAMSOptions.EForceWork.UndefinedForceWork =(2) |
Undefined ForceWork.