lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Sun, 15 Nov 2009 19:57:02 +0100
changeset 834 c2230649a493
parent 692 cb8270a98660
child 1133 cdd2c7dad989
permissions -rw-r--r--
Various doc improvements (#331)

- Add notes to the graph classes about the time of
item counting.
- Clarify the doc for run() in BFS and DFS.
- Other improvements.
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: @PACKAGE_NAME@
     7 Description: Library for Efficient Modeling and Optimization in Networks
     8 Version: @PACKAGE_VERSION@
     9 Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
    10 Cflags: -I${includedir}