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:
parent
29ab1ab64b
commit
e1100af52c
|
@ -718,7 +718,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
if (upper >= m_upper) {
|
||||
if (upper > m_upper) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue