Skip to content

Releases: SoftVarE-Group/d-dnnf-reasoner

0.10.0

Choose a tag to compare

@uulm-janbaudisch uulm-janbaudisch released this 12 Sep 12:06
  • removed d4
  • removed incremental compilation
  • no more external dependencies
  • improved parser
  • Python bindings

0.8.0

Choose a tag to compare

@uulm-janbaudisch uulm-janbaudisch released this 22 Sep 08:41
ac115b7

Changes

  • Binaries and the container are built by a Nix configuration
  • atomic-cross discards inverted duplicates
  • CLI has single options for input/output files
  • Python and Kotlin bindings

v0.7.0

Choose a tag to compare

@raabh raabh released this 06 Feb 19:15

Overall:

  • Adds support for all major x86 operating systems, each with two variants: including and excluding d4v2
  • Added support for CNF / DIMACS files as input. (Knowledge compilation into the corresponding graph structure with d4v2)
  • Adds support for multiple SAT calls via query file
  • Replaces the parameter 'omitted_features' with 'total_features'
  • Improves performance for 'cardinality of features' operation
  • Adds Docker support for execution

Stream API:

  • Adds ranges for the parameters 'variables' and 'assumptions'
  • Adds multithreading support
  • Adds support for incrementally manipulating the underlying CNF
  • Adds support for saving the manipulated CNF

v0.6.0

Choose a tag to compare

@raabh raabh released this 13 Mar 15:19
  • Adds stream API together with the possibility to compute uniform random samples, atomic sets, SAT, and list valid configurations.
  • Adds the possibility to load a d-DNNF via stdin.
  • Minor bug fixes and optimizations

v0.5.0

Choose a tag to compare

@raabh raabh released this 31 Oct 21:30

The internal data structure has been changed. Added the ability to save ddnnfs. Fixed command line parsing issues and improved user output when using the tool incorrectly or in a way that was not intended.

v0.4.0

Choose a tag to compare

@raabh raabh released this 19 Aug 16:30

Added support of the new d4 standard involving smoothing.

v0.3.0

Choose a tag to compare

@raabh raabh released this 16 Mar 20:16
resolved issue of wrong output for partial configurations where all n…