doc/developers_interface.dox
author deba
Fri, 14 Apr 2006 18:07:33 +0000
changeset 2051 08652c1763f6
child 2391 14a343be7a5a
permissions -rw-r--r--
MaxWeightedBipartiteMatching
MinCostMaxBipartiteMatching

Both algorithms are based on successive shortest
path algorithm with dijkstra shortest path
finding
alpar@1146
     1
/*!
alpar@1146
     2
alpar@1146
     3
\page developers_interface Developers' interface to graph structures
alpar@1146
     4
alpar@1146
     5
Under construction
alpar@1146
     6
alpar@1146
     7
*/