Uses of Enum
com.google.ortools.glop.GlopParameters.PricingRule
Packages that use GlopParameters.PricingRule
-
Uses of GlopParameters.PricingRule in com.google.ortools.glop
Subclasses with type arguments of type GlopParameters.PricingRule in com.google.ortools.glopModifier and TypeClassDescriptionstatic enum
General strategy used during pricing.Methods in com.google.ortools.glop that return GlopParameters.PricingRuleModifier and TypeMethodDescriptionstatic GlopParameters.PricingRule
GlopParameters.PricingRule.forNumber
(int value) GlopParameters.Builder.getFeasibilityRule()
PricingRule to use during the feasibility phase.GlopParameters.getFeasibilityRule()
PricingRule to use during the feasibility phase.GlopParametersOrBuilder.getFeasibilityRule()
PricingRule to use during the feasibility phase.GlopParameters.Builder.getOptimizationRule()
PricingRule to use during the optimization phase.GlopParameters.getOptimizationRule()
PricingRule to use during the optimization phase.GlopParametersOrBuilder.getOptimizationRule()
PricingRule to use during the optimization phase.static GlopParameters.PricingRule
GlopParameters.PricingRule.valueOf
(int value) Deprecated.static GlopParameters.PricingRule
GlopParameters.PricingRule.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GlopParameters.PricingRule
Returns the enum constant of this type with the specified name.static GlopParameters.PricingRule[]
GlopParameters.PricingRule.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.glop that return types with arguments of type GlopParameters.PricingRuleModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<GlopParameters.PricingRule> GlopParameters.PricingRule.internalGetValueMap()
Methods in com.google.ortools.glop with parameters of type GlopParameters.PricingRuleModifier and TypeMethodDescriptionGlopParameters.Builder.setFeasibilityRule
(GlopParameters.PricingRule value) PricingRule to use during the feasibility phase.GlopParameters.Builder.setOptimizationRule
(GlopParameters.PricingRule value) PricingRule to use during the optimization phase.