Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > | getSubsetList () |
com.google.ortools.algorithms.SetCoverProto.Subset | getSubset (int index) |
int | getSubsetCount () |
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > | getSubsetOrBuilderList () |
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder | getSubsetOrBuilder (int index) |
boolean | hasName () |
java.lang.String | getName () |
com.google.protobuf.ByteString | getNameBytes () |
boolean | hasFingerprint () |
com.google.ortools.util.Int128 | getFingerprint () |
com.google.ortools.util.Int128OrBuilder | getFingerprintOrBuilder () |
Definition at line 7 of file SetCoverProtoOrBuilder.java.
com.google.ortools.util.Int128 com.google.ortools.algorithms.SetCoverProtoOrBuilder.getFingerprint | ( | ) |
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
com.google.ortools.util.Int128OrBuilder com.google.ortools.algorithms.SetCoverProtoOrBuilder.getFingerprintOrBuilder | ( | ) |
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
java.lang.String com.google.ortools.algorithms.SetCoverProtoOrBuilder.getName | ( | ) |
A user-defined name for the model.
optional string name = 2;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
com.google.protobuf.ByteString com.google.ortools.algorithms.SetCoverProtoOrBuilder.getNameBytes | ( | ) |
A user-defined name for the model.
optional string name = 2;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
com.google.ortools.algorithms.SetCoverProto.Subset com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubset | ( | int | index | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
int com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetCount | ( | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
java.util.List< com.google.ortools.algorithms.SetCoverProto.Subset > com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetList | ( | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetOrBuilder | ( | int | index | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
java.util.List<? extends com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder > com.google.ortools.algorithms.SetCoverProtoOrBuilder.getSubsetOrBuilderList | ( | ) |
The list of subsets in the model.
repeated .operations_research.SetCoverProto.Subset subset = 1;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
boolean com.google.ortools.algorithms.SetCoverProtoOrBuilder.hasFingerprint | ( | ) |
An automatically fingerprint for the model. TODO(user): Implement.
optional .operations_research.Int128 fingerprint = 3;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.
boolean com.google.ortools.algorithms.SetCoverProtoOrBuilder.hasName | ( | ) |
A user-defined name for the model.
optional string name = 2;
Implemented in com.google.ortools.algorithms.SetCoverProto.Builder, and com.google.ortools.algorithms.SetCoverProto.