Uses of Enum
com.google.ortools.glop.GlopParameters.ScalingAlgorithm
Packages that use GlopParameters.ScalingAlgorithm
-
Uses of GlopParameters.ScalingAlgorithm in com.google.ortools.glop
Subclasses with type arguments of type GlopParameters.ScalingAlgorithm in com.google.ortools.glopModifier and TypeClassDescriptionstatic enum
Supported algorithms for scaling: EQUILIBRATION - progressive scaling by row and column norms until the marginal difference passes below a threshold.Methods in com.google.ortools.glop that return GlopParameters.ScalingAlgorithmModifier and TypeMethodDescriptionGlopParameters.ScalingAlgorithm.forNumber
(int value) GlopParameters.Builder.getScalingMethod()
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
GlopParameters.getScalingMethod()
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
GlopParametersOrBuilder.getScalingMethod()
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
GlopParameters.ScalingAlgorithm.valueOf
(int value) Deprecated.GlopParameters.ScalingAlgorithm.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.ScalingAlgorithm[]
GlopParameters.ScalingAlgorithm.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.ScalingAlgorithmModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<GlopParameters.ScalingAlgorithm> GlopParameters.ScalingAlgorithm.internalGetValueMap()
Methods in com.google.ortools.glop with parameters of type GlopParameters.ScalingAlgorithmModifier and TypeMethodDescriptionGlopParameters.Builder.setScalingMethod
(GlopParameters.ScalingAlgorithm value) optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];