changeset 2586 | 37fb2c384c78 |
parent 2553 | bfced05fa852 |
child 2605 | 852361980706 |
23:84f2f6dc8873 | 24:9f98a60ff590 |
---|---|
20 #include <lemon/lp_skeleton.h> |
20 #include <lemon/lp_skeleton.h> |
21 #include "test_tools.h" |
21 #include "test_tools.h" |
22 #include <lemon/tolerance.h> |
22 #include <lemon/tolerance.h> |
23 |
23 |
24 #ifdef HAVE_CONFIG_H |
24 #ifdef HAVE_CONFIG_H |
25 #include <config.h> |
25 #include <lemon/config.h> |
26 #endif |
26 #endif |
27 |
27 |
28 #ifdef HAVE_GLPK |
28 #ifdef HAVE_GLPK |
29 #include <lemon/lp_glpk.h> |
29 #include <lemon/lp_glpk.h> |
30 #endif |
30 #endif |