3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 01:55:32 +00:00

chasing interval bug

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-12-03 07:49:17 -08:00
parent ff22b433cc
commit eda3cac8d4
2 changed files with 39 additions and 2 deletions

View file

@ -1685,7 +1685,7 @@ namespace dd {
if (require_parens)
out << ")";
return out;
} else
} else
return out << m.normalize(val);
}