pub type Group = Vec<(usize, usize)>;
A group of cells, represented by a vector of their coordinates in the form (column, row).
(column, row)
pub struct Group { /* private fields */ }