YaccConstructor / QuickGraph

Generic Graph Data Structures and Algorithms for .NET
http://yaccconstructor.github.io/QuickGraph/
Microsoft Public License
523 stars 198 forks source link

Implement DOT loader #190

Open gsvgit opened 5 years ago

gsvgit commented 5 years ago

Design and implement GraphViz DOT loader.

pavel-agarkov commented 3 years ago

Test of loading dot string is commented out. https://github.com/YaccConstructor/QuickGraph/blob/50e0e16df0e6923d7a91e0fbabc89adee451145c/tests/QuickGraph.Tests/BidirectionalGraphTest.cs#L100 Is this functionality working?