aboutsummaryrefslogtreecommitdiffstats
path: root/math/goblin/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-03-03 20:06:20 +0800
committerijliao <ijliao@FreeBSD.org>2002-03-03 20:06:20 +0800
commit3cd7c0b05f92d07bb9f5c69915ceb2c12d4b5843 (patch)
tree6890d7185855c55f2ff843b624ef417e394e75af /math/goblin/pkg-descr
parent01e6bfc68d47bdc981917b47a2db8edf5b65f6cd (diff)
downloadfreebsd-ports-gnome-3cd7c0b05f92d07bb9f5c69915ceb2c12d4b5843.tar.gz
freebsd-ports-gnome-3cd7c0b05f92d07bb9f5c69915ceb2c12d4b5843.tar.zst
freebsd-ports-gnome-3cd7c0b05f92d07bb9f5c69915ceb2c12d4b5843.zip
add goblin 2.4a3
A Graph Object Library for Network Programming Problems
Diffstat (limited to 'math/goblin/pkg-descr')
-rw-r--r--math/goblin/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/goblin/pkg-descr b/math/goblin/pkg-descr
new file mode 100644
index 000000000000..cc422adae004
--- /dev/null
+++ b/math/goblin/pkg-descr
@@ -0,0 +1,21 @@
+GOBLIN is a C++ class library focussed on graph optimization and network
+programming problems. It deals with all of the standard graph optimization
+problems discussed by textbooks and in courses on combinatorial optimization.
+
+Today, GOBLIN provides strongly polynomial algorithms for the following graph
+optimization problems:
+ - Shortest paths in graphs and digraphs with negative lengths.
+ - Negative cycles and minimum mean cycles.
+ - Strong and 2-connected components.
+ - Minimum spanning trees, arborescences and 1-trees.
+ - Maximum st-flows, feasible circulations and b-flows.
+ - Min-cost st-flows, b-flows and circulations.
+ - Assignment problems of any kind.
+ - 1-matchings, b-matchings, capacitated b-matchings, f-factors and
+ degree-constrained subgraphs.
+ - Directed and undirected Chinese postman problems, T-joins.
+
+The library also includes methods for NP-hard problems, namely TSP, ATSP,
+stable sets and graph colouring.
+
+WWW: http://www.math.uni-augsburg.de/opt/goblin.html