Type Definition sudoku_variants::constraint::Group[][src]

type Group = Vec<(usize, usize)>;

A group of cells, represented by a vector of their coordinates in the form (column, row).