sidekick/TODO.md
Guillaume Bury 6338f682df Added unsat-core option in sat_solve
Cleaned up a bit soler_types and added some doc
2014-11-11 12:25:16 +01:00

736 B

Goals

Main goals

  • 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
  • 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

  • max-sat/max-smt