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

Number of MaxID #8

Open
carladavesa opened this issue Feb 9, 2023 · 1 comment
Open

Number of MaxID #8

carladavesa opened this issue Feb 9, 2023 · 1 comment

Comments

@carladavesa
Copy link

carladavesa commented Feb 9, 2023

In this directory; cpp/src/config.h
Anyone know how can he find these numbers?
And if I want to execute a board with size 7x7, which number would be?

const uint64_t MaxID = 268108; // 5x5
const uint64_t MaxID = 243502785; // 6x6

@carladavesa
Copy link
Author

carladavesa commented Jul 6, 2023

If I want to run all the 7x7 interesting configurations, is there something else in the code that I have to change? Because if I don't change anything else, I couldn't obtain all the possible configurations... I have got a lot less configurations that in 6x6 and they doesn't seem right. The same with 8x8.

Also, what's the MaxID and how can I know the value of it in the boards 7x7, 8x8, 9x9...

Thanks

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

1 participant