什么是C的一些质量图库? [英] What are some quality graph libraries for C?

查看:119
本文介绍了什么是C的一些质量图库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在写一些C,我将需要存储一个非常大的图形作为邻接矩阵。我打算开发一个快速的图表实现,但是首先要问的是,有没有一个很好的C ++图形库,而不是C ++。人们喜欢。



m将以某种标准格式(可能是GML,但不是make或break要求)导入图形,将其存储为邻接矩阵,然后进行一些计算。



任何想法?



谢谢!



编辑:作为一个FYI,我没有兴趣绘制图表全部

解决方案

你可以看看 igraph 。它还支持读写GML文件。


I'm writing some C where I'm going to need to store a very large graph as an adjacency matrix. I was going to hack up a quick graph implementation, but wanted to ask first if there are any good graph libraries for C (not c++) that people like.

I'm going to import the graph in some standard format (probably GML, but thats not a make or break requirement), store it as an adjacency matrix, and then do some computations.

Any thoughts?

Thanks!

EDIT: as an FYI, I have no interest in drawing the graph at all

解决方案

You can have a look at igraph. It also has support for reading and writing GML files.

这篇关于什么是C的一些质量图库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆