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 #6696

Closed
zhendongsu opened this issue Apr 21, 2023 · 1 comment
Closed

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

zhendongsu opened this issue Apr 21, 2023 · 1 comment

Comments

@zhendongsu
Copy link

Commit: a2bac11
OS: Ubuntu 18.04
Related: #6689

[552] % 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
[553] % cat small.smt2
(set-option :proof true)
(assert (not (forall ((a Int)) false)))
(check-sat-using purify-arith)
@zhendongsu
Copy link
Author

Another related instance:

[509] % 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
[510] % cat small.smt2
(set-option :proof true)
(set-option :rewriter.eq2ineq true)
(declare-fun a () Int)
(declare-fun b (Int) Int)
(assert (< 0 (b a)))
(assert (= (forall ((c Int)) (not (= c 0))) false))
(check-sat)

NikolajBjorner added a commit that referenced this issue Jul 14, 2023
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
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

2 participants