Uses of Enum
com.google.ortools.pdlp.TerminationReason
Packages that use TerminationReason
-
Uses of TerminationReason in com.google.ortools.pdlp
Subclasses with type arguments of type TerminationReason in com.google.ortools.pdlpModifier and TypeClassDescriptionenum
Protobuf enumoperations_research.pdlp.TerminationReason
Methods in com.google.ortools.pdlp that return TerminationReasonModifier and TypeMethodDescriptionstatic TerminationReason
TerminationReason.forNumber
(int value) FeasibilityPolishingDetails.Builder.getTerminationReason()
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
FeasibilityPolishingDetails.getTerminationReason()
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
FeasibilityPolishingDetailsOrBuilder.getTerminationReason()
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
SolveLog.Builder.getTerminationReason()
The reason that the solve terminated.SolveLog.getTerminationReason()
The reason that the solve terminated.SolveLogOrBuilder.getTerminationReason()
The reason that the solve terminated.static TerminationReason
TerminationReason.valueOf
(int value) Deprecated.static TerminationReason
TerminationReason.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TerminationReason
Returns the enum constant of this type with the specified name.static TerminationReason[]
TerminationReason.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 TerminationReasonModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<TerminationReason> TerminationReason.internalGetValueMap()
Methods in com.google.ortools.pdlp with parameters of type TerminationReasonModifier and TypeMethodDescriptionFeasibilityPolishingDetails.Builder.setTerminationReason
(TerminationReason value) optional .operations_research.pdlp.TerminationReason termination_reason = 4;
SolveLog.Builder.setTerminationReason
(TerminationReason value) The reason that the solve terminated.