Hi,
For this formula:
(define-sort FPN () (_ FloatingPoint 31 43))
(declare-fun a () FPN)
(declare-fun b () FPN)
(declare-fun c () FPN)
(assert (distinct (fp.rem a b) c))
(check-sat)
Z3 throws out an assertion violation:
ASSERTION VIOLATION
File: ../src/ast/fpa/fpa2bv_converter.cpp
Line: 1166
false
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
OS: Ubuntu 18.04
Commit: fd219ab
Hi,
For this formula:
Z3 throws out an assertion violation:
OS: Ubuntu 18.04
Commit: fd219ab