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

Orders for puzzles with identical pieces #49

Open
Marius0509 opened this issue Feb 21, 2024 · 4 comments
Open

Orders for puzzles with identical pieces #49

Marius0509 opened this issue Feb 21, 2024 · 4 comments

Comments

@Marius0509
Copy link

I think the widely accepted definition of the order of a scramble is how many times you need to execute it from the solved state in order for the cube to come back to the solved state. So, I don't think -o and --ordertree should output orders for the supercube unless --distinguishall is mentioned. If doing the lcm of every cycle doesn't work for puzzles with identical pieces, then an alternative approach is doing the lcm of every set's order.
For example, I think the scramble "R U' R U R U R U' R' U' R2" should have the order 3 on 4x4 (not 12), just like on the 3x3 cube.

@rokicki
Copy link
Collaborator

rokicki commented Feb 22, 2024 via email

@Marius0509
Copy link
Author

Considering the old version calculated impure orders, I think this should also be a feature in the current version. It also wouldn't remove any existent feature, the pure order can still be obtained using --distinguishall.

@rokicki
Copy link
Collaborator

rokicki commented Feb 22, 2024 via email

@Marius0509
Copy link
Author

That sounds like a great idea.

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

No branches or pull requests

2 participants