diff options
author | koobs <koobs@FreeBSD.org> | 2013-06-21 18:51:35 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-06-21 18:51:35 +0800 |
commit | 546e9c31ae1354a637628252d1268e70a5e16ed4 (patch) | |
tree | 9c5227075d8284a8cf96d778a009d38e6fe66b47 /graphics/Makefile | |
parent | c1f691f60a0cafaa0f53d0addc89516d03a9b398 (diff) | |
download | freebsd-ports-gnome-546e9c31ae1354a637628252d1268e70a5e16ed4.tar.gz freebsd-ports-gnome-546e9c31ae1354a637628252d1268e70a5e16ed4.tar.zst freebsd-ports-gnome-546e9c31ae1354a637628252d1268e70a5e16ed4.zip |
graphics/py-graphillion: [NEW PORT] Fast, lightweight Python library for huge graphsets
Graphillion is a Python software package on search, optimization, and
enumeration for a graphset, or a set of graphs.
- Lightweight data structures for handling x-illions of graphs
- Search, optimization, and enumeration for large and complex graph sets
- Efficient implementation extending Python with C/C++
- Working with existing graph tools like NetworkX
- Open source MIT license
- Well tested: more than 600 unit tests
- Fast prototyping, easy to teach, and multi-platform
WWW: http://graphillion.org/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d32664765e22..ac8623854215 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -869,6 +869,7 @@ SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot + SUBDIR += py-graphillion SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen |