Uses of Enum
com.google.ortools.sat.SatParameters.RestartAlgorithm
Packages that use SatParameters.RestartAlgorithm
-
Uses of SatParameters.RestartAlgorithm in com.google.ortools.sat
Subclasses with type arguments of type SatParameters.RestartAlgorithm in com.google.ortools.satMethods in com.google.ortools.sat that return SatParameters.RestartAlgorithmModifier and TypeMethodDescriptionSatParameters.RestartAlgorithm.forNumber
(int value) SatParameters.Builder.getRestartAlgorithms
(int index) The restart strategies will change each time the strategy_counter is increased.SatParameters.getRestartAlgorithms
(int index) The restart strategies will change each time the strategy_counter is increased.SatParametersOrBuilder.getRestartAlgorithms
(int index) The restart strategies will change each time the strategy_counter is increased.SatParameters.RestartAlgorithm.valueOf
(int value) Deprecated.SatParameters.RestartAlgorithm.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 SatParameters.RestartAlgorithm[]
SatParameters.RestartAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.sat that return types with arguments of type SatParameters.RestartAlgorithmModifier and TypeMethodDescriptionSatParameters.Builder.getRestartAlgorithmsList()
The restart strategies will change each time the strategy_counter is increased.SatParameters.getRestartAlgorithmsList()
The restart strategies will change each time the strategy_counter is increased.SatParametersOrBuilder.getRestartAlgorithmsList()
The restart strategies will change each time the strategy_counter is increased.static com.google.protobuf.Internal.EnumLiteMap
<SatParameters.RestartAlgorithm> SatParameters.RestartAlgorithm.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type SatParameters.RestartAlgorithmModifier and TypeMethodDescriptionSatParameters.Builder.addRestartAlgorithms
(SatParameters.RestartAlgorithm value) The restart strategies will change each time the strategy_counter is increased.SatParameters.Builder.setRestartAlgorithms
(int index, SatParameters.RestartAlgorithm value) The restart strategies will change each time the strategy_counter is increased.Method parameters in com.google.ortools.sat with type arguments of type SatParameters.RestartAlgorithmModifier and TypeMethodDescriptionSatParameters.Builder.addAllRestartAlgorithms
(Iterable<? extends SatParameters.RestartAlgorithm> values) The restart strategies will change each time the strategy_counter is increased.