Home
last modified time | relevance | path

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

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