Protobuf enum operations_research.RoutingSearchStatus.Value
Definition at line 52 of file RoutingSearchStatus.java.
◆ [static initializer]()
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.[static initializer] |
|
static |
◆ forNumber()
static Value com.google.ortools.constraintsolver.RoutingSearchStatus.Value.forNumber |
( |
int | value | ) |
|
|
static |
- Parameters
-
value | The numeric wire value of the corresponding enum entry. |
- Returns
- The enum associated with the given numeric wire value.
Definition at line 222 of file RoutingSearchStatus.java.
◆ getDescriptor()
static final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.RoutingSearchStatus.Value.getDescriptor |
( |
| ) |
|
|
static |
◆ getDescriptorForType()
final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.constraintsolver.RoutingSearchStatus.Value.getDescriptorForType |
( |
| ) |
|
◆ getNumber()
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.getNumber |
( |
| ) |
|
◆ getValueDescriptor()
final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.constraintsolver.RoutingSearchStatus.Value.getValueDescriptor |
( |
| ) |
|
◆ internalGetValueMap()
static com.google.protobuf.Internal.EnumLiteMap< Value > com.google.ortools.constraintsolver.RoutingSearchStatus.Value.internalGetValueMap |
( |
| ) |
|
|
static |
◆ valueOf() [1/2]
static Value com.google.ortools.constraintsolver.RoutingSearchStatus.Value.valueOf |
( |
com.google.protobuf.Descriptors.EnumValueDescriptor | desc | ) |
|
|
static |
◆ valueOf() [2/2]
static Value com.google.ortools.constraintsolver.RoutingSearchStatus.Value.valueOf |
( |
int | value | ) |
|
|
static |
◆ ROUTING_FAIL
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_FAIL =(3) |
No solution found to the problem after calling RoutingModel::Solve().
ROUTING_FAIL = 3;
Definition at line 87 of file RoutingSearchStatus.java.
◆ ROUTING_FAIL_TIMEOUT
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_FAIL_TIMEOUT =(4) |
Time limit reached before finding a solution with RoutingModel::Solve().
ROUTING_FAIL_TIMEOUT = 4;
Definition at line 95 of file RoutingSearchStatus.java.
◆ ROUTING_FAIL_TIMEOUT_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_FAIL_TIMEOUT_VALUE = 4 |
|
static |
Time limit reached before finding a solution with RoutingModel::Solve().
ROUTING_FAIL_TIMEOUT = 4;
Definition at line 173 of file RoutingSearchStatus.java.
◆ ROUTING_FAIL_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_FAIL_VALUE = 3 |
|
static |
No solution found to the problem after calling RoutingModel::Solve().
ROUTING_FAIL = 3;
Definition at line 165 of file RoutingSearchStatus.java.
◆ ROUTING_INFEASIBLE
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_INFEASIBLE =(6) |
◆ ROUTING_INFEASIBLE_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_INFEASIBLE_VALUE = 6 |
|
static |
◆ ROUTING_INVALID
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_INVALID =(5) |
◆ ROUTING_INVALID_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_INVALID_VALUE = 5 |
|
static |
◆ ROUTING_NOT_SOLVED
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_NOT_SOLVED =(0) |
Problem not solved yet (before calling RoutingModel::Solve()).
ROUTING_NOT_SOLVED = 0;
Definition at line 61 of file RoutingSearchStatus.java.
◆ ROUTING_NOT_SOLVED_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_NOT_SOLVED_VALUE = 0 |
|
static |
Problem not solved yet (before calling RoutingModel::Solve()).
ROUTING_NOT_SOLVED = 0;
Definition at line 139 of file RoutingSearchStatus.java.
◆ ROUTING_OPTIMAL
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_OPTIMAL =(7) |
◆ ROUTING_OPTIMAL_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_OPTIMAL_VALUE = 7 |
|
static |
◆ ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED =(2) |
Problem solved successfully after calling RoutingModel::Solve(), except
that a local optimum has not been reached. Leaving more time would allow
improving the solution.
ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED = 2;
Definition at line 79 of file RoutingSearchStatus.java.
◆ ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED_VALUE = 2 |
|
static |
Problem solved successfully after calling RoutingModel::Solve(), except
that a local optimum has not been reached. Leaving more time would allow
improving the solution.
ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED = 2;
Definition at line 157 of file RoutingSearchStatus.java.
◆ ROUTING_SUCCESS
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_SUCCESS =(1) |
Problem solved successfully after calling RoutingModel::Solve().
ROUTING_SUCCESS = 1;
Definition at line 69 of file RoutingSearchStatus.java.
◆ ROUTING_SUCCESS_VALUE
final int com.google.ortools.constraintsolver.RoutingSearchStatus.Value.ROUTING_SUCCESS_VALUE = 1 |
|
static |
Problem solved successfully after calling RoutingModel::Solve().
ROUTING_SUCCESS = 1;
Definition at line 147 of file RoutingSearchStatus.java.
◆ UNRECOGNIZED
com.google.ortools.constraintsolver.RoutingSearchStatus.Value.UNRECOGNIZED =(-1) |
The documentation for this enum was generated from the following file: