Framework in C # that implements Graph Theory

0

Does anyone know of any framework in C # that implements Graph Theory?

    
asked by anonymous 24.06.2015 / 18:16

1 answer

0

I know two libraries that can be used together:

Graph # is a graphical library for WPF. QuickGraph is a library for generic graphs.

There is also Microsoft Automatic Graph Layout .

    
24.06.2015 / 18:34