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
dag::graph_union(g1, g2) copies one graph and merges the other one into the copy before returning it. Currently the one with the larger number of vertices is selected. Investigate if selecting based on number of edges or some other criteria might be better.
The text was updated successfully, but these errors were encountered:
dag::graph_union(g1, g2)
copies one graph and merges the other one into the copy before returning it. Currently the one with the larger number of vertices is selected. Investigate if selecting based on number of edges or some other criteria might be better.The text was updated successfully, but these errors were encountered: