Searched refs:board (Results 1 – 5 of 5) sorted by relevance
46 BoardPtr board //! the board to update in Evolution() argument49 m_board(board), in Evolution()109 SequentialEvolution(Matrix* m, BoardPtr board) : Evolution(m, board) {} in SequentialEvolution() argument120 ParallelEvolution(Matrix* m, BoardPtr board) : Evolution(m, board), m_parallel_time(0) { in ParallelEvolution() argument
4 …e of Life". One of these instances uses serial calculations to update the board. The other one cal…
6 | sudoku | Compute all solutions for a Sudoku board.
2 This directory contains an example that finds all solutions to a Sudoku board.
25 | task_group/sudoku | Compute all solutions for a Sudoku board.