lemon/mip_cplex.h
changeset 2370 ed6539025f27
parent 2366 bfbdded3763a
child 2391 14a343be7a5a
     1.1 --- a/lemon/mip_cplex.h	Mon Feb 19 18:21:28 2007 +0000
     1.2 +++ b/lemon/mip_cplex.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-CPLEX mip solver interface.
     1.7 -///\ingroup gen_opt_group
     1.8 +///\ingroup lp_group
     1.9  
    1.10  
    1.11  #include <lemon/lp_cplex.h>
    1.12 @@ -31,7 +31,7 @@
    1.13    /// \brief Interface for the CPLEX MIP solver
    1.14    /// 
    1.15    /// This class implements an interface for the CPLEX MIP solver.
    1.16 -  ///\ingroup gen_opt_group
    1.17 +  ///\ingroup lp_group
    1.18    class MipCplex : public MipSolverBase, public LpCplex{
    1.19      
    1.20    public: