mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
426e4cc75c
commit
8cb59fe8a6
|
@ -151,7 +151,11 @@ namespace smt {
|
||||||
result = r;
|
result = r;
|
||||||
done = true;
|
done = true;
|
||||||
}
|
}
|
||||||
if (!first) return;
|
if (!first && r != l_undef && result == l_undef) {
|
||||||
|
finished_id = i;
|
||||||
|
result = r;
|
||||||
|
}
|
||||||
|
else if (!first) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (ast_manager* m : pms) {
|
for (ast_manager* m : pms) {
|
||||||
|
|
Loading…
Reference in a new issue