3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-03 17:06:06 -07:00
parent 426e4cc75c
commit 8cb59fe8a6

View file

@ -151,7 +151,11 @@ namespace smt {
result = r;
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) {