mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d23f4f558c
arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph PR: ports/106971 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
8 lines
379 B
Plaintext
8 lines
379 B
Plaintext
This module extends Python with a Graph class which is capable of handling
|
|
arbitrary directed and undirected graphs with thousands of nodes and millions
|
|
of edges. Since the module makes use of the open source igraph library
|
|
written in almost 100% pure C, it is blazing fast and outperforms most other
|
|
pure Python-based packages around.
|
|
|
|
WWW: http://cneurocvs.rmki.kfki.hu/igraph
|