Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASSERTION VIOLATION at ./src/ast/ast.cpp, Line: 2858 #6689

Closed
zhendongsu opened this issue Apr 14, 2023 · 0 comments
Closed

ASSERTION VIOLATION at ./src/ast/ast.cpp, Line: 2858 #6689

zhendongsu opened this issue Apr 14, 2023 · 0 comments

Comments

@zhendongsu
Copy link

Commit: 6249078
OS: Ubuntu 18.04

[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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant