Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
static RoutingSearchStatus.Value |
RoutingSearchStatus.Value.forNumber(int value) |
RoutingSearchStatus.Value |
RoutingModel.status()
Returns the current status of the routing model.
|
static RoutingSearchStatus.Value |
RoutingSearchStatus.Value.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RoutingSearchStatus.Value |
RoutingSearchStatus.Value.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RoutingSearchStatus.Value |
RoutingSearchStatus.Value.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoutingSearchStatus.Value[] |
RoutingSearchStatus.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<RoutingSearchStatus.Value> |
RoutingSearchStatus.Value.internalGetValueMap() |
Copyright © 2025. All rights reserved.