kyo-takano / alphacube

A powerful & flexible Rubik's Cube solver
https://alphacube.dev
MIT License
17 stars 1 forks source link

Finding solutions where big turns are cheeper than 2 small #7

Closed denizsincar29 closed 1 day ago

denizsincar29 commented 2 days ago

Hello! I found a rubik's cube robot that solves it very fast! However I need to find solutions that make it even faster, because a 180 degrees turn is actually 1.5 times longer than 90 degrees turn, not 2 times. So the algorythm needs to make a solution that does minimal cost solutions. Is it achievable with alphacube? Thank you!

denizsincar29 commented 2 days ago

I mean it needs to use more 180 degrees turns if it will optimize the solving length

kyo-takano commented 1 day ago

Please at least skim through README before creating an issue.