lemon/lemon.pc.in
author Balazs Dezso <deba@inf.elte.hu>
Mon, 13 Oct 2008 14:00:11 +0200
changeset 339 91d63b8b1a4c
parent 1 51eaad3a817b
child 692 cb8270a98660
permissions -rw-r--r--
Several improvements in maximum matching algorithms
- The interface of MaxMatching is changed to be similar to the
weighted algorithms
- The internal data structure (the queue implementation and the
matching map) is changed in the MaxMatching algorithm, which
provides better runtime properties
- The Blossom iterators are changed slightly in the weighted matching
algorithms
- Several documentation improvments
- The test files are merged
ladanyi@1
     1
prefix=@prefix@
ladanyi@1
     2
exec_prefix=@exec_prefix@
ladanyi@1
     3
libdir=@libdir@
ladanyi@1
     4
includedir=@includedir@
ladanyi@1
     5
ladanyi@1
     6
Name: @PACKAGE_NAME@
ladanyi@1
     7
Description: Library of Efficient Models and Optimization in Networks
ladanyi@1
     8
Version: @PACKAGE_VERSION@
ladanyi@259
     9
Libs: -L${libdir} -lemon
ladanyi@259
    10
Cflags: -I${includedir}