test/mip_test.cc
changeset 484 08d495d48089
parent 482 ed54c0d13df0
child 485 9b082b3fb33f
equal deleted inserted replaced
1:cad8157aa5f3 2:d4d90190b6f6
    22 #ifdef HAVE_CONFIG_H
    22 #ifdef HAVE_CONFIG_H
    23 #include <lemon/config.h>
    23 #include <lemon/config.h>
    24 #endif
    24 #endif
    25 
    25 
    26 #ifdef HAVE_CPLEX
    26 #ifdef HAVE_CPLEX
    27 #include <lemon/lp_cplex.h>
    27 #include <lemon/cplex.h>
    28 #endif
    28 #endif
    29 
    29 
    30 #ifdef HAVE_GLPK
    30 #ifdef HAVE_GLPK
    31 #include <lemon/lp_glpk.h>
    31 #include <lemon/glpk.h>
    32 #endif
    32 #endif
    33 
    33 
    34 
    34 
    35 using namespace lemon;
    35 using namespace lemon;
    36 
    36