Loading...
Searching...
No Matches
Summary of computing resources used by job steps.
More...
|
int | value () |
| Get the int value of this enumerated StepSum.
|
|
Summary of computing resources used by job steps.
◆ lookup()
static EStepSum com.gams.api.GAMSOptions.EStepSum.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all stepSums.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated StepSum that has the specified value, or UndefinedStepSum if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EStepSum.value |
( |
| ) |
|
Get the int value of this enumerated StepSum.
- Returns
- the stepSum value
◆ NoStepSummmary
com.gams.api.GAMSOptions.EStepSum.NoStepSummmary =(0) |
◆ StepSummary
com.gams.api.GAMSOptions.EStepSum.StepSummary =(1) |
◆ UndefinedStepSum
com.gams.api.GAMSOptions.EStepSum.UndefinedStepSum =(2) |