com.gams.api.GAMSOptions.EStepSum Enum Reference
Summary of computing resources used by job steps. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated StepSum. | |
Static Public Member Functions | |
static EStepSum | lookup (int val) |
Lookup all stepSums. | |
Public Attributes | |
NoStepSummmary =(0) | |
No step summary. | |
StepSummary =(1) | |
Step summary printed. | |
UndefinedStepSum =(2) | |
Undefined StepSum. | |
Detailed Description
Summary of computing resources used by job steps.
Member Function Documentation
◆ lookup()
|
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
Member Data Documentation
◆ NoStepSummmary
com.gams.api.GAMSOptions.EStepSum.NoStepSummmary =(0) |
No step summary.
◆ StepSummary
com.gams.api.GAMSOptions.EStepSum.StepSummary =(1) |
Step summary printed.
◆ UndefinedStepSum
com.gams.api.GAMSOptions.EStepSum.UndefinedStepSum =(2) |
Undefined StepSum.