Uses of Class
com.google.ortools.algorithms.SetCoverProto.Subset.Builder
Packages that use SetCoverProto.Subset.Builder
-
Uses of SetCoverProto.Subset.Builder in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return SetCoverProto.Subset.BuilderModifier and TypeMethodDescriptionSetCoverProto.Subset.Builder.addAllElement(Iterable<? extends Integer> values) The list of elements in the subset.SetCoverProto.Subset.Builder.addElement(int value) The list of elements in the subset.SetCoverProto.Builder.addSubsetBuilder()The list of subsets in the model.SetCoverProto.Builder.addSubsetBuilder(int index) The list of subsets in the model.SetCoverProto.Subset.Builder.clear()SetCoverProto.Subset.Builder.clearCost()The cost for using the given subset.SetCoverProto.Subset.Builder.clearElement()The list of elements in the subset.SetCoverProto.Builder.getSubsetBuilder(int index) The list of subsets in the model.SetCoverProto.Subset.Builder.mergeFrom(SetCoverProto.Subset other) SetCoverProto.Subset.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SetCoverProto.Subset.Builder.mergeFrom(com.google.protobuf.Message other) static SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilder()static SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilder(SetCoverProto.Subset prototype) SetCoverProto.Subset.newBuilderForType()protected SetCoverProto.Subset.BuilderSetCoverProto.Subset.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SetCoverProto.Subset.Builder.setCost(double value) The cost for using the given subset.SetCoverProto.Subset.Builder.setElement(int index, int value) The list of elements in the subset.SetCoverProto.Subset.toBuilder()Methods in com.google.ortools.algorithms that return types with arguments of type SetCoverProto.Subset.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.getSubsetBuilderList()The list of subsets in the model.Methods in com.google.ortools.algorithms with parameters of type SetCoverProto.Subset.BuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.addSubset(int index, SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.Builder.addSubset(SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.SetCoverProto.Builder.setSubset(int index, SetCoverProto.Subset.Builder builderForValue) The list of subsets in the model.