mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
13 lines
407 B
Markdown
13 lines
407 B
Markdown
# Goals
|
|
|
|
## Main goals
|
|
|
|
- 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
|
|
|
|
## Long term goals
|
|
|
|
- max-sat/max-smt
|