mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 21:20:52 +00:00
fix location of level retrieval
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8fc58e1ace
commit
d3805bbdf6
2 changed files with 6 additions and 3 deletions
|
@ -110,6 +110,9 @@ public:
|
|||
bool lo, s;
|
||||
expr* t1;
|
||||
rational n;
|
||||
if (!shared(t)) {
|
||||
return;
|
||||
}
|
||||
if (is_bound(t, t1, lo, s, n)) {
|
||||
if (sign) {
|
||||
// !(n <= t1) <=> t1 <= n - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue