Google OR-Tools v9.12
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// 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 SetCoverProtoOrBuilder extends
9 // @@protoc_insertion_point(interface_extends:operations_research.SetCoverProto)
10 com.google.protobuf.MessageOrBuilder {
11
19 java.util.List<com.google.ortools.algorithms.SetCoverProto.Subset>
44 java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder>
54 int index);
55
64 boolean hasName();
73 java.lang.String getName();
82 com.google.protobuf.ByteString
84
93 boolean hasFingerprint();
111}
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)