update of TODO

This commit is contained in:
Simon Cruanes 2014-10-29 14:37:58 +01:00
parent d552fede50
commit fc92bc781e

16
TODO.md
View file

@ -1,8 +1,12 @@
# Main goals # Goals
- Fonctorise solver.ml with term module and theory module - Functorise `solver.ml` with term module and theory module
- Add proof output * SAT solver depends on actual boolean literals
* Move terms and theories (SMT part) to another directory
- Add proof output as resolution
* Each theory brings its own proof output (tautologies), somehow
* pure resolution proofs between boolean clauses and theory tautologies
- Allow to plug one's code into boolean propagation
* react upon propagation (possibly by propagating more, or side-effect)
* more advanced/specific propagation (2-clauses)?
# Subgoals
- Move terms and theories to another directory (once fonctorised) ?