pub fn analyse<F>( count: usize, kernel: Kernel, correspondence: F, ) -> Option<Analysis>where F: Fn(usize) -> Option<Correspondence> + Sync,
Analyses a set of correspondences.
Returns None when no correspondence survived, in which case there is nothing to say.
None