@hackage sat-simple0.1.0.0
A high-level wrapper over minisat
Categories
License
BSD-3-Clause
Maintainer
Oleg Grenrus <oleg.grenrus@iki.fi>
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1.0.0 Tue, 17 Oct 2023
A high-level wrapper over minisat.
This package differs from ersatz in few ways:
The interface resembles
STmonad, withSATmonad and literalsLitare indexed by a scopestype argument.sat-simpleusesminisat's library in incremental way, instead of encoding to DIMACS format and spawning processes. (ersatzcan be made to useminisatlibrary as well, but it cannot use incrementality AFAICT).sat-simplehas less encodings built-insat-simpleis hopefully is indeed simpler to use.