MCPcopy Create free account
hub / github.com/dds-bridge/dds / SolveAllBoardsBin

Function SolveAllBoardsBin

library/src/solve_board.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235int STDCALL SolveAllBoardsBin(
236 Boards const * bop,
237 SolvedBoards * solvedp)
238{
239 return solve_all_boards_n(* bop, * solvedp);
240}
241
242
243int STDCALL SolveAllChunksPBN(

Callers

nothing calls this directly

Calls 1

solve_all_boards_nFunction · 0.85

Tested by

no test coverage detected