16
votes
12answers
738 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 …
0
votes
1answer
156 views
Java implementation of planarity testing/planar embedding
Is there a free Java implementation of any of the major planarity testing algorithms? Boyer-Myrvold, de Fraysseix-Rosenstiehl, heck, even Hopcroft-Tarjan. I've been reading the papers and they all …
