lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 22 Jun 2010 15:39:26 +0200
changeset 893 bb871cb8ac06
parent 485 7992dcb0d0e6
child 627 20dac2104519
permissions -rw-r--r--
Bug fix in (di)graphCopy() (#371)

The target graph is cleared before adding nodes and arcs/edges.
     1 /* Define to 1 if you have CPLEX. */
     2 #undef LEMON_HAVE_CPLEX
     3 
     4 /* Define to 1 if you have GLPK. */
     5 #undef LEMON_HAVE_GLPK
     6 
     7 /* Define to 1 if you have long long */
     8 #undef LEMON_HAVE_LONG_LONG