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

force to_fp to disambiguate +zero and -zero, #6548, filter unsupported on relevancy

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-01-24 12:29:42 -08:00
parent 47c7ed3b17
commit eac7d7576f
2 changed files with 3 additions and 1 deletions

View file

@ -1653,7 +1653,7 @@ public:
return FC_CONTINUE;
}
for (expr* e : m_not_handled) {
if (!ctx().is_relevant(e) && false)
if (!ctx().is_relevant(e))
continue;
st = FC_DONE;
switch (eval_unsupported(e)) {