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

ensure that final model is logged by the time it is produced fix #1463

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-12 12:04:24 -08:00
parent 29ab1ab64b
commit e1100af52c

View file

@ -718,7 +718,7 @@ public:
}
}
if (upper >= m_upper) {
if (upper > m_upper) {
return;
}