Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
static CoolingScheduleStrategy.Value |
CoolingScheduleStrategy.Value.forNumber(int value) |
CoolingScheduleStrategy.Value |
SimulatedAnnealingParametersOrBuilder.getCoolingScheduleStrategy()
Determines the speed at which the temperature changes from initial to
final.
|
CoolingScheduleStrategy.Value |
SimulatedAnnealingParameters.getCoolingScheduleStrategy()
Determines the speed at which the temperature changes from initial to
final.
|
CoolingScheduleStrategy.Value |
SimulatedAnnealingParameters.Builder.getCoolingScheduleStrategy()
Determines the speed at which the temperature changes from initial to
final.
|
static CoolingScheduleStrategy.Value |
CoolingScheduleStrategy.Value.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CoolingScheduleStrategy.Value |
CoolingScheduleStrategy.Value.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CoolingScheduleStrategy.Value |
CoolingScheduleStrategy.Value.valueOf(java.lang.String 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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CoolingScheduleStrategy.Value> |
CoolingScheduleStrategy.Value.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SimulatedAnnealingParameters.Builder |
SimulatedAnnealingParameters.Builder.setCoolingScheduleStrategy(CoolingScheduleStrategy.Value value)
Determines the speed at which the temperature changes from initial to
final.
|
Copyright © 2025. All rights reserved.