You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the
relabel_nodes
test only checks number of nodes and edges. It should check that the two graphs are isomorphic, but the hypotheticaldag::is_isomorphic
function doesn't exist yet.Maybe worth checking out automorphism algorithms at the same time.
The text was updated successfully, but these errors were encountered: