![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
final int | getNumber () |
final com.google.protobuf.Descriptors.EnumValueDescriptor | getValueDescriptor () |
final com.google.protobuf.Descriptors.EnumDescriptor | getDescriptorForType () |
Static Public Member Functions | |
[static initializer] | |
static Status | valueOf (int value) |
static Status | forNumber (int value) |
static com.google.protobuf.Internal.EnumLiteMap< Status > | internalGetValueMap () |
static final com.google.protobuf.Descriptors.EnumDescriptor | getDescriptor () |
static Status | valueOf (com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Public Attributes | |
UNDEFINED =(0) | |
OPTIMAL =(1) | |
FEASIBLE =(2) | |
INFEASIBLE =(3) | |
INVALID =(4) | |
UNRECOGNIZED =(-1) | |
Static Public Attributes | |
static final int | UNDEFINED_VALUE = 0 |
static final int | OPTIMAL_VALUE = 1 |
static final int | FEASIBLE_VALUE = 2 |
static final int | INFEASIBLE_VALUE = 3 |
static final int | INVALID_VALUE = 4 |
Result of the optimization.
Protobuf enum operations_research.SetCoverSolutionResponse.Status
Definition at line 54 of file SetCoverSolutionResponse.java.
|
static |
|
static |
value | The numeric wire value of the corresponding enum entry. |
Definition at line 174 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 210 of file SetCoverSolutionResponse.java.
final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getDescriptorForType | ( | ) |
Definition at line 206 of file SetCoverSolutionResponse.java.
final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getNumber | ( | ) |
Definition at line 152 of file SetCoverSolutionResponse.java.
final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getValueDescriptor | ( | ) |
Definition at line 198 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 186 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 216 of file SetCoverSolutionResponse.java.
|
static |
value | The numeric wire value of the corresponding enum entry. |
forNumber(int)
instead. Definition at line 166 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse.Status.FEASIBLE =(2) |
The solver had enough time to find some solution that satisfied all constraints, but it did not reach the optimal.
FEASIBLE = 2;
Definition at line 80 of file SetCoverSolutionResponse.java.
|
static |
The solver had enough time to find some solution that satisfied all constraints, but it did not reach the optimal.
FEASIBLE = 2;
Definition at line 133 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse.Status.INFEASIBLE =(3) |
The model does not have any solution.
INFEASIBLE = 3;
Definition at line 88 of file SetCoverSolutionResponse.java.
|
static |
The model does not have any solution.
INFEASIBLE = 3;
Definition at line 141 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse.Status.INVALID =(4) |
|
static |
com.google.ortools.algorithms.SetCoverSolutionResponse.Status.OPTIMAL =(1) |
The solver found the proven optimal solution.
OPTIMAL = 1;
Definition at line 71 of file SetCoverSolutionResponse.java.
|
static |
The solver found the proven optimal solution.
OPTIMAL = 1;
Definition at line 124 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse.Status.UNDEFINED =(0) |
|
static |
com.google.ortools.algorithms.SetCoverSolutionResponse.Status.UNRECOGNIZED =(-1) |
Definition at line 97 of file SetCoverSolutionResponse.java.