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
induced_subgraph: new method based on a subset of edges (#72)
* induced_subgraph from an edge set
* fixed test_broken for compatibility with julia 1.6
* Remove duplicate code
* Add compat entries for new Aqua tests
---------
Co-authored-by: Guillaume Dalle <[email protected]>
[rock_paper_scissors_subtree[e...] for e inedge_labels(rock_paper_scissors_subtree)]
163
+
164
+
# Checking that a graph is a subset of another is not supported yet. For example, an induced subgraph may appear as not a subset of the original graph, if vertex codes were modified.
0 commit comments