Skip to main content

Module mcs

Module mcs 

Expand description

Methods for splitting encodings into overlapping groups and finding mimimum covering subsets of encodings.

Structs§

Split
Sets of encodings that do not overlap with any of the other sets.
SplitEntry
A set of encodings in a Split that don’t overlap with the other SplitEntrys in the Split.

Functions§

filter_overlapping_encodings
Computes a minimum covering set of encodings.
split_encodings_into_overlapping_groups
Splits all encodings into the smallest groups of encodings that overlap with eachother, but not with any other group.
verify_and_fix
Check the integrity of all encodings, and apply automatic fixes if possible.