Module mcs
Expand description
Methods for splitting encodings into overlapping groups and finding mimimum covering subsets of encodings.
Structs§
- Sets of encodings that do not overlap with any of the other sets.
Functions§
- Computes a minimum covering set of encodings.
- Splits all encodings into the smallest groups of encodings that overlap with eachother, but not with any other group.
- Check the integrity of all encodings, and apply automatic fixes if possible.