Releases: chrjabs/rustsat
Releases · chrjabs/rustsat
rustsat-minisat-v0.4.1
Documentation
- Fix docsrs build
rustsat-minisat-v0.4.0
Features
Propagate
trait
Miscellaneous Tasks
- Pedantic clippy
Refactor
- [breaking] Make reading functions take reader by reference
- Use bindgen to generate solver bindings
rustsat-kissat-v0.3.1
Documentation
- Fix docsrs build
rustsat-kissat-v0.3.0
Bug Fixes
- Ensure solvers are always linked statically
Features
- Kissat versions 4.0.0 and 4.0.1
Miscellaneous Tasks
- Pedantic clippy
- [breaking] Breaking clippy suggestions
Refactor
- [breaking] Make reading functions take reader by reference
- Use bindgen to generate solver bindings
rustsat-ipasir-v0.1.3
Miscellaneous Tasks
- Updated the following local packages: rustsat
rustsat-ipasir-v0.1.2
Miscellaneous Tasks
- Pedantic clippy
rustsat-glucose-v0.3.3
Documentation
- Fix docsrs build
rustsat-glucose-v0.3.2
Bug Fixes
- Ensure solvers are always linked statically
Features
Propagate
trait
Miscellaneous Tasks
- Pedantic clippy
Refactor
- Use bindgen to generate solver bindings
rustsat-cadical-v0.4.1
Documentation
- Fix docsrs build
rustsat-cadical-v0.4.0
Bug Fixes
- Ensure solvers are always linked statically
- Don't unnecessarily rebuild cadical
- Accidental double init
- Use
cargo:
syntax in build script for backwards compatibility
Documentation
- Describe CPP source customization
Features
- CaDiCal Versions 2.0.0 and 2.1.0
Propagate
trait- Allow applying custom patches
- Allow specifying custom cpp src directory
Miscellaneous Tasks
- Fix stray feature reference
- Pedantic clippy
- [breaking] Breaking clippy suggestions
Refactor
- [breaking] Make reading functions take reader by reference
- Use bindgen to generate solver bindings
- Keep patch code in separate files
Testing
- Add tests for
FlipLit
trait