lemon/lemon.pc.cmake
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 15 Mar 2011 19:32:21 +0100
changeset 936 ddd3c0d3d9bf
permissions -rw-r--r--
Implement the scaling Price Refinement heuristic in CostScaling (#417)
instead of Early Termination.

These two heuristics are similar, but the newer one is faster
and not only makes it possible to skip some epsilon phases, but
it can improve the performance of the other phases, as well.
alpar@908
     1
prefix=@CMAKE_INSTALL_PREFIX@
alpar@908
     2
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
alpar@908
     3
libdir=@CMAKE_INSTALL_PREFIX@/lib
alpar@908
     4
includedir=@CMAKE_INSTALL_PREFIX@/include
alpar@908
     5
alpar@908
     6
Name: @PROJECT_NAME@
alpar@908
     7
Description: Library for Efficient Modeling and Optimization in Networks
alpar@908
     8
Version: @PROJECT_VERSION@
alpar@908
     9
Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
alpar@908
    10
Cflags: -I${includedir}