src/work/athos/makefile
author marci
Thu, 06 May 2004 17:45:12 +0000
changeset 559 82a8f2bc5758
parent 527 7550fed0cd91
child 607 327f7cf13843
permissions -rw-r--r--
A max bipartite matching class in src/work/marci/max_bipartite_matching.h
which can be used for computing maximum cardinality ordinary matching, b-matching and capacitated b-matching.
athos@527
     1
BINARIES = suurballe minlength_demo mincostflows_test
athos@551
     2
INCLUDEDIRS= -I../.. -I.. -I../{athos,klao,marci,jacint,alpar,johanna,akos} 
athos@511
     3
include ../makefile
athos@36
     4