Uses of Enum
com.google.ortools.pdlp.RestartChoice
Packages that use RestartChoice
-
Uses of RestartChoice in com.google.ortools.pdlp
Subclasses with type arguments of type RestartChoice in com.google.ortools.pdlpModifier and TypeClassDescriptionenumSpecifies whether a restart was performed on a given iteration.Methods in com.google.ortools.pdlp that return RestartChoiceModifier and TypeMethodDescriptionstatic RestartChoiceRestartChoice.forNumber(int value) IterationStats.Builder.getRestartUsed()The kind of restart that occurred at this iteration, or NO_RESTART if a restart did not occur.IterationStats.getRestartUsed()The kind of restart that occurred at this iteration, or NO_RESTART if a restart did not occur.IterationStatsOrBuilder.getRestartUsed()The kind of restart that occurred at this iteration, or NO_RESTART if a restart did not occur.static RestartChoiceRestartChoice.valueOf(int value) Deprecated.static RestartChoiceRestartChoice.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RestartChoiceReturns the enum constant of this type with the specified name.static RestartChoice[]RestartChoice.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.pdlp that return types with arguments of type RestartChoiceModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RestartChoice> RestartChoice.internalGetValueMap()Methods in com.google.ortools.pdlp with parameters of type RestartChoiceModifier and TypeMethodDescriptionIterationStats.Builder.setRestartUsed(RestartChoice value) The kind of restart that occurred at this iteration, or NO_RESTART if a restart did not occur.