![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
A list of clauses to delete.
Protobuf type operations_research.sat.LratDeletedClauses
Classes | |
| class | Builder |
Public Member Functions | |
| java.util.List< java.lang.Long > | getClauseIdsList () |
| int | getClauseIdsCount () |
| long | getClauseIds (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< LratDeletedClauses > | getParserForType () |
| operations_research.sat.Lrat.LratDeletedClauses | getDefaultInstanceForType () |
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (java.io.InputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static operations_research.sat.Lrat.LratDeletedClauses | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratDeletedClauses | 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.LratDeletedClauses prototype) |
| static operations_research.sat.Lrat.LratDeletedClauses | getDefaultInstance () |
| static com.google.protobuf.Parser< LratDeletedClauses > | parser () |
Static Public Attributes | |
| static final int | CLAUSE_IDS_FIELD_NUMBER = 1 |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| boolean operations_research.sat.Lrat.LratDeletedClauses.equals | ( | final java.lang.Object | obj | ) |
| long operations_research.sat.Lrat.LratDeletedClauses.getClauseIds | ( | int | index | ) |
IDs of the imported or inferred clauses to delete. A deleted clause can no longer be used to infer clauses.
repeated int64 clause_ids = 1 [packed = true];
| index | The index of the element to return. |
Implements operations_research.sat.Lrat.LratDeletedClausesOrBuilder.
| int operations_research.sat.Lrat.LratDeletedClauses.getClauseIdsCount | ( | ) |
IDs of the imported or inferred clauses to delete. A deleted clause can no longer be used to infer clauses.
repeated int64 clause_ids = 1 [packed = true];
Implements operations_research.sat.Lrat.LratDeletedClausesOrBuilder.
| java.util.List< java.lang.Long > operations_research.sat.Lrat.LratDeletedClauses.getClauseIdsList | ( | ) |
IDs of the imported or inferred clauses to delete. A deleted clause can no longer be used to infer clauses.
repeated int64 clause_ids = 1 [packed = true];
Implements operations_research.sat.Lrat.LratDeletedClausesOrBuilder.
|
static |
| operations_research.sat.Lrat.LratDeletedClauses operations_research.sat.Lrat.LratDeletedClauses.getDefaultInstanceForType | ( | ) |
|
static |
| com.google.protobuf.Parser< LratDeletedClauses > operations_research.sat.Lrat.LratDeletedClauses.getParserForType | ( | ) |
| int operations_research.sat.Lrat.LratDeletedClauses.getSerializedSize | ( | ) |
| int operations_research.sat.Lrat.LratDeletedClauses.hashCode | ( | ) |
|
protected |
| final boolean operations_research.sat.Lrat.LratDeletedClauses.isInitialized | ( | ) |
|
static |
|
static |
| Builder operations_research.sat.Lrat.LratDeletedClauses.newBuilderForType | ( | ) |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| Builder operations_research.sat.Lrat.LratDeletedClauses.toBuilder | ( | ) |
| void operations_research.sat.Lrat.LratDeletedClauses.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
|
static |