diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-09-03 10:45:18 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-09-03 10:45:18 +0000 |
commit | 89bcea86393caf6987e10665199d3effcd482f33 (patch) | |
tree | 9d131d74f511d76562ad1b4707457deebb8575c4 /math/py-gato/pkg-descr | |
parent | Upgrade to v2.0. (diff) |
Add py-gato 0.96.g, a Python-based toolbox to visualise algorithms
on graphs.
Notes
Notes:
svn path=/head/; revision=47357
Diffstat (limited to 'math/py-gato/pkg-descr')
-rw-r--r-- | math/py-gato/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/py-gato/pkg-descr b/math/py-gato/pkg-descr new file mode 100644 index 000000000000..2f45a321aa5e --- /dev/null +++ b/math/py-gato/pkg-descr @@ -0,0 +1,16 @@ +Paraphrasing the website: + Gato - the Graph Animation Toolbox - is software [toolkit] which visualizes + algorithms on graphs. + - Graphs are mathematical objects consisting of vertices, and edges + connecting pairs of vertices. + - Algorithms might find a shortest path - the fastest route - or a minimal + spanning tree or solve one of other interesting problems on graphs: + maximal-flow, weighted and non-weighted matching and min-cost flow. + - Visualisation means linking cause - the statements of an algorithm - + immediately to an effect - changes to the graph the algorithm has as its + input - by terms of blinking, changing colors and other visual effects. + +Author: Alexander Schliep <schliep@zpr.uni-koeln.de> +WWW: http://www.zpr.uni-koeln.de/~gato/ + +-- Johann Visagie <wjv@FreeBSD.org> |