mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #4125
This commit is contained in:
parent
a0de244487
commit
1c2aa1076b
6 changed files with 41 additions and 13 deletions
|
@ -142,7 +142,7 @@ class skolemizer {
|
|||
}
|
||||
}
|
||||
}
|
||||
r = s(body, substitution.size(), substitution.c_ptr());
|
||||
r = s(body, substitution);
|
||||
p = nullptr;
|
||||
if (m_proofs_enabled) {
|
||||
if (q->get_kind() == forall_k)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue