Uses of Enum
com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Packages that use CoolingScheduleStrategy.Value
-
Uses of CoolingScheduleStrategy.Value in com.google.ortools.constraintsolver
Subclasses with type arguments of type CoolingScheduleStrategy.Value in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic enumProtobuf enumoperations_research.CoolingScheduleStrategy.ValueMethods in com.google.ortools.constraintsolver that return CoolingScheduleStrategy.ValueModifier and TypeMethodDescriptionCoolingScheduleStrategy.Value.forNumber(int value) SimulatedAnnealingParameters.Builder.getCoolingScheduleStrategy()Determines the speed at which the temperature changes from initial to final.SimulatedAnnealingParameters.getCoolingScheduleStrategy()Determines the speed at which the temperature changes from initial to final.SimulatedAnnealingParametersOrBuilder.getCoolingScheduleStrategy()Determines the speed at which the temperature changes from initial to final.CoolingScheduleStrategy.Value.valueOf(int value) Deprecated.CoolingScheduleStrategy.Value.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 CoolingScheduleStrategy.Value[]CoolingScheduleStrategy.Value.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.constraintsolver that return types with arguments of type CoolingScheduleStrategy.ValueModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CoolingScheduleStrategy.Value> CoolingScheduleStrategy.Value.internalGetValueMap()Methods in com.google.ortools.constraintsolver with parameters of type CoolingScheduleStrategy.ValueModifier and TypeMethodDescriptionSimulatedAnnealingParameters.Builder.setCoolingScheduleStrategy(CoolingScheduleStrategy.Value value) Determines the speed at which the temperature changes from initial to final.