diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-18 20:36:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-18 20:36:04 +0800 |
commit | ded0597d146096a11c0a1775fc90a3d434c9e429 (patch) | |
tree | e0464455f4f9d43e70b3a4a7e9f4a1bdbde24c8f /math/Makefile | |
parent | 16c09674478276bb985fa69c5e3016969ec66e4a (diff) | |
download | freebsd-ports-gnome-ded0597d146096a11c0a1775fc90a3d434c9e429.tar.gz freebsd-ports-gnome-ded0597d146096a11c0a1775fc90a3d434c9e429.tar.zst freebsd-ports-gnome-ded0597d146096a11c0a1775fc90a3d434c9e429.zip |
igraph is a free software package for creating and manipulating
undirected and directed graphs. It includes implementations for
classic graph theory problems like minimum spanning trees and
network flow, and also implements algorithms for some recent
network analysis methods, like community structure search.
igraph contains functions for generating regular and random graphs,
manipulating graphs, assigning attributes to vertices and edges.
It can calculate various structural properties, includes heuristics
for community structure detection, supports many file formats.
WWW: http://cneurocvs.rmki.kfki.hu/igraph/
PR: ports/125534
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index bfa540baf2b2..7baf96116c2d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -103,6 +103,7 @@ SUBDIR += gsl SUBDIR += guppi SUBDIR += hexcalc + SUBDIR += igraph SUBDIR += isabelle SUBDIR += it++ SUBDIR += itl |