skip to navigation
skip to content

equivalence 0.2

Equivalence relations

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.