0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 22 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MAI: rm unused local var `mgr` More... over 9 years ago
API: rm arg `bdd` from function `cudd.dump` More... over 9 years ago
API: rm arg `source` from function `cudd.copy_bdd` More... over 9 years ago
API: rm arg `bdd` from `cudd` functions `and_exists` and `or_forall` More... over 9 years ago
API: rm arg `source` from function `autoref.copy_bdd` More... over 9 years ago
API: rm arg `bdd` from `autoref` functions `image` and `preimage` More... over 9 years ago
BUG: pass attribute `Function.manager` instead of `Function.bdd` More... over 9 years ago
API: rm function `autoref.rename`, use `BDD.let` instead More... over 9 years ago
API: rm function `cudd.rename`, use method `BDD.let` instead More... over 9 years ago
DOC: rewrite most of README, mention only essential info More... over 9 years ago
STY: shorter markdown lines, to the extent understood by github More... over 9 years ago
ENH: add methods `cudd.Function.let, exist, forall, pick, count` More... over 9 years ago
API: do not override method `BDD.pick` More... over 9 years ago
ENH: add method `BDD.declare` in modules `cudd` and `sylvan` More... over 9 years ago
MAI: assert More... over 9 years ago
API: rename arg to `nvars` in method `BDD.count` of `autoref` and `bdd` More... over 9 years ago
API: rename keyword arg `care_bits` to `care_vars` in `BDD.pick*` methods More... over 9 years ago
BUG: call method `bdd.BDD.pick_iter` from `autoref.BDD.pick_iter` More... over 9 years ago
DOC: rm docstrings now inherited from `_abc.BDD` More... over 9 years ago
API: subclass `autoref.BDD` and `bdd.BDD` from `_abc.BDD` More... over 9 years ago
DOC: correct and rephrase More... over 9 years ago
DOC: add table of contents More... over 9 years ago
DOC: fix broken URLs More... over 9 years ago
STY: shorter lines in `doc.md` More... over 9 years ago
DOC: add license information to documentation More... over 9 years ago
DOC: fix broken URL to CUDD More... over 9 years ago
REL: bump version to 0.5.2 More... over 9 years ago
API: allow copying of node to same manager, but log warning More... over 9 years ago
BUG: wrap using `other` in method `autoref.BDD.copy` More... over 9 years ago
TST: add script `tests/autoref_test.py` that reuses some `cudd` tests More... over 9 years ago