Uses of Enum
operations_research.pdlp.Solvers.PrimalDualHybridGradientParams.RestartStrategy
Packages that use Solvers.PrimalDualHybridGradientParams.RestartStrategy
-
Uses of Solvers.PrimalDualHybridGradientParams.RestartStrategy in operations_research.pdlp
Methods in operations_research.pdlp that return Solvers.PrimalDualHybridGradientParams.RestartStrategyModifier and TypeMethodDescriptionSolvers.PrimalDualHybridGradientParams.RestartStrategy.forNumber(int value) Solvers.PrimalDualHybridGradientParams.Builder.getRestartStrategy()NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.Solvers.PrimalDualHybridGradientParams.getRestartStrategy()NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.Solvers.PrimalDualHybridGradientParamsOrBuilder.getRestartStrategy()NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.Solvers.PrimalDualHybridGradientParams.RestartStrategy.valueOf(int value) Deprecated.Solvers.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.Solvers.PrimalDualHybridGradientParams.RestartStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in operations_research.pdlp that return types with arguments of type Solvers.PrimalDualHybridGradientParams.RestartStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Solvers.PrimalDualHybridGradientParams.RestartStrategy>Solvers.PrimalDualHybridGradientParams.RestartStrategy.internalGetValueMap()Methods in operations_research.pdlp with parameters of type Solvers.PrimalDualHybridGradientParams.RestartStrategyModifier and TypeMethodDescriptionSolvers.PrimalDualHybridGradientParams.Builder.setRestartStrategy(Solvers.PrimalDualHybridGradientParams.RestartStrategy value) NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.