3
0
Fork 0
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:
Nikolaj Bjorner 2018-05-21 20:11:29 -07:00 committed by Arie Gurfinkel
parent 692a701516
commit 560a26127e
4 changed files with 27 additions and 77 deletions

View file

@ -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";);
}