|
|
|
|
|
by eventreduce
2254 days ago
|
|
Yes the BDD is minimized with the two rules (reduction and elimination).
Also the sorting of the boolean functions is optimized via plain brute forcing. The was no good JavaScript implementation for BDDs so I had to create my own one https://github.com/pubkey/binary-decision-diagram |
|