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

Both algorithms are based on successive shortest
path algorithm with dijkstra shortest path
finding
     1 /**
     2 
     3 \page license License Terms
     4 
     5 \verbinclude LICENSE
     6 
     7 */