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

Comparison of two ways of checking resolution refutations #48

Open
ceilican opened this issue Feb 18, 2013 · 0 comments
Open

Comparison of two ways of checking resolution refutations #48

ceilican opened this issue Feb 18, 2013 · 0 comments

Comments

@ceilican
Copy link
Member

There are (at least) two possible ways of checking that a resolution refutation (with omitted intermediary resolvents and explicit pivots) is correct:

  1. to traverse it top-down, computing all the intermediary resolvents and finally checking that the root resolvent is the empty clause.
  2. 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:

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

1 participant