![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
A clause to export, so that it can be imported from any worker. This is not needed for unary and binary clauses, which are always exported.
Protobuf type operations_research.sat.LratExportedClause
Classes | |
| class | Builder |
Public Member Functions | |
| boolean | hasClauseId () |
| long | getClauseId () |
| java.util.List< java.lang.Integer > | getLiteralsList () |
| int | getLiteralsCount () |
| int | getLiterals (int index) |
| final boolean | isInitialized () |
| void | writeTo (com.google.protobuf.CodedOutputStream output) throws java.io.IOException |
| int | getSerializedSize () |
| boolean | equals (final java.lang.Object obj) |
| int | hashCode () |
| Builder | newBuilderForType () |
| Builder | toBuilder () |
| com.google.protobuf.Parser< LratExportedClause > | getParserForType () |
| operations_research.sat.Lrat.LratExportedClause | getDefaultInstanceForType () |
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (java.io.InputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static operations_research.sat.Lrat.LratExportedClause | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratExportedClause | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratExportedClause | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static Builder | newBuilder () |
| static Builder | newBuilder (operations_research.sat.Lrat.LratExportedClause prototype) |
| static operations_research.sat.Lrat.LratExportedClause | getDefaultInstance () |
| static com.google.protobuf.Parser< LratExportedClause > | parser () |
Static Public Attributes | |
| static final int | CLAUSE_ID_FIELD_NUMBER = 1 |
| static final int | LITERALS_FIELD_NUMBER = 2 |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| boolean operations_research.sat.Lrat.LratExportedClause.equals | ( | final java.lang.Object | obj | ) |
| long operations_research.sat.Lrat.LratExportedClause.getClauseId | ( | ) |
optional int64 clause_id = 1;
Implements operations_research.sat.Lrat.LratExportedClauseOrBuilder.
|
static |
| operations_research.sat.Lrat.LratExportedClause operations_research.sat.Lrat.LratExportedClause.getDefaultInstanceForType | ( | ) |
|
static |
| int operations_research.sat.Lrat.LratExportedClause.getLiterals | ( | int | index | ) |
repeated int32 literals = 2 [packed = true];
| index | The index of the element to return. |
Implements operations_research.sat.Lrat.LratExportedClauseOrBuilder.
| int operations_research.sat.Lrat.LratExportedClause.getLiteralsCount | ( | ) |
repeated int32 literals = 2 [packed = true];
Implements operations_research.sat.Lrat.LratExportedClauseOrBuilder.
| java.util.List< java.lang.Integer > operations_research.sat.Lrat.LratExportedClause.getLiteralsList | ( | ) |
repeated int32 literals = 2 [packed = true];
Implements operations_research.sat.Lrat.LratExportedClauseOrBuilder.
| com.google.protobuf.Parser< LratExportedClause > operations_research.sat.Lrat.LratExportedClause.getParserForType | ( | ) |
| int operations_research.sat.Lrat.LratExportedClause.getSerializedSize | ( | ) |
| boolean operations_research.sat.Lrat.LratExportedClause.hasClauseId | ( | ) |
optional int64 clause_id = 1;
Implements operations_research.sat.Lrat.LratExportedClauseOrBuilder.
| int operations_research.sat.Lrat.LratExportedClause.hashCode | ( | ) |
|
protected |
| final boolean operations_research.sat.Lrat.LratExportedClause.isInitialized | ( | ) |
|
static |
|
static |
| Builder operations_research.sat.Lrat.LratExportedClause.newBuilderForType | ( | ) |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| Builder operations_research.sat.Lrat.LratExportedClause.toBuilder | ( | ) |
| void operations_research.sat.Lrat.LratExportedClause.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
|
static |
|
static |