lemon/lemon.pc.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 08 Jan 2011 22:51:16 +0100
changeset 1201 9a51db038228
permissions -rw-r--r--
Document and greatly improve TSP algorithms (#386)

- Add LEMON headers.
- Add Doxygen doc for all classes and their members.
- Clarify and unify the public API of the algorithms.
- Various small improvements in the implementations to make
them clearer and faster.
- Avoid using adaptors in ChristofidesTsp.
alpar@1012
     1
prefix=@CMAKE_INSTALL_PREFIX@
alpar@1012
     2
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
alpar@1012
     3
libdir=@CMAKE_INSTALL_PREFIX@/lib
alpar@1012
     4
includedir=@CMAKE_INSTALL_PREFIX@/include
alpar@1012
     5
alpar@1012
     6
Name: @PROJECT_NAME@
alpar@1012
     7
Description: Library for Efficient Modeling and Optimization in Networks
alpar@1012
     8
Version: @PROJECT_VERSION@
alpar@1012
     9
Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
alpar@1012
    10
Cflags: -I${includedir}