Skip to content

v1.2

Compare
Choose a tag to compare
@czengler czengler released this 01 Sep 10:05
· 589 commits to master since this release

Added

  • Introduced an extended formula factory which is able to return to a previously saved state and delete old formulas (and get them garbage collected)
  • A simple data structure for generic graphs including algorithms for connected components and maximal cliques
  • Improved IO (Writers for formulas, Dimacs CNFs, and graphs)

Changed

  • SAT solvers can now track the currently known variables
  • Updated to ANTLR 4.7

Fixed

  • Various smaller bugfixes