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
6package com.google.ortools.algorithms;
7
8public interface SetCoverSolutionResponseOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.SetCoverSolutionResponse)
10 com.google.protobuf.MessageOrBuilder {
11
20 boolean hasStatus();
39
49 boolean hasNumSubsets();
60
69 java.util.List<java.lang.Integer> getSubsetList();
88 int getSubset(int index);
89
98 boolean hasCost();
107 double getCost();
108
127
136 boolean hasFingerprint();
154
181}
com.google.ortools.util.Int128OrBuilder getModelFingerprintOrBuilder()
com.google.ortools.algorithms.SetCoverSolutionResponse.Status getStatus()
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder()