lemon/config.h.in
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 02 Aug 2011 18:13:34 +0200
changeset 422 54464584b157
parent 372 7992dcb0d0e6
permissions -rw-r--r--
Allow lgf file without Arc maps (#382)

A single '-' character in the @arcs sectio header indicates that
there is no arc map.
ladanyi@1
     1
/* Define to 1 if you have CPLEX. */
ladanyi@395
     2
#undef LEMON_HAVE_CPLEX
ladanyi@1
     3
ladanyi@1
     4
/* Define to 1 if you have GLPK. */
ladanyi@395
     5
#undef LEMON_HAVE_GLPK
alpar@372
     6
alpar@372
     7
/* Define to 1 if you have long long */
ladanyi@395
     8
#undef LEMON_HAVE_LONG_LONG