simplify functions in Quickgraph and good documentation?

673 Views Asked by At

I'm figuring out whether Quickgraph is beneficial for my problems (F# project). Does it have graph reduction functions/algorithms? Similar to Matlab's simplify functions.

Furthermore, I'm having troubles with finding architectural documentation (principals and data structure) of Quickgraph and tutorials for a flying start. The same goes for the BoostGraph where it seems to be ported from. Any suggestions?

Regards, WP

1

There are 1 best solutions below

0
vgru On

Old question, but thought I'd share this for future readers since the QuickGraph page on CodePlex now only has broken links.

Documentation from Dec 2017 can be found here (web archive for QuickGraph).

It might not be completely up-to-date with the latest source code, but it can contains a nice overview of graph types and algorithms.