Google OR-Tools v9.9
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: 3.25.3
5package com.google.ortools.algorithms;
6
7public interface SetCoverSolutionResponseOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.SetCoverSolutionResponse)
9 com.google.protobuf.MessageOrBuilder {
10
19 boolean hasStatus();
38
48 boolean hasNumSubsets();
59
68 java.util.List<java.lang.Integer> getSubsetList();
87 int getSubset(int index);
88
97 boolean hasCost();
106 double getCost();
107
126
135 boolean hasFingerprint();
153
180}
com.google.ortools.util.Int128OrBuilder getModelFingerprintOrBuilder()
com.google.ortools.algorithms.SetCoverSolutionResponse.Status getStatus()
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder()