aboutsummaryrefslogtreecommitdiff
path: root/math/goblin/pkg-descr
blob: 20158fc1b2b2043b528e417abfffd320533c03b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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://goblin2.sourceforge.net/