Currently the relabel_nodes test only checks number of nodes and edges. It should check that the two graphs are isomorphic, but the hypothetical dag::is_isomorphic function doesn't exist yet.
Maybe worth checking out automorphism algorithms at the same time.
Currently the
relabel_nodestest only checks number of nodes and edges. It should check that the two graphs are isomorphic, but the hypotheticaldag::is_isomorphicfunction doesn't exist yet.Maybe worth checking out automorphism algorithms at the same time.