Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Sep 28, 2023
1 parent d24ebd7 commit 1f2c1cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/proof/alethe/alethe_post_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1347,10 +1347,7 @@ bool AletheProofPostprocessCallback::update(Node res,
// variable. So we must take the suffix of variables from that one (note
// that when i == 1 the suffix is all the variables)
Node curSkolemizing =
i == 1 ? quant
: nm->mkNode(quantKind,
nm->mkNode(Kind::BOUND_VAR_LIST, ithBVars),
quant[1]);
i == 1 ? quant : nm->mkNode(quantKind, ithBVars, quant[1]);
// The choice term is for the (i-1)-th variable defined as the
// quantifier with the suffix from the i-th variable. This is the same
// as the term we skolemized in the previous iteration. Note that for
Expand Down

0 comments on commit 1f2c1cf

Please sign in to comment.