Protobuf enum operations_research.pdlp.PolishingPhaseType
Definition at line 12 of file PolishingPhaseType.java.
◆ [static initializer]()
| com.google.ortools.pdlp.PolishingPhaseType.[static initializer] |
|
static |
◆ forNumber()
| PolishingPhaseType com.google.ortools.pdlp.PolishingPhaseType.forNumber |
( |
int | value | ) |
|
|
static |
- Parameters
-
| value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
Definition at line 69 of file PolishingPhaseType.java.
◆ getDescriptor()
| com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.PolishingPhaseType.getDescriptor |
( |
| ) |
|
|
static |
◆ getDescriptorForType()
| final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.pdlp.PolishingPhaseType.getDescriptorForType |
( |
| ) |
|
◆ getNumber()
| final int com.google.ortools.pdlp.PolishingPhaseType.getNumber |
( |
| ) |
|
◆ getValueDescriptor()
| final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.pdlp.PolishingPhaseType.getValueDescriptor |
( |
| ) |
|
◆ internalGetValueMap()
| com.google.protobuf.Internal.EnumLiteMap< PolishingPhaseType > com.google.ortools.pdlp.PolishingPhaseType.internalGetValueMap |
( |
| ) |
|
|
static |
◆ valueOf() [1/2]
| PolishingPhaseType com.google.ortools.pdlp.PolishingPhaseType.valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor | desc | ) |
|
|
static |
◆ valueOf() [2/2]
| PolishingPhaseType com.google.ortools.pdlp.PolishingPhaseType.valueOf |
( |
int | value | ) |
|
|
static |
◆ POLISHING_PHASE_TYPE_DUAL_FEASIBILITY
| com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_DUAL_FEASIBILITY =(2) |
◆ POLISHING_PHASE_TYPE_DUAL_FEASIBILITY_VALUE
| final int com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_DUAL_FEASIBILITY_VALUE = 2 |
|
static |
◆ POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY
| com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY =(1) |
◆ POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY_VALUE
| final int com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY_VALUE = 1 |
|
static |
◆ POLISHING_PHASE_TYPE_UNSPECIFIED
| com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_UNSPECIFIED =(0) |
◆ POLISHING_PHASE_TYPE_UNSPECIFIED_VALUE
| final int com.google.ortools.pdlp.PolishingPhaseType.POLISHING_PHASE_TYPE_UNSPECIFIED_VALUE = 0 |
|
static |
The documentation for this enum was generated from the following file: