开发者

Graph library for mono?

开发者 https://www.devze.com 2023-03-24 04:08 出处:网络
I\'m building a program and I\'m going to need to do some basic graph problems: find strongly connected components, find shortest traversal, etc. I know that the quckgraph library works with .net bu开

I'm building a program and I'm going to need to do some basic graph problems: find strongly connected components, find shortest traversal, etc. I know that the quckgraph library works with .net bu开发者_开发百科t doesn't port to mono. Does anyone know the best way to get around this, or if there's another library out there I could use?


QuickGraph once worked fine with Mono for me. I just downloaded the newest library, referenced it in project, built simple example and still works like a charm. What problem do you have with it in mono?


Satsuma is much simpler than QuickGraph and should work for you, though there are no releases yet and you will need to check it out from Git.

0

精彩评论

暂无评论...
验证码 换一张
取 消