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
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Apr 2013 at 5:40The text was updated successfully, but these errors were encountered: