mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
initial working version
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
008f003aa0
commit
1f634efe04
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue