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:
parent
47c7ed3b17
commit
eac7d7576f
2 changed files with 3 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue