bitwalker / libgraph

A graph data structure library for Elixir projects
MIT License
524 stars 75 forks source link

Feature: Multigraphs #18

Open LuaiKam opened 6 years ago

LuaiKam commented 6 years ago

Hi bitwalker, Thank you for this amazing hex package, am looking to create multigraph(multi edges between same ends with diff edges data) and as well label edge coloring.

is there any future plans to support it?

bitwalker commented 6 years ago

I considered it when building the library, but haven't had time to revisit it. I'm open to working with someone on getting a PR merged for adding such support though!