Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ init_board
Function
init_board
examples/sudoku.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void init_board(board_element *b)
123
{
124
for (unsigned i = 0; i < BOARD_SIZE; ++i)
125
b[i].solved_element = b[i].potential_set = 0;
126
}
127
128
void init_board(board_element *b, unsigned short const arr[81])
129
{
Callers
1
solve
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected