![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Builder |
class | Subset |
interface | SubsetOrBuilder |
Static Public Member Functions | |
static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverProto | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverProto | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
static com.google.ortools.algorithms.SetCoverProto | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
static Builder | newBuilder () |
static Builder | newBuilder (com.google.ortools.algorithms.SetCoverProto prototype) |
static com.google.ortools.algorithms.SetCoverProto | getDefaultInstance () |
static com.google.protobuf.Parser< SetCoverProto > | parser () |
Static Public Attributes | |
static final int | SUBSET_FIELD_NUMBER = 1 |
static final int | NAME_FIELD_NUMBER = 2 |
static final int | FINGERPRINT_FIELD_NUMBER = 3 |
Protected Member Functions | |
com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
TODO(user): use uint64 instead of int32 for indices, as the solver supports it.
Protobuf type operations_research.SetCoverProto
Definition at line 16 of file SetCoverProto.java.
boolean com.google.ortools.algorithms.SetCoverProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 1002 of file SetCoverProto.java.
|
static |
Definition at line 1957 of file SetCoverProto.java.
com.google.ortools.algorithms.SetCoverProto com.google.ortools.algorithms.SetCoverProto.getDefaultInstanceForType | ( | ) |
Definition at line 1993 of file SetCoverProto.java.
|
static |
Definition at line 40 of file SetCoverProto.java.
com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverProto.getFingerprint | ( | ) |
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 938 of file SetCoverProto.java.
com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverProto.getFingerprintOrBuilder | ( | ) |
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 949 of file SetCoverProto.java.
java.lang.String com.google.ortools.algorithms.SetCoverProto.getName | ( | ) |
A user-defined name for the model.
optional string name = 2;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 880 of file SetCoverProto.java.
com.google.protobuf.ByteString com.google.ortools.algorithms.SetCoverProto.getNameBytes | ( | ) |
A user-defined name for the model.
optional string name = 2;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 902 of file SetCoverProto.java.
com.google.protobuf.Parser< SetCoverProto > com.google.ortools.algorithms.SetCoverProto.getParserForType | ( | ) |
Definition at line 1988 of file SetCoverProto.java.
int com.google.ortools.algorithms.SetCoverProto.getSerializedSize | ( | ) |
Definition at line 980 of file SetCoverProto.java.
com.google.ortools.algorithms.SetCoverProto.Subset com.google.ortools.algorithms.SetCoverProto.getSubset | ( | int | index | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 840 of file SetCoverProto.java.
int com.google.ortools.algorithms.SetCoverProto.getSubsetCount | ( | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 829 of file SetCoverProto.java.
java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > com.google.ortools.algorithms.SetCoverProto.getSubsetList | ( | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 806 of file SetCoverProto.java.
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder com.google.ortools.algorithms.SetCoverProto.getSubsetOrBuilder | ( | int | index | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 851 of file SetCoverProto.java.
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > com.google.ortools.algorithms.SetCoverProto.getSubsetOrBuilderList | ( | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 818 of file SetCoverProto.java.
boolean com.google.ortools.algorithms.SetCoverProto.hasFingerprint | ( | ) |
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 926 of file SetCoverProto.java.
int com.google.ortools.algorithms.SetCoverProto.hashCode | ( | ) |
Definition at line 1028 of file SetCoverProto.java.
boolean com.google.ortools.algorithms.SetCoverProto.hasName | ( | ) |
A user-defined name for the model.
optional string name = 2;
Implements com.google.ortools.algorithms.SetCoverProtoOrBuilder.
Definition at line 868 of file SetCoverProto.java.
|
protected |
Definition at line 46 of file SetCoverProto.java.
final boolean com.google.ortools.algorithms.SetCoverProto.isInitialized | ( | ) |
Definition at line 955 of file SetCoverProto.java.
|
static |
Definition at line 1125 of file SetCoverProto.java.
|
static |
Definition at line 1128 of file SetCoverProto.java.
Builder com.google.ortools.algorithms.SetCoverProto.newBuilderForType | ( | ) |
Definition at line 1124 of file SetCoverProto.java.
|
protected |
Definition at line 1138 of file SetCoverProto.java.
|
static |
Definition at line 1096 of file SetCoverProto.java.
|
static |
Definition at line 1102 of file SetCoverProto.java.
|
static |
Definition at line 1073 of file SetCoverProto.java.
|
static |
Definition at line 1077 of file SetCoverProto.java.
|
static |
Definition at line 1062 of file SetCoverProto.java.
|
static |
Definition at line 1067 of file SetCoverProto.java.
|
static |
Definition at line 1109 of file SetCoverProto.java.
|
static |
Definition at line 1115 of file SetCoverProto.java.
|
static |
Definition at line 1083 of file SetCoverProto.java.
|
static |
Definition at line 1088 of file SetCoverProto.java.
|
static |
Definition at line 1051 of file SetCoverProto.java.
|
static |
Definition at line 1056 of file SetCoverProto.java.
|
static |
Definition at line 1983 of file SetCoverProto.java.
Builder com.google.ortools.algorithms.SetCoverProto.toBuilder | ( | ) |
Definition at line 1132 of file SetCoverProto.java.
void com.google.ortools.algorithms.SetCoverProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 965 of file SetCoverProto.java.
|
static |
Definition at line 915 of file SetCoverProto.java.
|
static |
Definition at line 856 of file SetCoverProto.java.
|
static |
Definition at line 795 of file SetCoverProto.java.