Package | Description |
---|---|
com.google.ortools.algorithms |
Modifier and Type | Method and Description |
---|---|
SetCoverProto.Subset |
SetCoverProto.Subset.Builder.build() |
SetCoverProto.Subset |
SetCoverProto.Subset.Builder.buildPartial() |
static SetCoverProto.Subset |
SetCoverProto.Subset.getDefaultInstance() |
SetCoverProto.Subset |
SetCoverProto.Subset.getDefaultInstanceForType() |
SetCoverProto.Subset |
SetCoverProto.Subset.Builder.getDefaultInstanceForType() |
SetCoverProto.Subset |
SetCoverProto.getSubset(int index)
The list of subsets in the model.
|
SetCoverProto.Subset |
SetCoverProto.Builder.getSubset(int index)
The list of subsets in the model.
|
SetCoverProto.Subset |
SetCoverProtoOrBuilder.getSubset(int index)
The list of subsets in the model.
|
static SetCoverProto.Subset |
SetCoverProto.Subset.parseDelimitedFrom(java.io.InputStream input) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(byte[] data) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(java.nio.ByteBuffer data) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(com.google.protobuf.ByteString data) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(com.google.protobuf.CodedInputStream input) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(java.io.InputStream input) |
static SetCoverProto.Subset |
SetCoverProto.Subset.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SetCoverProto.Subset> |
SetCoverProto.Subset.getParserForType() |
java.util.List<SetCoverProto.Subset> |
SetCoverProto.getSubsetList()
The list of subsets in the model.
|
java.util.List<SetCoverProto.Subset> |
SetCoverProto.Builder.getSubsetList()
The list of subsets in the model.
|
java.util.List<SetCoverProto.Subset> |
SetCoverProtoOrBuilder.getSubsetList()
The list of subsets in the model.
|
static com.google.protobuf.Parser<SetCoverProto.Subset> |
SetCoverProto.Subset.parser() |
Modifier and Type | Method and Description |
---|---|
SetCoverProto.Builder |
SetCoverProto.Builder.addSubset(int index,
SetCoverProto.Subset value)
The list of subsets in the model.
|
SetCoverProto.Builder |
SetCoverProto.Builder.addSubset(SetCoverProto.Subset value)
The list of subsets in the model.
|
SetCoverProto.Subset.Builder |
SetCoverProto.Subset.Builder.mergeFrom(SetCoverProto.Subset other) |
static SetCoverProto.Subset.Builder |
SetCoverProto.Subset.newBuilder(SetCoverProto.Subset prototype) |
SetCoverProto.Builder |
SetCoverProto.Builder.setSubset(int index,
SetCoverProto.Subset value)
The list of subsets in the model.
|
Modifier and Type | Method and Description |
---|---|
SetCoverProto.Builder |
SetCoverProto.Builder.addAllSubset(java.lang.Iterable<? extends SetCoverProto.Subset> values)
The list of subsets in the model.
|
Copyright © 2025. All rights reserved.