Uses of Class
operations_research.sat.Lrat.LratProofStep.Builder
Packages that use Lrat.LratProofStep.Builder
-
Uses of Lrat.LratProofStep.Builder in operations_research.sat
Subclasses with type arguments of type Lrat.LratProofStep.Builder in operations_research.satModifier and TypeClassDescriptionstatic final classAn LRAT UNSAT proof is a sequence of steps, starting from imported clauses and ending with the empty clause.Methods in operations_research.sat that return Lrat.LratProofStep.BuilderModifier and TypeMethodDescriptionLrat.LratProofStep.Builder.clear()Lrat.LratProofStep.Builder.clearDeletedClauses().operations_research.sat.LratDeletedClauses deleted_clauses = 4;Lrat.LratProofStep.Builder.clearExportedClause().operations_research.sat.LratExportedClause exported_clause = 3;Lrat.LratProofStep.Builder.clearImportedClause().operations_research.sat.LratImportedClause imported_clause = 1;Lrat.LratProofStep.Builder.clearInferredClause().operations_research.sat.LratInferredClause inferred_clause = 2;Lrat.LratProofStep.Builder.clearStep()Lrat.LratProofStep.Builder.mergeDeletedClauses(Lrat.LratDeletedClauses value) .operations_research.sat.LratDeletedClauses deleted_clauses = 4;Lrat.LratProofStep.Builder.mergeExportedClause(Lrat.LratExportedClause value) .operations_research.sat.LratExportedClause exported_clause = 3;Lrat.LratProofStep.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Lrat.LratProofStep.Builder.mergeFrom(com.google.protobuf.Message other) Lrat.LratProofStep.Builder.mergeFrom(Lrat.LratProofStep other) Lrat.LratProofStep.Builder.mergeImportedClause(Lrat.LratImportedClause value) .operations_research.sat.LratImportedClause imported_clause = 1;Lrat.LratProofStep.Builder.mergeInferredClause(Lrat.LratInferredClause value) .operations_research.sat.LratInferredClause inferred_clause = 2;static Lrat.LratProofStep.BuilderLrat.LratProofStep.newBuilder()static Lrat.LratProofStep.BuilderLrat.LratProofStep.newBuilder(Lrat.LratProofStep prototype) Lrat.LratProofStep.newBuilderForType()protected Lrat.LratProofStep.BuilderLrat.LratProofStep.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Lrat.LratProofStep.Builder.setDeletedClauses(Lrat.LratDeletedClauses value) .operations_research.sat.LratDeletedClauses deleted_clauses = 4;Lrat.LratProofStep.Builder.setDeletedClauses(Lrat.LratDeletedClauses.Builder builderForValue) .operations_research.sat.LratDeletedClauses deleted_clauses = 4;Lrat.LratProofStep.Builder.setExportedClause(Lrat.LratExportedClause value) .operations_research.sat.LratExportedClause exported_clause = 3;Lrat.LratProofStep.Builder.setExportedClause(Lrat.LratExportedClause.Builder builderForValue) .operations_research.sat.LratExportedClause exported_clause = 3;Lrat.LratProofStep.Builder.setImportedClause(Lrat.LratImportedClause value) .operations_research.sat.LratImportedClause imported_clause = 1;Lrat.LratProofStep.Builder.setImportedClause(Lrat.LratImportedClause.Builder builderForValue) .operations_research.sat.LratImportedClause imported_clause = 1;Lrat.LratProofStep.Builder.setInferredClause(Lrat.LratInferredClause value) .operations_research.sat.LratInferredClause inferred_clause = 2;Lrat.LratProofStep.Builder.setInferredClause(Lrat.LratInferredClause.Builder builderForValue) .operations_research.sat.LratInferredClause inferred_clause = 2;Lrat.LratProofStep.toBuilder()