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

Console printout of reduced 3x3 stage seems wrong #1

Open
gregorbg opened this issue Aug 23, 2020 · 1 comment
Open

Console printout of reduced 3x3 stage seems wrong #1

gregorbg opened this issue Aug 23, 2020 · 1 comment

Comments

@gregorbg
Copy link

gregorbg commented Aug 23, 2020

When using your solver from the command line, it prints...

  1. the scrambled 5x5 state
  2. the reduction moves
  3. the reduced three by three state.

At least I think it's supposed to be the reduced 3x3 state based on the fact that all centers and wings are always paired. However, there seems to be a bug with printing because after executing the reduction moves, my real 5x5 does not match the reduced 3x3 state printed out by your program. Most notably, the reduced 5x5 that gets printed "always" (sample of N=20 random states) has all corners solved.

It seems to affect the printing only. The internal String representation itself is fine, because passing that internal state to min2phase produces a correct solution that will indeed solve the physical 5x5 I'm using to verify the solution.

Is this an actual issue or is the second 5x5 printout supposed to be something other than the reduced 3x3 state?

@Horia73
Copy link

Horia73 commented Sep 3, 2021

How this solver can be used from command line?

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