![]() |
Google OR-Tools v9.12
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 11 of file SetCoverSolutionResponse.java.
boolean com.google.ortools.algorithms.SetCoverSolutionResponse.equals | ( | final java.lang.Object | obj | ) |
Definition at line 569 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 369 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 396 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 1699 of file SetCoverSolutionResponse.java.
com.google.ortools.algorithms.SetCoverSolutionResponse com.google.ortools.algorithms.SetCoverSolutionResponse.getDefaultInstanceForType | ( | ) |
Definition at line 1735 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 35 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 423 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 434 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 461 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 472 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 300 of file SetCoverSolutionResponse.java.
com.google.protobuf.Parser< SetCoverSolutionResponse > com.google.ortools.algorithms.SetCoverSolutionResponse.getParserForType | ( | ) |
Definition at line 1730 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.getSerializedSize | ( | ) |
Definition at line 520 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 270 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 259 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 341 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 329 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 318 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 357 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 384 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 411 of file SetCoverSolutionResponse.java.
int com.google.ortools.algorithms.SetCoverSolutionResponse.hashCode | ( | ) |
Definition at line 616 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 449 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 287 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 248 of file SetCoverSolutionResponse.java.
|
protected |
Definition at line 41 of file SetCoverSolutionResponse.java.
final boolean com.google.ortools.algorithms.SetCoverSolutionResponse.isInitialized | ( | ) |
Definition at line 478 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 731 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 734 of file SetCoverSolutionResponse.java.
Builder com.google.ortools.algorithms.SetCoverSolutionResponse.newBuilderForType | ( | ) |
Definition at line 730 of file SetCoverSolutionResponse.java.
|
protected |
Definition at line 744 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 702 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 708 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 679 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 683 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 668 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 673 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 715 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 721 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 689 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 694 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 657 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 662 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 1725 of file SetCoverSolutionResponse.java.
Builder com.google.ortools.algorithms.SetCoverSolutionResponse.toBuilder | ( | ) |
Definition at line 738 of file SetCoverSolutionResponse.java.
void com.google.ortools.algorithms.SetCoverSolutionResponse.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 488 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 346 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 373 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 400 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 438 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 275 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 238 of file SetCoverSolutionResponse.java.
|
static |
Definition at line 304 of file SetCoverSolutionResponse.java.