mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 19:25:36 -05:00
TODO Update
This commit is contained in:
parent
8e0dfc539c
commit
1eb8cc62a0
2 changed files with 6 additions and 2 deletions
6
TODO.md
6
TODO.md
|
|
@ -2,12 +2,16 @@
|
||||||
|
|
||||||
## Main 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
|
- 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)?
|
||||||
* implement 'constraints' (see https://www.lri.fr/~conchon/TER/2013/3/minisat.pdf )
|
* 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
|
## Long term goals
|
||||||
|
|
||||||
- max-sat/max-smt
|
- max-sat/max-smt
|
||||||
|
- coq proofs ?
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ let () =
|
||||||
with
|
with
|
||||||
| Incorrect_model ->
|
| Incorrect_model ->
|
||||||
print "Internal error : incorrect *sat* model";
|
print "Internal error : incorrect *sat* model";
|
||||||
exit 2
|
exit 4
|
||||||
| Out_of_time ->
|
| Out_of_time ->
|
||||||
print "Time limit exceeded";
|
print "Time limit exceeded";
|
||||||
exit 2
|
exit 2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue