You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are (at least) two possible ways of checking that a resolution refutation (with omitted intermediary resolvents and explicit pivots) is correct:
to traverse it top-down, computing all the intermediary resolvents and finally checking that the root resolvent is the empty clause.
to traverse it bottom-up, computing safe literals (as in RPI) for each node and, finally checking that each axiom clause is a subset of its corresponding safe literals.
Could the second way be more efficient than the first way?
Was this already investigated in the literature? Here are some pointers:
There are (at least) two possible ways of checking that a resolution refutation (with omitted intermediary resolvents and explicit pivots) is correct:
Could the second way be more efficient than the first way?
Was this already investigated in the literature? Here are some pointers:
The text was updated successfully, but these errors were encountered: