rustsat-kissat-v0.2.0
chrjabs
released this
30 Apr 15:10
·
164 commits
to main
since this release
The corresponding RustSAT release contains breaking changes. For detailed
instructions on how to handle migration, please refer to the migration guide.
Documentation
- Add missing documentation
Features
- Migrate error handling to
anyhow
create - Add
add_clause_ref
method toSolve
trait Extend<&Clause>
for solvers- Allow for abort hooks
Refactor
- Clean up control flow in solver methods
- Factor out solver integration tests
- Factor out solver unit tests
- Solver build system
Testing
- Minisat segfault tests
Example
kissat-cli
tool