Skip to content

v1.5.0

Compare
Choose a tag to compare
@czengler czengler released this 01 Sep 09:41
· 389 commits to master since this release

Added

  • Algorithm & data structures for efficiently computing backbones of formulas
  • Data structures for UBTrees in order to efficiently identify sub- and supersets
  • CNF and DNF subsumption as formula transformations
  • Backbone simplifier (compute and propagate the backbone of a formula)
  • A new sorted formula formatter which respects a given variable ordering when printing formulas

Changed

  • Minor code refactorings and improvements

Deprecated

  • Deprecation of CleaneLing - this solver will be removed in future versions.