3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

initial working version

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-09 21:11:55 -07:00 committed by Arie Gurfinkel
parent 008f003aa0
commit 1f634efe04

View file

@ -372,6 +372,7 @@ namespace qe {
ptr_buffer<expr> todo;
todo.push_back(t);
while (!todo.empty()) {
t = todo.back();
res = get_term(t);
if (res) {
todo.pop_back();