rush
rush copied to clipboard
Number of MaxID
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
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