mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
bind nested variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
692a701516
commit
560a26127e
4 changed files with 27 additions and 77 deletions
|
@ -415,7 +415,7 @@ namespace qe {
|
|||
break;
|
||||
}
|
||||
}
|
||||
fmls.push_back(t);
|
||||
fmls.push_back(t);
|
||||
val = eval(t);
|
||||
CTRACE("qe", !m.is_true(val), tout << "Evaluated " << t << " to " << val << "\n";);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue