Skip to content

Commit

Permalink
finish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Feb 1, 2025
1 parent 650d090 commit a602f0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/proof/alethe/alethe_post_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,15 @@ bool AletheProofPostprocessCallback::update(Node res,
newArgs,
*cdp);
}
case ProofRule::SAT_REFUTATION:
{
return addAletheStep(AletheRule::SAT_REFUTATION,
res,
nm->mkNode(Kind::SEXPR, d_cl, res),
children,
args,
*cdp);
}
// ======== Resolution and N-ary Resolution
// Because the RESOLUTION rule is merely a special case of CHAIN_RESOLUTION,
// the same translation can be used for both.
Expand Down

0 comments on commit a602f0e

Please sign in to comment.