cubing / twsearch

🔍 Twizzle Search — a program to find algs and scrambles for twisty puzzles
GNU General Public License v3.0
24 stars 8 forks source link

Ignore rotations when oriented identical pieces #18

Closed rokicki closed 11 months ago

rokicki commented 11 months ago

Right now when there are oriented identical pieces, as well as rotations, we fatal because we (do not) currently handle oriented identical pieces in symmetry reduction. Instead of fataling out, we should make this a warning, not do symmetry reduction, and proceed.

rokicki commented 11 months ago

This is solved with merge 5262aee 518b664.