0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge dump methods into one: `BDD.dump` More... over 11 years ago
add `Function` wrapper for nodes and test it More... over 11 years ago
BUG: if edge is complemented, then negate expr in `to_expr` More... over 11 years ago
add `BDD` methods: `incref`, `decref` More... over 11 years ago
highlight python code fragments in readme More... over 11 years ago
update readme More... over 11 years ago
ignore *.txt, *.pk (pickle) files More... over 11 years ago
test `BDD` methods `dump` and `load` More... over 11 years ago
add function: `load` to `dddmp` module and test it More... over 11 years ago
mv dddmp loading example to external file More... over 11 years ago
add assertions and improve tests More... over 11 years ago
test canonicity of complemented edges More... over 11 years ago
add `dump` and `load` methods to `BDD` using `pickle` More... over 11 years ago
check `_pred` and `ref` in `BDD.assert_consistent` More... over 11 years ago
add `BDD.__copy__` More... over 11 years ago
init `_ind2var` More... over 11 years ago
add garbage collection using reference counting More... over 11 years ago
add method: BDD.level_to_variable More... over 11 years ago
remove hidden attributes from class docstring More... over 11 years ago
roots not mandatory any more, nor used anywhere More... over 11 years ago
rename method: BDD.update_pairs_table -> update_predecessors More... over 11 years ago
add cache to `sat_len` More... over 11 years ago
silence parser logging in tests More... over 11 years ago
test complemented edges More... over 11 years ago
implement complemented edges More... over 11 years ago
test dddmp More... over 11 years ago
handle roots loaded from dddmp More... over 11 years ago
BUG: swap successor order from (high, low) to (low, high) More... over 11 years ago
BUG: `dict` does not allow additional attributes More... over 11 years ago
handle case of omitted `ordered_vars` More... over 11 years ago