public interface EquivalenceAlgorithm
Modifier and Type | Method and Description |
---|---|
EquivalenceRelation |
getEquivalences(Graph g)
Runs the equivalence algorithm on the given graph,
and returns an equivalence relation.
|
EquivalenceRelation getEquivalences(Graph g)
g
- the graph to be checked for equivalence