Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement symmetry reductions #11

Open
muodov opened this issue Dec 29, 2015 · 2 comments
Open

Implement symmetry reductions #11

muodov opened this issue Dec 29, 2015 · 2 comments

Comments

@muodov
Copy link
Owner

muodov commented Dec 29, 2015

The current implementation is a direct translation of Kociemba's twophase.jar, which is the two-phase algorithm in its simplest form. On his page, Herbert describes further possible optimizations that can improve the algorithm performance, e.g. symmetry reductions.

He have implemented those in his Cube Explorer program, but unfortunately that source code is not publicly available. So we'll have to implement it ourselves.

@muodov
Copy link
Owner Author

muodov commented Dec 29, 2015

For the algorithm details, see http://kociemba.org/cube.htm

@xanxerus
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants