equal
deleted
inserted
replaced
19 #ifndef LEMON_MIP_CPLEX_H |
19 #ifndef LEMON_MIP_CPLEX_H |
20 #define LEMON_MIP_CPLEX_H |
20 #define LEMON_MIP_CPLEX_H |
21 |
21 |
22 ///\file |
22 ///\file |
23 ///\brief Header of the LEMON-CPLEX mip solver interface. |
23 ///\brief Header of the LEMON-CPLEX mip solver interface. |
24 ///\ingroup gen_opt_group |
24 ///\ingroup lp_group |
25 |
25 |
26 |
26 |
27 #include <lemon/lp_cplex.h> |
27 #include <lemon/lp_cplex.h> |
28 |
28 |
29 namespace lemon { |
29 namespace lemon { |
30 |
30 |
31 /// \brief Interface for the CPLEX MIP solver |
31 /// \brief Interface for the CPLEX MIP solver |
32 /// |
32 /// |
33 /// This class implements an interface for the CPLEX MIP solver. |
33 /// This class implements an interface for the CPLEX MIP solver. |
34 ///\ingroup gen_opt_group |
34 ///\ingroup lp_group |
35 class MipCplex : public MipSolverBase, public LpCplex{ |
35 class MipCplex : public MipSolverBase, public LpCplex{ |
36 |
36 |
37 public: |
37 public: |
38 |
38 |
39 typedef MipSolverBase ParentMip; |
39 typedef MipSolverBase ParentMip; |