- x64 CPU with BMI2 instructions
- Some RAM (16 GB will be sufficient)
I tested only on Linux.
solve_all
binary searches the maximum score for the legal boards in the game.
I recommend to specify a initial maximum score for pruning (the known best score is 2229).
cargo --example=solve_all --profile=release-lto -- --prune-score-max=2000