Equivalence relations
Project description
equivalence is a Python module for building equivalence relations, partitionings of objects into sets that maintain the equivalence relation properties (reflexivity, symmetry, transitivity). Two objects are considered equivalent either explicitly, after being merged, or implicitly, through a key function.