Google OR-Tools
v9.12
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
// NO CHECKED-IN PROTOBUF GENCODE
3
// source: ortools/algorithms/set_cover.proto
4
// Protobuf Java Version: 4.29.3
5
6
package
com.google.ortools.algorithms;
7
8
public
interface
SetCoverSolutionResponseOrBuilder
extends
9
// @@protoc_insertion_point(interface_extends:operations_research.SetCoverSolutionResponse)
10
com.google.protobuf.MessageOrBuilder {
11
20
boolean
hasStatus
();
29
int
getStatusValue
();
38
com.google.ortools.algorithms.SetCoverSolutionResponse.Status
getStatus
();
39
49
boolean
hasNumSubsets
();
59
int
getNumSubsets
();
60
69
java.util.List<java.lang.Integer>
getSubsetList
();
78
int
getSubsetCount
();
88
int
getSubset
(
int
index);
89
98
boolean
hasCost
();
107
double
getCost
();
108
117
boolean
hasCostLowerBound
();
126
double
getCostLowerBound
();
127
136
boolean
hasFingerprint
();
145
com.google.ortools.util.Int128
getFingerprint
();
153
com.google.ortools.util.Int128OrBuilder
getFingerprintOrBuilder
();
154
163
boolean
hasModelFingerprint
();
172
com.google.ortools.util.Int128
getModelFingerprint
();
180
com.google.ortools.util.Int128OrBuilder
getModelFingerprintOrBuilder
();
181
}
com.google.ortools.util.Int128
Definition
Int128.java:19
com.google.ortools.algorithms.SetCoverSolutionResponse.Status
Definition
SetCoverSolutionResponse.java:55
com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
Definition
SetCoverSolutionResponseOrBuilder.java:10
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:10
build
java
ortools-java
src
main
java
com
google
ortools
algorithms
SetCoverSolutionResponseOrBuilder.java
Generated by
1.13.2