src/work/athos/lp/lp_cplex.h
changeset 1339 26a88d12d1a6
parent 1319 6e277ba3fc76
child 1359 1581f961cfaa
equal deleted inserted replaced
2:216f0e82244a 3:a35a7acf82e0
    20 ///\file
    20 ///\file
    21 ///\brief Header of the LEMON-CPLEX lp solver interface.
    21 ///\brief Header of the LEMON-CPLEX lp solver interface.
    22 
    22 
    23 #include <lemon/lp_base.h>
    23 #include <lemon/lp_base.h>
    24 extern "C" {
    24 extern "C" {
    25 #include "ilcplex/cplex.h"
    25 #include <ilcplex/cplex.h>
    26 }
    26 }
    27 
    27 
    28 namespace lemon {
    28 namespace lemon {
    29 
    29 
    30 
    30