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:
parent
008f003aa0
commit
1f634efe04
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue