Closed cjdrake closed 9 years ago
Making some progress here, but still some work to do. Listing some stuff I would like to finish before doing a release.
Must Have:
BoolExpr
DFS iterator (for support/inputs)BoolExpr
hash table {int: BoolExpr *}
(for compose/restrict)to_dot
graphviz conversionNice to Have:
Majority
/ Minority
operators
This is an area that really needs as much performance as possible. Very large Boolean functions (see the AES code) are just too overwhelming for Python to handle.