mossprescott / pynand

Nand2Tetris in Python.
Other
12 stars 3 forks source link

Super optimize #19

Open mossprescott opened 4 years ago

mossprescott commented 4 years ago

Tries to find the definitively best equivalent circuit, by generating every possible circuit at each smaller size. This works pretty well up to about 5 gates, and then falls apart due to the combinatorial explosion.

Successes: