Home
last modified time | relevance | path

Searched refs:in_block (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp135 bool in_block(const std::vector<board_element>& b, unsigned row, unsigned col, unsigned short p) { in in_block() function
151 !in_block(b, row, col, potential)) in calculate_potentials()
165 in_block(b, row, col, b[i].solved_element)) in valid_board()