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:
parent
ff22b433cc
commit
eda3cac8d4
2 changed files with 39 additions and 2 deletions
|
@ -1685,7 +1685,7 @@ namespace dd {
|
|||
if (require_parens)
|
||||
out << ")";
|
||||
return out;
|
||||
} else
|
||||
} else
|
||||
return out << m.normalize(val);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue