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