MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / fixed_board

Function fixed_board

examples/sudoku.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool fixed_board(board_element *b)
150{
151 for (int i = BOARD_SIZE - 1; i >= 0; --i)
152 if (b[i].solved_element == 0)
153 return false;
154 return true;
155}
156
157bool in_row(board_element *b, unsigned row, unsigned col, unsigned short p)
158{

Callers 1

partial_solveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected