Skip to content

Commit

Permalink
Add Nils Husung's fix to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Oct 7, 2024
1 parent 6b17038 commit 5548d33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@

- Fixed overflow error when a single BDD's width outgrows 32 bits (96 GiB).

- Fixed Outer Reduce in Nested Sweeping framework crashes due to assuming its priority queues are
(like the regular Reduce) only inducing a 1-level cut on the input.
- Fixed Outer Reduce in Nested Sweeping framework crashes due to assuming its
priority queues are (like the regular Reduce) only inducing a 1-level cut on
the input.

- Fixed "Not enough phase 1 memory for 128 KB items and an open stream!" error
messages when running `bdd_exists(f, ...)` and `bdd_forall(f, ...)` with
Expand All @@ -99,6 +100,9 @@
- Fixed statistics for quantification algorithms are incorrect/misleading. To
do so, the `adiar::statistics` struct has been changed (in a breaking way).

- Fixed that TPIE leaves a log file in the default temporary directory when
another has been specified.

## Other Changes

- The maximum number of BDD variables has been decreased to *2097149* (21 bytes
Expand Down

0 comments on commit 5548d33

Please sign in to comment.