Uses of Class
com.google.ortools.algorithms.SetCoverProto.Builder
Packages that use SetCoverProto.Builder
-
Uses of SetCoverProto.Builder in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return SetCoverProto.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.addAllSubset(Iterable<? extends SetCoverProto.Subset> values) The list of subsets in the model.SetCoverProto.Builder.addSubset(int index, SetCoverProto.Subset value) The list of subsets in the model.SetCoverProto.Builder.addSubset(int index, SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.Builder.addSubset(SetCoverProto.Subset value) The list of subsets in the model.SetCoverProto.Builder.addSubset(SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.Builder.clear()SetCoverProto.Builder.clearFingerprint()An automatically fingerprint for the model.SetCoverProto.Builder.clearName()A user-defined name for the model.SetCoverProto.Builder.clearSubset()The list of subsets in the model.SetCoverProto.Builder.mergeFingerprint(Int128 value) An automatically fingerprint for the model.SetCoverProto.Builder.mergeFrom(SetCoverProto other) SetCoverProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SetCoverProto.Builder.mergeFrom(com.google.protobuf.Message other) static SetCoverProto.BuilderSetCoverProto.newBuilder()static SetCoverProto.BuilderSetCoverProto.newBuilder(SetCoverProto prototype) SetCoverProto.newBuilderForType()protected SetCoverProto.BuilderSetCoverProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SetCoverProto.Builder.removeSubset(int index) The list of subsets in the model.SetCoverProto.Builder.setFingerprint(Int128 value) An automatically fingerprint for the model.SetCoverProto.Builder.setFingerprint(Int128.Builder builderForValue) An automatically fingerprint for the model.A user-defined name for the model.SetCoverProto.Builder.setNameBytes(com.google.protobuf.ByteString value) A user-defined name for the model.SetCoverProto.Builder.setSubset(int index, SetCoverProto.Subset value) The list of subsets in the model.SetCoverProto.Builder.setSubset(int index, SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.toBuilder()