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

Feature request: check for parity constraints on the length of possible solutions #13

Open benwh1 opened 12 months ago

benwh1 commented 12 months ago

Based on the parity of the permutations defining the moves, check whether there are any parity constraints that make it impossible to have an even length solution and an odd length solution (e.g. 3x3x3 qtm). If there are any constraints, increment the depth by 2 at each stage of the search.