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.h:937 #6128

Closed
merlinsun opened this issue Jul 4, 2022 · 0 comments
Closed

Assertion violation at src/ast/ast.h:937 #6128

merlinsun opened this issue Jul 4, 2022 · 0 comments

Comments

@merlinsun
Copy link

Hi,
For this instance, z3 ac8aaed debug build

$ cat small.smt2
(set-option :rewriter.expand_nested_stores true)
(assert (forall ((v (Array Real Real)) (a Int) (V Real)) (distinct v (store (store (store v 0.0 1.0) 1.0 (to_real a)) 0.0 0.0))))
(check-sat)
$ z3debug small.smt2
ASSERTION VIOLATION
File: ../src/ast/ast.h
Line: 937
is_app(n)
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
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