Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Dec 20, 2024
1 parent be2a827 commit 1502035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rewriter/rewrite_db_proof_cons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ Node RewriteDbProofCons::preprocessClosureEq(CDProof* cdp,
Assert(aiu != ai);
Node eqq = ai.eqNode(aiu);
cdp->addTheoryRewriteStep(eqq, ProofRewriteRule::QUANT_UNUSED_VARS);
// remains to prove the result of removing variables is equal to
// the right hand side.
eq = aiu.eqNode(bi);
cdp->addStep(eqConv, ProofRule::TRANS, {eqq, eq}, {});
}
Expand Down

0 comments on commit 1502035

Please sign in to comment.