lemon/config.h.in
author deba
Tue, 31 Jan 2006 20:14:52 +0000
changeset 1934 272fa8a0b680
parent 1433 e0ec5ce0771e
child 2605 852361980706
permissions -rw-r--r--
Bug fix

ANodeIt/BNodeIt should not be inherited from ANode/BNode

The reason:
assert(graph.id(ANodeIt(graph)) == graph.id((Node)ANodeIt(graph)));
     1 /* Define to 1 if you have CPLEX. */
     2 #undef HAVE_CPLEX
     3 
     4 /* Define to 1 if you have GLPK. */
     5 #undef HAVE_GLPK