pub type ClusterCandidate<'a> = (&'a Job, &'a HashSet<Job>);
Expand description

Holds center job and its neighbor jobs.