lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Mon, 22 Sep 2008 15:33:23 +0200
changeset 278 931190050520
parent 1 51eaad3a817b
child 692 cb8270a98660
permissions -rw-r--r--
Improve the function-type interface of bfs, dfs, and dijkstra (ticket #96)
- BfsWizard and DfsWizard have run(s), run(s,t), and run() functions,
DijkstraWizard has run(s) and run(s,t) functions.
- Set NodeMap<T> instead of NullMap as PredMap and DistMap in the default
traits classes for the function-type interface.
- Modify the related test files.
- Doc improvements.
- Bug fix in concepts/path.h.
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}