Uses of Interface
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
Packages that use SetCoverProto.SubsetOrBuilder
-
Uses of SetCoverProto.SubsetOrBuilder in com.google.ortools.algorithms
Classes in com.google.ortools.algorithms that implement SetCoverProto.SubsetOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typeoperations_research.SetCoverProto.Subsetstatic final classProtobuf typeoperations_research.SetCoverProto.SubsetMethods in com.google.ortools.algorithms that return SetCoverProto.SubsetOrBuilderModifier and TypeMethodDescriptionSetCoverProto.Builder.getSubsetOrBuilder(int index) The list of subsets in the model.SetCoverProto.getSubsetOrBuilder(int index) The list of subsets in the model.SetCoverProtoOrBuilder.getSubsetOrBuilder(int index) The list of subsets in the model.Methods in com.google.ortools.algorithms that return types with arguments of type SetCoverProto.SubsetOrBuilderModifier and TypeMethodDescriptionList<? extends SetCoverProto.SubsetOrBuilder>SetCoverProto.Builder.getSubsetOrBuilderList()The list of subsets in the model.List<? extends SetCoverProto.SubsetOrBuilder>SetCoverProto.getSubsetOrBuilderList()The list of subsets in the model.List<? extends SetCoverProto.SubsetOrBuilder>SetCoverProtoOrBuilder.getSubsetOrBuilderList()The list of subsets in the model.