![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
An LRAT UNSAT proof is a sequence of steps, starting from imported clauses and ending with the empty clause. At each step new clauses can be inferred from previous ones (with an explicit proof), or imported from another proof built by another thread. A proof step can also delete clauses which are no longer needed, or export a clause for other workers to import. Each clause is identified by a unique clause ID.
Protobuf type operations_research.sat.LratProofStep
Classes | |
| enum | StepCase |
| class | Builder |
Static Public Member Functions | |
| static final com.google.protobuf.Descriptors.Descriptor | getDescriptor () |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (byte[] data) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (java.io.InputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static operations_research.sat.Lrat.LratProofStep | parseDelimitedFrom (java.io.InputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratProofStep | parseDelimitedFrom (java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException |
| static operations_research.sat.Lrat.LratProofStep | parseFrom (com.google.protobuf.CodedInputStream input) throws java.io.IOException |
| static operations_research.sat.Lrat.LratProofStep | 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.LratProofStep prototype) |
| static operations_research.sat.Lrat.LratProofStep | getDefaultInstance () |
| static com.google.protobuf.Parser< LratProofStep > | parser () |
Static Public Attributes | |
| static final int | IMPORTED_CLAUSE_FIELD_NUMBER = 1 |
| static final int | INFERRED_CLAUSE_FIELD_NUMBER = 2 |
| static final int | EXPORTED_CLAUSE_FIELD_NUMBER = 3 |
| static final int | DELETED_CLAUSES_FIELD_NUMBER = 4 |
Protected Member Functions | |
| com.google.protobuf.GeneratedMessage.FieldAccessorTable | internalGetFieldAccessorTable () |
| Builder | newBuilderForType (com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| boolean operations_research.sat.Lrat.LratProofStep.equals | ( | final java.lang.Object | obj | ) |
|
static |
| operations_research.sat.Lrat.LratProofStep operations_research.sat.Lrat.LratProofStep.getDefaultInstanceForType | ( | ) |
| operations_research.sat.Lrat.LratDeletedClauses operations_research.sat.Lrat.LratProofStep.getDeletedClauses | ( | ) |
.operations_research.sat.LratDeletedClauses deleted_clauses = 4;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| operations_research.sat.Lrat.LratDeletedClausesOrBuilder operations_research.sat.Lrat.LratProofStep.getDeletedClausesOrBuilder | ( | ) |
.operations_research.sat.LratDeletedClauses deleted_clauses = 4;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
|
static |
| operations_research.sat.Lrat.LratExportedClause operations_research.sat.Lrat.LratProofStep.getExportedClause | ( | ) |
.operations_research.sat.LratExportedClause exported_clause = 3;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| operations_research.sat.Lrat.LratExportedClauseOrBuilder operations_research.sat.Lrat.LratProofStep.getExportedClauseOrBuilder | ( | ) |
.operations_research.sat.LratExportedClause exported_clause = 3;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| operations_research.sat.Lrat.LratImportedClause operations_research.sat.Lrat.LratProofStep.getImportedClause | ( | ) |
.operations_research.sat.LratImportedClause imported_clause = 1;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| operations_research.sat.Lrat.LratImportedClauseOrBuilder operations_research.sat.Lrat.LratProofStep.getImportedClauseOrBuilder | ( | ) |
.operations_research.sat.LratImportedClause imported_clause = 1;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| operations_research.sat.Lrat.LratInferredClause operations_research.sat.Lrat.LratProofStep.getInferredClause | ( | ) |
.operations_research.sat.LratInferredClause inferred_clause = 2;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| operations_research.sat.Lrat.LratInferredClauseOrBuilder operations_research.sat.Lrat.LratProofStep.getInferredClauseOrBuilder | ( | ) |
.operations_research.sat.LratInferredClause inferred_clause = 2;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| com.google.protobuf.Parser< LratProofStep > operations_research.sat.Lrat.LratProofStep.getParserForType | ( | ) |
| int operations_research.sat.Lrat.LratProofStep.getSerializedSize | ( | ) |
| StepCase operations_research.sat.Lrat.LratProofStep.getStepCase | ( | ) |
| boolean operations_research.sat.Lrat.LratProofStep.hasDeletedClauses | ( | ) |
.operations_research.sat.LratDeletedClauses deleted_clauses = 4;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| boolean operations_research.sat.Lrat.LratProofStep.hasExportedClause | ( | ) |
.operations_research.sat.LratExportedClause exported_clause = 3;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| int operations_research.sat.Lrat.LratProofStep.hashCode | ( | ) |
| boolean operations_research.sat.Lrat.LratProofStep.hasImportedClause | ( | ) |
.operations_research.sat.LratImportedClause imported_clause = 1;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
| boolean operations_research.sat.Lrat.LratProofStep.hasInferredClause | ( | ) |
.operations_research.sat.LratInferredClause inferred_clause = 2;
Implements operations_research.sat.Lrat.LratProofStepOrBuilder.
|
protected |
| final boolean operations_research.sat.Lrat.LratProofStep.isInitialized | ( | ) |
|
static |
|
static |
| Builder operations_research.sat.Lrat.LratProofStep.newBuilderForType | ( | ) |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| Builder operations_research.sat.Lrat.LratProofStep.toBuilder | ( | ) |
| void operations_research.sat.Lrat.LratProofStep.writeTo | ( | com.google.protobuf.CodedOutputStream | output | ) | throws java.io.IOException |
|
static |
|
static |
|
static |
|
static |