Home
last modified time | relevance | path

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

/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp121 bool in_row(const std::vector<board_element>& b, unsigned row, unsigned col, unsigned short p) { in in_row() function
150 if (!in_row(b, row, col, potential) && !in_col(b, row, col, potential) && in calculate_potentials()
163 if (in_row(b, row, col, b[i].solved_element) || in valid_board()