Google OR-Tools
v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SetCoverSolutionResponseOrBuilder.java
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: ortools/algorithms/set_cover.proto
3
4
// Protobuf Java Version: 4.26.1
5
package
com.google.ortools.algorithms;
6
7
public
interface
SetCoverSolutionResponseOrBuilder
extends
8
// @@protoc_insertion_point(interface_extends:operations_research.SetCoverSolutionResponse)
9
com.google.protobuf.MessageOrBuilder {
10
19
boolean
hasStatus
();
28
int
getStatusValue
();
37
com.google.ortools.algorithms.SetCoverSolutionResponse.Status
getStatus
();
38
48
boolean
hasNumSubsets
();
58
int
getNumSubsets
();
59
68
java.util.List<java.lang.Integer>
getSubsetList
();
77
int
getSubsetCount
();
87
int
getSubset
(
int
index);
88
97
boolean
hasCost
();
106
double
getCost
();
107
116
boolean
hasCostLowerBound
();
125
double
getCostLowerBound
();
126
135
boolean
hasFingerprint
();
144
com.google.ortools.util.Int128
getFingerprint
();
152
com.google.ortools.util.Int128OrBuilder
getFingerprintOrBuilder
();
153
162
boolean
hasModelFingerprint
();
171
com.google.ortools.util.Int128
getModelFingerprint
();
179
com.google.ortools.util.Int128OrBuilder
getModelFingerprintOrBuilder
();
180
}
com.google.ortools.util.Int128
Definition
Int128.java:18
com.google.ortools.algorithms.SetCoverSolutionResponse.Status
Definition
SetCoverSolutionResponse.java:54
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
Definition
SetCoverSolutionResponseOrBuilder.java:9
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getModelFingerprintOrBuilder
com.google.ortools.util.Int128OrBuilder getModelFingerprintOrBuilder()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getCostLowerBound
double getCostLowerBound()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.hasFingerprint
boolean hasFingerprint()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getModelFingerprint
com.google.ortools.util.Int128 getModelFingerprint()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.hasNumSubsets
boolean hasNumSubsets()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getSubset
int getSubset(int index)
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getFingerprint
com.google.ortools.util.Int128 getFingerprint()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.hasCost
boolean hasCost()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.hasCostLowerBound
boolean hasCostLowerBound()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getStatus
com.google.ortools.algorithms.SetCoverSolutionResponse.Status getStatus()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getStatusValue
int getStatusValue()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getSubsetList
java.util.List< java.lang.Integer > getSubsetList()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getNumSubsets
int getNumSubsets()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getCost
double getCost()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getFingerprintOrBuilder
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.hasStatus
boolean hasStatus()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.getSubsetCount
int getSubsetCount()
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder.hasModelFingerprint
boolean hasModelFingerprint()
com.google.ortools.util.Int128OrBuilder
Definition
Int128OrBuilder.java:9
build
java
ortools-java
src
main
java
com
google
ortools
algorithms
SetCoverSolutionResponseOrBuilder.java
Generated by
1.12.0