Skip to content

Commit

Permalink
fix #6689
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Apr 17, 2023
1 parent 1319b64 commit cb041c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/normal_forms/nnf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class skolemizer {
p = nullptr;
if (m_proofs_enabled) {
if (q->get_kind() == forall_k)
p = m.mk_skolemization(mk_not(m, q), mk_not(m, r));
p = m.mk_skolemization(mk_not(m, q), m.mk_not(r));
else
p = m.mk_skolemization(q, r);
}
Expand Down

0 comments on commit cb041c1

Please sign in to comment.