0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
API: rename `cudd.BDD` methods to `_incref` and `_decref` More... over 8 years ago
API: change default to `recursive=False` in method `cudd.BDD.decref` More... over 8 years ago
ENH: add method `BDD.reorder` to `cudd` and `autoref` More... over 8 years ago
ENH: add script `examples/np.py` More... over 8 years ago
DEV: rm `dd/*.c` files explicitly More... over 8 years ago
ENH: add property `Function.dag_size` More... over 8 years ago
REF: reimplement method `dd.BDD.descendants` More... over 8 years ago
DOC: clarify usefulness of method `dd.bdd.BDD.reduction` More... over 8 years ago
MAI: update method `BDD.declare` in `queens.py` More... over 8 years ago
DEV: rm unused script `dd/_setup.py` More... over 8 years ago
API: change signature of method `dd.cudd.BDD.dump` More... over 8 years ago
MAI: rm an implementation from function specification More... over 8 years ago
DEP: rm functions `copy_vars` and `copy_bdd` of `dd._abc` More... over 8 years ago
DEP: rm function `dd.bdd.copy_vars` More... over 8 years ago
ENH: allow simultaneous substitution in `dd.bdd.BDD.let` More... over 8 years ago
MAI: comments More... over 8 years ago
REF: rm function `_rename`, and use `_copy_bdd` instead More... over 8 years ago
REF: permute arguments of `_copy_bdd` and `_rename` More... over 8 years ago
MAI: rm unused cache value More... over 8 years ago
REF: pre-compute levels for unrenamed variables More... over 8 years ago
MAI: rm obsolete warning More... over 8 years ago
MAI: update comment More... over 8 years ago
REF: map levels in `copy_bdd` without computing support More... over 8 years ago
API: allow arbitrary variable orders in `copy_bdd` More... over 8 years ago
API: rm overconstraining assertion from `rename` More... over 8 years ago
API: rm overconstraining assertions from `copy_bdd` More... over 8 years ago
MAI: rm inaccurate comment More... over 8 years ago
REF: rename variable to `cache` More... over 8 years ago
REF: increase similarity of `_rename` and `_copy_bdd` More... over 8 years ago
DEP: rm method `dd.bdd.BDD.evaluate` More... over 8 years ago