mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 04:43:39 +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
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (upper >= m_upper) {
|
if (upper > m_upper) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue