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

ClassCastException on UF formula (get-proof) #85

Open
rainoftime opened this issue Apr 19, 2020 · 1 comment
Open

ClassCastException on UF formula (get-proof) #85

rainoftime opened this issue Apr 19, 2020 · 1 comment
Assignees

Comments

@rainoftime
Copy link

Hi, for the following formula,

(set-option :produce-proofs true)
(set-logic UF)
(declare-const v2 Bool)
(assert (! (forall ((q0 Bool) (q1 Bool) (q2 Bool)) v2) :named IP_1))
(assert (! (not (forall ((q3 Bool) (q4 Bool) (q5 Bool) (q6 Bool)) (not (not q4)))) :named IP_3))
(check-sat-assuming (IP_1 IP_3))
(get-proof)

smtinterpol commit 47ca378 throws a cast exception

Unexpected Exception: java.lang.ClassCastException: de.uni_freiburg.informatik.ultimate.logic.AnnotatedTerm cannot be cast to de.uni_freiburg.informatik.ultimate.logic.ApplicationTerm
(error "java.lang.ClassCastException: de.uni_freiburg.informatik.ultimate.logic.AnnotatedTerm cannot be cast to de.uni_freiburg.informatik.ultimate.logic.ApplicationTerm")
@tanjaschindler
Copy link
Contributor

Related to #82

@tanjaschindler tanjaschindler self-assigned this May 5, 2020
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