sidekick/TODO.md
2014-11-07 16:05:38 +01:00

863 B

Goals

Main goals

  • Include cnf conversion in 'sat' library
  • Modify theories to allow passing bulk of assumed literals
    • Create shared "vector" (formulas/atoms ?)
    • Allow theory propagation
  • Cleanup code
    • Simplify Solver.Make functor
    • Clean Solver_types interface
  • Add proof output for smt/theories
    • Each theory brings its own proof output (tautologies), somehow
  • Add model extraction (at least for SAT)
  • Allow to plug one's code into boolean propagation
  • Adapt old code for theories, inorder to plug it into new Solver Functor

Long term goals

  • unsat-core (easy from resolution proofs)
  • max-sat/max-smt