[Question]: How to get learnt clause while solving formula in z3? #7394
Unanswered
hagozaebii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Recently, I got questions about CDCL in z3. The questions are as follows:
I want to observe the clauses learned through the CDCL algorithm in real-time during formula solving. Is there a way to show these learned clauses in z3? Specifically, I'm curious if there's a python API that enables monitoring of the clause learning process. Any insights on how to track the learning of the clause database during solving would be greatly appreciated.
When I use
-st
option, I can seemk-clause
. Is itlearnt clause
in CDCL? If not so, could you let me know how to get information aboutlearnt clause
?Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions