Uses of Enum
com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
Packages that use GlopParameters.CostScalingAlgorithm
-
Uses of GlopParameters.CostScalingAlgorithm in com.google.ortools.glop
Subclasses with type arguments of type GlopParameters.CostScalingAlgorithm in com.google.ortools.glopModifier and TypeClassDescriptionstatic enum
This is only used if use_scaling is true.Methods in com.google.ortools.glop that return GlopParameters.CostScalingAlgorithmModifier and TypeMethodDescriptionGlopParameters.CostScalingAlgorithm.forNumber
(int value) GlopParameters.Builder.getCostScaling()
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
GlopParameters.getCostScaling()
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
GlopParametersOrBuilder.getCostScaling()
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
GlopParameters.CostScalingAlgorithm.valueOf
(int value) Deprecated.GlopParameters.CostScalingAlgorithm.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 GlopParameters.CostScalingAlgorithm[]
GlopParameters.CostScalingAlgorithm.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.CostScalingAlgorithmModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<GlopParameters.CostScalingAlgorithm> GlopParameters.CostScalingAlgorithm.internalGetValueMap()
Methods in com.google.ortools.glop with parameters of type GlopParameters.CostScalingAlgorithmModifier and TypeMethodDescriptionGlopParameters.Builder.setCostScaling
(GlopParameters.CostScalingAlgorithm value) optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];