Function split_encodings_into_overlapping_groups
pub fn split_encodings_into_overlapping_groups<A: Arch, C: Computation + Send>(
encodings: Vec<EncodingWithFilters<A, C>>,
) -> Vec<Vec<EncodingWithFilters<A, C>>>
Expand description
Splits all encodings into the smallest groups of encodings that overlap with eachother, but not with any other group.