Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
enum | Status |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverSolutionResponse | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.algorithms.SetCoverSolutionResponse prototype) |
static com.google.ortools.algorithms.SetCoverSolutionResponse | getDefaultInstance () |
static com.google.protobuf.Parser< SetCoverSolutionResponse > | parser () |
Static Public Attributes | |
static final int | STATUS_FIELD_NUMBER = 1 |
static final int | NUM_SUBSETS_FIELD_NUMBER = 2 |
static final int | SUBSET_FIELD_NUMBER = 3 |
static final int | COST_FIELD_NUMBER = 4 |
static final int | COST_LOWER_BOUND_FIELD_NUMBER = 5 |
static final int | FINGERPRINT_FIELD_NUMBER = 6 |
static final int | MODEL_FINGERPRINT_FIELD_NUMBER = 7 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protobuf type operations_research.SetCoverSolutionResponse
Definition at line 10 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.equals | ( | final java.lang.Object | obj | ) |
Definition at line 568 of file SetCoverSolutionResponse.java.
double com.google.ortools.algorithms.SetCoverSolutionResponse.getCost | ( | ) |
The cost of the solution, as computed by the algorithm.
optional double cost = 4;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 368 of file SetCoverSolutionResponse.java.
double com.google.ortools.algorithms.SetCoverSolutionResponse.getCostLowerBound | ( | ) |
A lower bound of the solution, as computed by the algorithm.
optional double cost_lower_bound = 5;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 395 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 1698 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse com.google.ortools.algorithms.SetCoverSolutionResponse.getDefaultInstanceForType | ( | ) |
Definition at line 1734 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 34 of file SetCoverSolutionResponse.java.
com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverSolutionResponse.getFingerprint | ( | ) |
An automatically fingerprint for the solution. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 6;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 422 of file SetCoverSolutionResponse.java.
com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverSolutionResponse.getFingerprintOrBuilder | ( | ) |
An automatically fingerprint for the solution. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 6;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 433 of file SetCoverSolutionResponse.java.
com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverSolutionResponse.getModelFingerprint | ( | ) |
A reference to the model the solution applies to. TODO(user): Implement.
optional .operations_research.Int128 model_fingerprint = 7;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 460 of file SetCoverSolutionResponse.java.
com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverSolutionResponse.getModelFingerprintOrBuilder | ( | ) |
A reference to the model the solution applies to. TODO(user): Implement.
optional .operations_research.Int128 model_fingerprint = 7;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 471 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.getNumSubsets | ( | ) |
The number of subsets that are selected in the solution. This is used to decompress their indices below.
optional int32 num_subsets = 2;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 299 of file SetCoverSolutionResponse.java.
com.google.protobuf.Parser< SetCoverSolutionResponse > com.google.ortools.algorithms.SetCoverSolutionResponse.getParserForType | ( | ) |
Definition at line 1729 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.getSerializedSize | ( | ) |
Definition at line 519 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse.Status com.google.ortools.algorithms.SetCoverSolutionResponse.getStatus | ( | ) |
For future use. TODO(user): Implement.
optional .operations_research.SetCoverSolutionResponse.Status status = 1;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 269 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.getStatusValue | ( | ) |
For future use. TODO(user): Implement.
optional .operations_research.SetCoverSolutionResponse.Status status = 1;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 258 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.getSubset | ( | int | index | ) |
The list of the subsets selected in the solution.
repeated int32 subset = 3 [packed = true];
index | The index of the element to return. |
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 340 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.getSubsetCount | ( | ) |
The list of the subsets selected in the solution.
repeated int32 subset = 3 [packed = true];
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 328 of file SetCoverSolutionResponse.java.
java.util.List< java.lang.Integer > com.google.ortools.algorithms.SetCoverSolutionResponse.getSubsetList | ( | ) |
The list of the subsets selected in the solution.
repeated int32 subset = 3 [packed = true];
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 317 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.hasCost | ( | ) |
The cost of the solution, as computed by the algorithm.
optional double cost = 4;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 356 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.hasCostLowerBound | ( | ) |
A lower bound of the solution, as computed by the algorithm.
optional double cost_lower_bound = 5;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 383 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.hasFingerprint | ( | ) |
An automatically fingerprint for the solution. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 6;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 410 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.hashCode | ( | ) |
Definition at line 615 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.hasModelFingerprint | ( | ) |
A reference to the model the solution applies to. TODO(user): Implement.
optional .operations_research.Int128 model_fingerprint = 7;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 448 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.hasNumSubsets | ( | ) |
The number of subsets that are selected in the solution. This is used to decompress their indices below.
optional int32 num_subsets = 2;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 286 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.hasStatus | ( | ) |
For future use. TODO(user): Implement.
optional .operations_research.SetCoverSolutionResponse.Status status = 1;
Implements com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.
Definition at line 247 of file SetCoverSolutionResponse.java.
|
protected |
Definition at line 40 of file SetCoverSolutionResponse.java.
final boolean com.google.ortools.algorithms.SetCoverSolutionResponse.isInitialized | ( | ) |
Definition at line 477 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 730 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 733 of file SetCoverSolutionResponse.java.
Builder com.google.ortools.algorithms.SetCoverSolutionResponse.newBuilderForType | ( | ) |
Definition at line 729 of file SetCoverSolutionResponse.java.
|
protected |
Definition at line 743 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 701 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 707 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 678 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 682 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 667 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 672 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 714 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 720 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 688 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 693 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 656 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 661 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 1724 of file SetCoverSolutionResponse.java.
Builder com.google.ortools.algorithms.SetCoverSolutionResponse.toBuilder | ( | ) |
Definition at line 737 of file SetCoverSolutionResponse.java.
void com.google.ortools.algorithms.SetCoverSolutionResponse.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 487 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 345 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 372 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 399 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 437 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 274 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 237 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 303 of file SetCoverSolutionResponse.java.