You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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
The text was updated successfully, but these errors were encountered: