Uses of Enum
com.google.ortools.pdlp.OptimalityNorm
Packages that use OptimalityNorm
-
Uses of OptimalityNorm in com.google.ortools.pdlp
Methods in com.google.ortools.pdlp that return OptimalityNormModifier and TypeMethodDescriptionstatic OptimalityNormOptimalityNorm.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 OptimalityNormOptimalityNorm.valueOf(int value) Deprecated.static OptimalityNormOptimalityNorm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OptimalityNormReturns 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.