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

Function SolveAllChunks

library/src/solve_board.cpp:256–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255
256int STDCALL SolveAllChunks(
257 BoardsPBN const * bop,
258 SolvedBoards * solvedp,
259 int chunkSize)
260{
261 // Historical aliases. Don't use -- they may go away.
262 if (chunkSize < 1)
263 return RETURN_CHUNK_SIZE;
264
265 return SolveAllBoards(bop, solvedp);
266}
267
268
269int STDCALL SolveAllChunksBin(

Callers 1

loop_solveFunction · 0.85

Calls 1

SolveAllBoardsFunction · 0.85

Tested by 1

loop_solveFunction · 0.68