Open cheftim opened 3 months ago
I'm testing part 1 right now with the full list of generated patterns using p352 xT14 xT23 as an example. I'll have data on how long it takes and the final output.
After that, I'll need to rearranged them, subcase match them, and output the results. Some deduping might happen, or maybe not depending on difficulty.
Deduper code has been implemented and could use some tests.
Take 352 as an example. Do the T-Gate operations, reduce LDE, then iterate over all possible values to make all possible patterns....then...
Check the pattern-generator code.