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
Alga, Containers and FGL are all good candidates for revert functions. They have functions to allow extraction of edges and nodes in a similar pattern.
This could be a good candidate for a ToPangraph typeclass.
The text was updated successfully, but these errors were encountered:
I think the primary focus of this library should be efficient parsing/serialisation of various textual/binary graph representations. Once you have a Pangraph a, it's easy to convert it to any library you like.
I would really like to see support of Workcraft graph format, for example.
Alga, Containers and FGL are all good candidates for revert functions. They have functions to allow extraction of edges and nodes in a similar pattern.
This could be a good candidate for a
ToPangraph
typeclass.The text was updated successfully, but these errors were encountered: