mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-29 12:54:50 -05:00
TODO Update
This commit is contained in:
parent
8e0dfc539c
commit
1eb8cc62a0
2 changed files with 6 additions and 2 deletions
4
TODO.md
4
TODO.md
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## 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)?
|
||||
|
|
@ -11,3 +14,4 @@
|
|||
## Long term goals
|
||||
|
||||
- max-sat/max-smt
|
||||
- coq proofs ?
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue