Graphs.jl icon indicating copy to clipboard operation
Graphs.jl copied to clipboard

[BUG] `merge_vertices` returns an undirected graph, even if the input is directed.

Open etiennedeg opened this issue 10 months ago • 0 comments

merge_vertices returns an undirected graph, even if the input is directed.

The output graph should be the same type of graph as the input.

etiennedeg avatar Apr 12 '24 14:04 etiennedeg