0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day 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
DOC: extend docstring of `cudd.BDD._add_var()` More... almost 5 years ago
DOC: extend docstring of `cudd.BDD.insert_var()` More... almost 5 years ago
DOC: rephrase docstring, to shorten line More... almost 5 years ago
STY: shorten lines More... almost 5 years ago
REF: avoid instantiating temporary Python object More... almost 5 years ago
DOC: correct terminology about generators More... almost 5 years ago
UI: rm function-entry logging messages from `cudd_zdd` More... almost 5 years ago
BUG: avoid referencing undefined variable More... almost 5 years ago
MNT: define `__eq__()` etc, instead of `__richcmp__()` More... almost 5 years ago
MNT: rm `cdef` keywords inside `cdef` section More... almost 5 years ago
BUG: specify return value in declaration More... almost 5 years ago
DOC: add meaning of propositional operators More... almost 5 years ago
API: use `#` as TLA+ operator, instead of comment delimiter More... almost 5 years ago
ENH: lex TLA+ comments More... almost 5 years ago
STY: improve docstrings More... almost 5 years ago
REF: rename arguments in Cython declarations More... almost 5 years ago
BUG: correctly name arguments in Cython declarations More... almost 5 years ago
STY: shorten lines More... almost 5 years ago
REF: simplify, by inlining More... almost 5 years ago
MNT: call `Cudd_bddXnor()`, instead of `Cudd_bddIte()` More... almost 5 years ago
API: rename positional parameter of `cudd.BDD.support()` More... almost 5 years ago
MNT: swap conjuncts, to avoid computation, by short-circuiting More... almost 5 years ago
BUG: unsupported cases of `other is None` in `__richcmp__()` More... almost 5 years ago
REF: shift declarations closer to variable use More... almost 5 years ago
REF: simplify `return` lines More... almost 5 years ago
REF: rm unused variables More... almost 5 years ago
API: rename argument to `zdd`, in method `Function.init()` More... almost 5 years ago
REF: rename internal accesses of attribute More... almost 5 years ago
REF: use named constants from `cpython.object` More... almost 5 years ago
DEV: call `nosetests` from `Makefile` rule `test` More... almost 5 years ago