public interface SetCoverSolutionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getCost()
The cost of the solution, as computed by the algorithm.
|
double |
getCostLowerBound()
A lower bound of the solution, as computed by the algorithm.
|
Int128 |
getFingerprint()
An automatically fingerprint for the solution.
|
Int128OrBuilder |
getFingerprintOrBuilder()
An automatically fingerprint for the solution.
|
Int128 |
getModelFingerprint()
A reference to the model the solution applies to.
|
Int128OrBuilder |
getModelFingerprintOrBuilder()
A reference to the model the solution applies to.
|
int |
getNumSubsets()
The number of subsets that are selected in the solution.
|
SetCoverSolutionResponse.Status |
getStatus()
For future use.
|
int |
getStatusValue()
For future use.
|
int |
getSubset(int index)
The list of the subsets selected in the solution.
|
int |
getSubsetCount()
The list of the subsets selected in the solution.
|
java.util.List<java.lang.Integer> |
getSubsetList()
The list of the subsets selected in the solution.
|
boolean |
hasCost()
The cost of the solution, as computed by the algorithm.
|
boolean |
hasCostLowerBound()
A lower bound of the solution, as computed by the algorithm.
|
boolean |
hasFingerprint()
An automatically fingerprint for the solution.
|
boolean |
hasModelFingerprint()
A reference to the model the solution applies to.
|
boolean |
hasNumSubsets()
The number of subsets that are selected in the solution.
|
boolean |
hasStatus()
For future use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStatus()
For future use. TODO(user): Implement.
optional .operations_research.SetCoverSolutionResponse.Status status = 1;
int getStatusValue()
For future use. TODO(user): Implement.
optional .operations_research.SetCoverSolutionResponse.Status status = 1;
SetCoverSolutionResponse.Status getStatus()
For future use. TODO(user): Implement.
optional .operations_research.SetCoverSolutionResponse.Status status = 1;
boolean hasNumSubsets()
The number of subsets that are selected in the solution. This is used to decompress their indices below.
optional int32 num_subsets = 2;
int getNumSubsets()
The number of subsets that are selected in the solution. This is used to decompress their indices below.
optional int32 num_subsets = 2;
java.util.List<java.lang.Integer> getSubsetList()
The list of the subsets selected in the solution.
repeated int32 subset = 3 [packed = true];
int getSubsetCount()
The list of the subsets selected in the solution.
repeated int32 subset = 3 [packed = true];
int 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.boolean hasCost()
The cost of the solution, as computed by the algorithm.
optional double cost = 4;
double getCost()
The cost of the solution, as computed by the algorithm.
optional double cost = 4;
boolean hasCostLowerBound()
A lower bound of the solution, as computed by the algorithm.
optional double cost_lower_bound = 5;
double getCostLowerBound()
A lower bound of the solution, as computed by the algorithm.
optional double cost_lower_bound = 5;
boolean hasFingerprint()
An automatically fingerprint for the solution. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 6;
Int128 getFingerprint()
An automatically fingerprint for the solution. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 6;
Int128OrBuilder getFingerprintOrBuilder()
An automatically fingerprint for the solution. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 6;
boolean hasModelFingerprint()
A reference to the model the solution applies to. TODO(user): Implement.
optional .operations_research.Int128 model_fingerprint = 7;
Int128 getModelFingerprint()
A reference to the model the solution applies to. TODO(user): Implement.
optional .operations_research.Int128 model_fingerprint = 7;
Int128OrBuilder getModelFingerprintOrBuilder()
A reference to the model the solution applies to. TODO(user): Implement.
optional .operations_research.Int128 model_fingerprint = 7;
Copyright © 2025. All rights reserved.