Uses of Enum
com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
Packages that use PrimalDualHybridGradientParams.RestartStrategy
-
Uses of PrimalDualHybridGradientParams.RestartStrategy in com.google.ortools.pdlp
Subclasses with type arguments of type PrimalDualHybridGradientParams.RestartStrategy in com.google.ortools.pdlpModifier and TypeClassDescriptionstatic enum
Protobuf enumoperations_research.pdlp.PrimalDualHybridGradientParams.RestartStrategy
Methods in com.google.ortools.pdlp that return PrimalDualHybridGradientParams.RestartStrategyModifier and TypeMethodDescriptionPrimalDualHybridGradientParams.RestartStrategy.forNumber
(int value) PrimalDualHybridGradientParams.Builder.getRestartStrategy()
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.PrimalDualHybridGradientParams.getRestartStrategy()
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.PrimalDualHybridGradientParamsOrBuilder.getRestartStrategy()
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.PrimalDualHybridGradientParams.RestartStrategy.valueOf
(int value) Deprecated.PrimalDualHybridGradientParams.RestartStrategy.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.PrimalDualHybridGradientParams.RestartStrategy.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 PrimalDualHybridGradientParams.RestartStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<PrimalDualHybridGradientParams.RestartStrategy> PrimalDualHybridGradientParams.RestartStrategy.internalGetValueMap()
Methods in com.google.ortools.pdlp with parameters of type PrimalDualHybridGradientParams.RestartStrategyModifier and TypeMethodDescriptionPrimalDualHybridGradientParams.Builder.setRestartStrategy
(PrimalDualHybridGradientParams.RestartStrategy value) NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.