Location: LEMON/LEMON-main/lemon/lemon.pc.in

Load file history
gravatar
deba@inf.elte.hu
Reorganize header files (Ticket #97) In addition on some places the DefaultMap<G, K, V> is replaced with ItemSetTraits<G, K>::template Map<V>::Type, to decrease the dependencies of different tools. It is obviously better solution.
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Description: Library of Efficient Models and Optimization in Networks
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@
Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@