Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SetCoverProtoOrBuilder.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 SetCoverProtoOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.SetCoverProto)
9 com.google.protobuf.MessageOrBuilder {
10
18 java.util.List<com.google.ortools.algorithms.SetCoverProto.Subset>
43 java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder>
53 int index);
54
63 boolean hasName();
72 java.lang.String getName();
81 com.google.protobuf.ByteString
83
92 boolean hasFingerprint();
110}
com.google.ortools.util.Int128OrBuilder getFingerprintOrBuilder()
java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > getSubsetList()
com.google.protobuf.ByteString getNameBytes()
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > getSubsetOrBuilderList()
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder getSubsetOrBuilder(int index)
com.google.ortools.util.Int128 getFingerprint()
com.google.ortools.algorithms.SetCoverProto.Subset getSubset(int index)