lemon/lp_glpk.h
changeset 2370 ed6539025f27
parent 2366 bfbdded3763a
child 2391 14a343be7a5a
     1.1 --- a/lemon/lp_glpk.h	Mon Feb 19 18:21:28 2007 +0000
     1.2 +++ b/lemon/lp_glpk.h	Mon Feb 19 18:56:11 2007 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4  
     1.5  ///\file
     1.6  ///\brief Header of the LEMON-GLPK lp solver interface.
     1.7 -///\ingroup gen_opt_group
     1.8 +///\ingroup lp_group
     1.9  
    1.10  #include <lemon/lp_base.h>
    1.11  extern "C" {
    1.12 @@ -34,7 +34,7 @@
    1.13    /// \brief Interface for the GLPK LP solver
    1.14    /// 
    1.15    /// This class implements an interface for the GLPK LP solver.
    1.16 -  ///\ingroup gen_opt_group
    1.17 +  ///\ingroup lp_group
    1.18    class LpGlpk : virtual public LpSolverBase {
    1.19    protected:
    1.20      LPX* lp;