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

Function SolveAllChunksPBN

library/src/solve_board.cpp:243–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242
243int STDCALL SolveAllChunksPBN(
244 BoardsPBN const * bop,
245 SolvedBoards * solvedp,
246 int chunkSize)
247{
248 // Historical aliases. Don't use -- they may go away.
249 if (chunkSize < 1)
250 return RETURN_CHUNK_SIZE;
251
252 return SolveAllBoards(bop, solvedp);
253}
254
255
256int STDCALL SolveAllChunks(

Callers

nothing calls this directly

Calls 1

SolveAllBoardsFunction · 0.85

Tested by

no test coverage detected