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
This implementation can then later be used to implement also unlabeled and/or undirected graphs, since both are just special cases of a labeled directed one.
I will add a WIP-PR later on, also I will add a TODO-list in that PR.
The text was updated successfully, but these errors were encountered:
I will tackle the implementation of an inductively defined labeled directed graph over the course of the next 2 weeks.
As a base I will use the paper available at https://web.engr.oregonstate.edu/~erwig/papers/InductiveGraphs_JFP01.pdf by Martin Erwig.
This implementation can then later be used to implement also unlabeled and/or undirected graphs, since both are just special cases of a labeled directed one.
I will add a WIP-PR later on, also I will add a TODO-list in that PR.
The text was updated successfully, but these errors were encountered: