3
0
Fork 0
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:
Nikolaj Bjorner 2016-02-15 17:29:46 -08:00
parent 8fc58e1ace
commit d3805bbdf6
2 changed files with 6 additions and 3 deletions

View file

@ -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