Uses of Enum
com.google.ortools.pdlp.SchedulerType
Packages that use SchedulerType
-
Uses of SchedulerType in com.google.ortools.pdlp
Methods in com.google.ortools.pdlp that return SchedulerTypeModifier and TypeMethodDescriptionstatic SchedulerTypeSchedulerType.forNumber(int value) PrimalDualHybridGradientParams.Builder.getSchedulerType()The type of scheduler used for CPU multi-threading.PrimalDualHybridGradientParams.getSchedulerType()The type of scheduler used for CPU multi-threading.PrimalDualHybridGradientParamsOrBuilder.getSchedulerType()The type of scheduler used for CPU multi-threading.static SchedulerTypeSchedulerType.valueOf(int value) Deprecated.static SchedulerTypeSchedulerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SchedulerTypeReturns the enum constant of this type with the specified name.static SchedulerType[]SchedulerType.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 SchedulerTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SchedulerType>SchedulerType.internalGetValueMap()Methods in com.google.ortools.pdlp with parameters of type SchedulerTypeModifier and TypeMethodDescriptionPrimalDualHybridGradientParams.Builder.setSchedulerType(SchedulerType value) The type of scheduler used for CPU multi-threading.