lemon/mip_glpk.h
changeset 2375 e30a0fdad0d7
parent 2366 bfbdded3763a
child 2391 14a343be7a5a
equal deleted inserted replaced
4:941c3ca48b31 5:30a846a682ab
    19 #ifndef LEMON_MIP_GLPK_H
    19 #ifndef LEMON_MIP_GLPK_H
    20 #define LEMON_MIP_GLPK_H
    20 #define LEMON_MIP_GLPK_H
    21 
    21 
    22 ///\file
    22 ///\file
    23 ///\brief Header of the LEMON-GLPK mip solver interface.
    23 ///\brief Header of the LEMON-GLPK mip solver interface.
    24 ///\ingroup gen_opt_group
    24 ///\ingroup lp_group
    25 
    25 
    26 
    26 
    27 #include <lemon/lp_glpk.h>
    27 #include <lemon/lp_glpk.h>
    28 
    28 
    29 namespace lemon {
    29 namespace lemon {
    30   /// \brief Interface for the GLPK MIP solver
    30   /// \brief Interface for the GLPK MIP solver
    31   /// 
    31   /// 
    32   /// This class implements an interface for the GLPK MIP solver.
    32   /// This class implements an interface for the GLPK MIP solver.
    33   ///\ingroup gen_opt_group
    33   ///\ingroup lp_group
    34   class MipGlpk : public MipSolverBase, public LpGlpk{
    34   class MipGlpk : public MipSolverBase, public LpGlpk{
    35   
    35   
    36   public:
    36   public:
    37   
    37   
    38     typedef MipSolverBase ParentMip;
    38     typedef MipSolverBase ParentMip;