You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[550] % z3debug small.smt2
ASSERTION VIOLATION
File: ../src/ast/ast.cpp
Line: 2858
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
[551] % cat small.smt2
(set-option :rewriter.elim_and true)
(set-option :proof true)
(declare-fun a (Bool Bool) Bool)
(declare-fun b () Bool)
(assert (not (forall ((c Bool)) (and (= b (a c (a b b))) (forall ((d Bool)) (= b (a d (a b b))))))))
(check-sat)
The text was updated successfully, but these errors were encountered:
Commit: 6249078
OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: