Z3 Proofs and Reverse Unit Propagation #6672
Replies: 1 comment 1 reply
-
Yes, the second argument in the callback is a clause. The meaning is that it is the disjunction of formulas in the list. Suppose that it learns [Or(a,b)], then RUP on the first clause produces rup, [a,b] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am looking into Z3 with the new proof format and in particular the RUP proofs. I just want to check the notations please?
rup [Or(a, b)]
rup [a, b]
Any clarification on this would be greatly appreciated
Many thanks
Harry
Beta Was this translation helpful? Give feedback.
All reactions