diff -r 6ae1a97055a2 -r ed6539025f27 lemon/lp_utils.h --- a/lemon/lp_utils.h Mon Feb 19 18:21:28 2007 +0000 +++ b/lemon/lp_utils.h Mon Feb 19 18:56:11 2007 +0000 @@ -30,7 +30,7 @@ namespace lemon { - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief The map for the result of the lp variables. /// @@ -51,7 +51,17 @@ const LpSolverBase& lp; }; - /// \ingroup gen_opt_tools + /// \ingroup lp_utils + /// + /// \brief Returns an \ref LpResultMap class + /// + /// This function just returns an \ref LpResultMap class. + /// \relates LpResultMap + LpResultMap lpResultMap(const LpSolverBase& lp) { + return LpResultMap(lp); + } + + /// \ingroup lp_utils /// /// \brief The map for the name of the lp variables. /// @@ -72,7 +82,7 @@ const LpSolverBase& lp; }; - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief Writeable map for the name of the lp variables. /// @@ -96,7 +106,7 @@ LpSolverBase& lp; }; - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief Returns an \ref LpColNameMap class /// @@ -110,7 +120,7 @@ return LpColNameWriteMap(lp); } - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief Lp variable item reader for Lemon IO /// @@ -197,7 +207,7 @@ }; - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief Lp variable item writer for Lemon IO /// @@ -263,7 +273,7 @@ }; - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief Lp section reader for lemon IO /// @@ -743,7 +753,7 @@ }; - /// \ingroup gen_opt_tools + /// \ingroup lp_utils /// /// \brief Lp section writer for lemon IO ///