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

Integrate ability to run black box SAT solver's against propositionalized formulas in order to validate R_complete_simplify satisfiability logic #21

Open
GoogleCodeExporter opened this issue May 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Develop a set of utilities to allow the transformation of R_card formulas to a 
propositional representation that can be fed into a black box SAT solver to 
determine satisfiability. The target solver is to be SAT4J:

http://www.sat4j.org/ 

which also provides a basic mechanism for counting models:

http://www.sat4j.org/howto.php#models 

Additional utilities are to be developed for randomly generating formulas, 
passing them to the SAT solver and building up a known suite of 
satisfiable/unsatisfiable instances that can be used in a regression test suite 
for R_complete_simplify's satisfiability logic.

Original issue reported on code.google.com by [email protected] on 23 Apr 2013 at 5:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant