Can Z3 answer that question? #5652
Unanswered
14H034160212
asked this question in
Q&A
Replies: 1 comment 10 replies
-
I think it seems quite unclear what you're trying to; do you want Z3 to tell you the possible options out of the context? If so, it seems that you want to assert |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use SAT Solver to answer the following question. The context is given by (¬α->¬β,¬β->¬γ). For each option, there are ( ¬ γ -> ¬ α ), ( γ -> α ), ( ¬ γ -> ¬ β ), and ( α -> γ ). Option B can be selected using contraposition law and transitive law. Can Z3 select the correct answer by given the context? If yes, how to do that? If not, is there any other SAT solver can do that? Many thanks.
![5729cfe1ced321b1166213499a2ad16](https://user-images.githubusercontent.com/23516191/140310492-14ad8eeb-d938-4730-8a51-e2e269bfe0ab.png)
Beta Was this translation helpful? Give feedback.
All reactions