JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
451 stars 87 forks source link

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

Closed etiennedeg closed 2 months ago

etiennedeg commented 3 months ago

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.