| 35 | constexpr CandidateRange CandRange = CandidateRange::SQUARE3_LINE4; |
| 36 | |
| 37 | struct BenchEntry |
| 38 | { |
| 39 | Rule rule; |
| 40 | int boardSize; |
| 41 | int searchDepth; |
| 42 | std::string positionString; |
| 43 | }; |
| 44 | |
| 45 | static const std::vector<BenchEntry> benchSet = { |
| 46 | // Freestyle positions |
nothing calls this directly
no outgoing calls
no test coverage detected