We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, for the following formula, z3 fee4821 SEGV at src/ast/ast.h:499
(declare-datatypes ((Pair 2))) (define-funs-rec ((validList ((l (List (Pair Int Int)))) Bool))) (declare-const myList (List (Pair Int Int))) (assert (validList myList)) (check-sat)
The text was updated successfully, but these errors were encountered:
heap-use-after-free at src/ast/ast.h:502
(declare-fun y () (Seq (Seq Int))) (declare-fun yp () (Seq (Seq Int))) (declare-fun w () (Seq Int)) (declare-fun z () Int) (assert (and (not (= yp y)) (= yp (seq.unit w)) (= (seq.unit 0) (seq.extract w z 1)))) (check-sat-assuming (true))
Sorry, something went wrong.
e8f5a29
No branches or pull requests
Hi, for the following formula, z3 fee4821 SEGV at src/ast/ast.h:499
The text was updated successfully, but these errors were encountered: