sidekick/TODO.md
Guillaume Bury 1eb8cc62a0 TODO Update
2014-11-18 17:26:02 +01:00

17 lines
600 B
Markdown

# Goals
## Main goals
- Add a backend to send proofs to dedukti
* First, pure resolution proofs
* Then, require theories to output lemma proofs for dedukti (in some format yet to be decided)
- 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)?
* implement 'constraints' (see https://www.lri.fr/~conchon/TER/2013/3/minisat.pdf )
- Adapt old code for theories, in order to plug it into new Solver Functor
## Long term goals
- max-sat/max-smt
- coq proofs ?