aboutsummaryrefslogtreecommitdiff
path: root/math/igraph
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.3Wen Heping2010-05-022-7/+8
| | | | Notes: svn path=/head/; revision=253527
* Switch to use newer GMP version.Alex Dupre2010-04-191-2/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Mark as broken on sparc64: uses i386 assembly.Mark Linimon2009-05-291-1/+7
| | | | Notes: svn path=/head/; revision=234760
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+2
| | | | Notes: svn path=/head/; revision=233833
* - Update to 0.5.2Martin Wilke2009-04-263-4/+9
| | | | | | | | PR: 134019 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=232794
* - Update to 0.5.1Martin Wilke2008-08-183-4/+20
| | | | | | | | PR: 126581 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=218792
* igraph is a free software package for creating and manipulatingMartin Wilke2008-07-184-0/+80
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> Notes: svn path=/head/; revision=217031