Tagged Questions
23
votes
13answers
3k views
What options are available for the layout of directed or undirected graphs in .NET?
By graph here I mean something resembling these images:
The ideal solution would:
use only managed code
allow output to a bitmap image
allow output to WPF elements
include some kind of ...
4
votes
2answers
1k views
Open Source Graph Layout Library
I'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.
I can find lots of them ...
1
vote
0answers
70 views
.NET implementation of planarity testing
Is there any .NET implementation of any planarity testing algorithm like Boyer-Myrvold's or anyone else? I looked through the web but I didn't manage to find