Google OR-Tools v9.11
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) |
Protobuf type operations_research.SetCoverProto
Definition at line 10 of file SetCoverProto.java.
boolean com.google.ortools.algorithms.SetCoverProto.equals | ( | final java.lang.Object | obj | ) |
Definition at line 996 of file SetCoverProto.java.
|
static |
Definition at line 1946 of file SetCoverProto.java.
com.google.ortools.algorithms.SetCoverProto com.google.ortools.algorithms.SetCoverProto.getDefaultInstanceForType | ( | ) |
Definition at line 1982 of file SetCoverProto.java.
|
static |
Definition at line 34 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 932 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 943 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 874 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 896 of file SetCoverProto.java.
com.google.protobuf.Parser< SetCoverProto > com.google.ortools.algorithms.SetCoverProto.getParserForType | ( | ) |
Definition at line 1977 of file SetCoverProto.java.
int com.google.ortools.algorithms.SetCoverProto.getSerializedSize | ( | ) |
Definition at line 974 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 834 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 823 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 800 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 845 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 812 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 920 of file SetCoverProto.java.
int com.google.ortools.algorithms.SetCoverProto.hashCode | ( | ) |
Definition at line 1022 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 862 of file SetCoverProto.java.
|
protected |
Definition at line 40 of file SetCoverProto.java.
final boolean com.google.ortools.algorithms.SetCoverProto.isInitialized | ( | ) |
Definition at line 949 of file SetCoverProto.java.
|
static |
Definition at line 1119 of file SetCoverProto.java.
|
static |
Definition at line 1122 of file SetCoverProto.java.
Builder com.google.ortools.algorithms.SetCoverProto.newBuilderForType | ( | ) |
Definition at line 1118 of file SetCoverProto.java.
|
protected |
Definition at line 1132 of file SetCoverProto.java.
|
static |
Definition at line 1090 of file SetCoverProto.java.
|
static |
Definition at line 1096 of file SetCoverProto.java.
|
static |
Definition at line 1067 of file SetCoverProto.java.
|
static |
Definition at line 1071 of file SetCoverProto.java.
|
static |
Definition at line 1056 of file SetCoverProto.java.
|
static |
Definition at line 1061 of file SetCoverProto.java.
|
static |
Definition at line 1103 of file SetCoverProto.java.
|
static |
Definition at line 1109 of file SetCoverProto.java.
|
static |
Definition at line 1077 of file SetCoverProto.java.
|
static |
Definition at line 1082 of file SetCoverProto.java.
|
static |
Definition at line 1045 of file SetCoverProto.java.
|
static |
Definition at line 1050 of file SetCoverProto.java.
|
static |
Definition at line 1972 of file SetCoverProto.java.
Builder com.google.ortools.algorithms.SetCoverProto.toBuilder | ( | ) |
Definition at line 1126 of file SetCoverProto.java.
void com.google.ortools.algorithms.SetCoverProto.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
Definition at line 959 of file SetCoverProto.java.
|
static |
Definition at line 909 of file SetCoverProto.java.
|
static |
Definition at line 850 of file SetCoverProto.java.
|
static |
Definition at line 789 of file SetCoverProto.java.