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

Function SolveAllChunksBin

library/src/solve_board.cpp:269–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268
269int STDCALL SolveAllChunksBin(
270 Boards const * bop,
271 SolvedBoards * solvedp,
272 int chunkSize)
273{
274 // Historical aliases. Don't use -- they may go away.
275 if (chunkSize < 1)
276 return RETURN_CHUNK_SIZE;
277
278 return solve_all_boards_n(* bop, * solvedp);
279}
280
281
282auto detect_solve_duplicates(

Callers

nothing calls this directly

Calls 1

solve_all_boards_nFunction · 0.85

Tested by

no test coverage detected