Skip to content

Commit

Permalink
Fix DSL proof reconstruction for THEORY_REWRITE (cvc5#10773)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol authored May 16, 2024
1 parent 9a35285 commit 756c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewriter/rewrite_db_proof_cons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ bool RewriteDbProofCons::ensureProofInternal(CDProof* cdp, const Node& eqi)
else
{
Assert(pcur.d_id == RewriteProofStatus::THEORY_REWRITE);
pfac.push_back(cur[0]);
pfac.push_back(cur);
}
}
// recurse on premises
Expand Down

0 comments on commit 756c6d2

Please sign in to comment.