TODO Update

This commit is contained in:
Guillaume Bury 2014-11-18 17:26:02 +01:00
parent 8e0dfc539c
commit 1eb8cc62a0
2 changed files with 6 additions and 2 deletions

View file

@ -2,12 +2,16 @@
## 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, inorder to plug it into new Solver Functor
- Adapt old code for theories, in order to plug it into new Solver Functor
## Long term goals
- max-sat/max-smt
- coq proofs ?

View file

@ -213,7 +213,7 @@ let () =
with
| Incorrect_model ->
print "Internal error : incorrect *sat* model";
exit 2
exit 4
| Out_of_time ->
print "Time limit exceeded";
exit 2