mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
add handling of quantifiers #5612
This commit is contained in:
parent
839a0852fe
commit
13da6a02a6
4 changed files with 27 additions and 19 deletions
|
@ -50,7 +50,7 @@ namespace smt {
|
|||
n->m_lbl_hash = -1;
|
||||
n->m_proof_is_logged = false;
|
||||
unsigned num_args = n->get_num_args();
|
||||
for (unsigned i = 0; i < num_args; i++) {
|
||||
for (unsigned i = 0; i < num_args; i++) {
|
||||
enode * arg = app2enode[owner->get_arg(i)->get_id()];
|
||||
n->m_args[i] = arg;
|
||||
SASSERT(n->get_arg(i) == arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue