Skip to content

Releases: chrjabs/rustsat

rustsat-minisat-v0.4.1

16 Oct 14:42
Compare
Choose a tag to compare

Documentation

  • Fix docsrs build

rustsat-minisat-v0.4.0

16 Oct 13:29
Compare
Choose a tag to compare

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

16 Oct 14:44
Compare
Choose a tag to compare

Documentation

  • Fix docsrs build

rustsat-kissat-v0.3.0

16 Oct 13:30
Compare
Choose a tag to compare

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

16 Oct 14:44
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Updated the following local packages: rustsat

rustsat-ipasir-v0.1.2

16 Oct 13:31
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Pedantic clippy

rustsat-glucose-v0.3.3

16 Oct 14:44
Compare
Choose a tag to compare

Documentation

  • Fix docsrs build

rustsat-glucose-v0.3.2

16 Oct 13:30
Compare
Choose a tag to compare

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

16 Oct 14:42
Compare
Choose a tag to compare

Documentation

  • Fix docsrs build

rustsat-cadical-v0.4.0

16 Oct 13:28
Compare
Choose a tag to compare

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