[528] % z3 small.smt2
ASSERTION VIOLATION
File: ../src/ast/ast.cpp
Line: 2908
to_app(get_fact(p1))->get_arg(1) == to_app(get_fact(p2))->get_arg(0)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[529] % cat small.smt2
(assert (exists ((a Real)) (forall ((b Real)) (<= (div (to_int a) (to_int b)) 0.0))))
(check-sat-using horn)
[530] %
OS: Ubuntu 18.04
Commit: cb13641