lemon/lp.h
changeset 1681 84e43c7ca1e3
parent 1610 893dacc1866c
child 1875 98698b69a902
equal deleted inserted replaced
0:d157e7ae8b76 1:18531c232d52
    15  */
    15  */
    16 
    16 
    17 #ifndef LEMON_LP_H
    17 #ifndef LEMON_LP_H
    18 #define LEMON_LP_H
    18 #define LEMON_LP_H
    19 
    19 
    20 #ifdef HAVE_CONFIG_H
       
    21 #include<lemon/config.h>
    20 #include<lemon/config.h>
    22 #endif
       
    23 
    21 
    24 #ifdef HAVE_GLPK
    22 #ifdef HAVE_GLPK
    25 #include <lemon/lp_glpk.h>
    23 #include <lemon/lp_glpk.h>
    26 #elif HAVE_CPLEX
    24 #elif HAVE_CPLEX
    27 #include <lemon/lp_cplex.h>
    25 #include <lemon/lp_cplex.h>