lemon/lp_soplex.h
changeset 2370 ed6539025f27
parent 2366 bfbdded3763a
child 2391 14a343be7a5a
equal deleted inserted replaced
3:000efe712abc 4:47babbfab1c9
    32   class SoPlex;
    32   class SoPlex;
    33 }
    33 }
    34 
    34 
    35 namespace lemon {
    35 namespace lemon {
    36 
    36 
    37   /// \ingroup gen_opt_group
    37   /// \ingroup lp_group
    38   ///
    38   ///
    39   /// \brief Interface for the SOPLEX solver
    39   /// \brief Interface for the SOPLEX solver
    40   /// 
    40   /// 
    41   /// This class implements an interface for the SoPlex LP solver.
    41   /// This class implements an interface for the SoPlex LP solver.
    42   /// The SoPlex library is an object oriented lp solver library
    42   /// The SoPlex library is an object oriented lp solver library