Skip to content

Assertion violation at ../src/ast/fpa/fpa2bv_converter.cpp Line: 1166 #3519

@muchang

Description

@muchang

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions