-
```
thread 'tests::a_real_world_test_1' panicked at /home/andrew/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oxidd-manager-index-0.7.0/src/manager.rs:624:9:
assertion failed: id as usize >=…
-
I'm working with ZDDs using this library and I'm noticing the following issue:
```rust
let inner_node_capacity = 1
-
Thank you for the oxidd package! I'm sorry if I've missed this somewhere, but is it possible to iterate over all satisfying assignments for a ZBDD with oxidd? I'm using the python interface, and I can…
-
I might just be unable to find this function, but the binary *diff* operator (including operator overload for the *-* operator) is missing for `oxidd::bdd_function` and `oxidd::bcdd_function`. This op…
-
I’m not sure whether this is a CFFI or a CPython bug, but recently this issue was reported: https://github.com/OxiDD/oxidd/issues/23. Today, I created a stripped-down version of the CFFI-based binding…
-
The following is a non-exhaustive list of relevant BDD packages to be included. Please, add comments with others to be added to this list.
### C / C++
- [x] [Adiar](https://github.com/ssoelvsten…
-
**Edit (Steffan)**: Tasks
- [ ] Conduct a (regular) survey / competition and publish results.
- [x] List of publications.
-
When using the `cofactors` function on a bdd which is obtained by the `cofactors` function, the value of this bdd changes.
The expected behavior is that this bdd value should not change.
See the …
-
The BDDFunction class is missing the `level()` method in the python version of OxiDD, while there is a [level method on the docs]. It would be great to actually have access to this functionality with …
-
For some model checking algorithms, one needs to be able to obtain a BDD for a single state, i.e. a single satisfying assignment. In BuDDy, these are the two functions:
- [`bdd_satone(f)`](https://…