TODO Update

This commit is contained in:
Guillaume Bury 2014-11-13 00:13:12 +01:00
parent 55c5c3f0f0
commit 6dc90d5f3f

View file

@ -2,13 +2,6 @@
## Main 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
- Add proof output for smt/theories
* Each theory brings its own proof output (tautologies), somehow
- Allow to plug one's code into boolean propagation - Allow to plug one's code into boolean propagation
* react upon propagation (possibly by propagating more, or side-effect) * react upon propagation (possibly by propagating more, or side-effect)
* more advanced/specific propagation (2-clauses)? * more advanced/specific propagation (2-clauses)?