Uses of Enum
com.google.ortools.pdlp.OptimalityNorm
Packages that use OptimalityNorm
-
Uses of OptimalityNorm in com.google.ortools.pdlp
Subclasses with type arguments of type OptimalityNorm in com.google.ortools.pdlpModifier and TypeClassDescriptionenum
Protobuf enumoperations_research.pdlp.OptimalityNorm
Methods in com.google.ortools.pdlp that return OptimalityNormModifier and TypeMethodDescriptionstatic OptimalityNorm
OptimalityNorm.forNumber
(int value) TerminationCriteria.Builder.getOptimalityNorm()
The norm that we are measuring the optimality criteria in.TerminationCriteria.getOptimalityNorm()
The norm that we are measuring the optimality criteria in.TerminationCriteriaOrBuilder.getOptimalityNorm()
The norm that we are measuring the optimality criteria in.static OptimalityNorm
OptimalityNorm.valueOf
(int value) Deprecated.static OptimalityNorm
OptimalityNorm.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OptimalityNorm
Returns the enum constant of this type with the specified name.static OptimalityNorm[]
OptimalityNorm.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 OptimalityNormModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<OptimalityNorm> OptimalityNorm.internalGetValueMap()
Methods in com.google.ortools.pdlp with parameters of type OptimalityNormModifier and TypeMethodDescriptionTerminationCriteria.Builder.setOptimalityNorm
(OptimalityNorm value) The norm that we are measuring the optimality criteria in.