lemon/lp_utils.h
changeset 2370 ed6539025f27
parent 2369 6ae1a97055a2
child 2391 14a343be7a5a
     1.1 --- a/lemon/lp_utils.h	Mon Feb 19 18:21:28 2007 +0000
     1.2 +++ b/lemon/lp_utils.h	Mon Feb 19 18:56:11 2007 +0000
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5  namespace lemon {
     1.6  
     1.7 -  /// \ingroup gen_opt_tools
     1.8 +  /// \ingroup lp_utils
     1.9    ///
    1.10    /// \brief The map for the result of the lp variables.
    1.11    ///
    1.12 @@ -51,7 +51,17 @@
    1.13      const LpSolverBase& lp;
    1.14    };
    1.15  
    1.16 -  /// \ingroup gen_opt_tools
    1.17 +  /// \ingroup lp_utils
    1.18 +  ///
    1.19 +  /// \brief Returns an \ref LpResultMap class
    1.20 +  ///
    1.21 +  /// This function just returns an \ref LpResultMap class.
    1.22 +  /// \relates LpResultMap
    1.23 +  LpResultMap lpResultMap(const LpSolverBase& lp) {
    1.24 +    return LpResultMap(lp);
    1.25 +  }
    1.26 +
    1.27 +  /// \ingroup lp_utils
    1.28    ///
    1.29    /// \brief The map for the name of the lp variables.
    1.30    ///
    1.31 @@ -72,7 +82,7 @@
    1.32      const LpSolverBase& lp;
    1.33    };
    1.34  
    1.35 -  /// \ingroup gen_opt_tools
    1.36 +  /// \ingroup lp_utils
    1.37    ///
    1.38    /// \brief Writeable map for the name of the lp variables.
    1.39    ///
    1.40 @@ -96,7 +106,7 @@
    1.41      LpSolverBase& lp;
    1.42    };
    1.43  
    1.44 -  /// \ingroup gen_opt_tools
    1.45 +  /// \ingroup lp_utils
    1.46    ///
    1.47    /// \brief Returns an \ref LpColNameMap class
    1.48    ///
    1.49 @@ -110,7 +120,7 @@
    1.50      return LpColNameWriteMap(lp);
    1.51    }
    1.52  
    1.53 -  /// \ingroup gen_opt_tools
    1.54 +  /// \ingroup lp_utils
    1.55    ///
    1.56    /// \brief Lp variable item reader for Lemon IO
    1.57    ///
    1.58 @@ -197,7 +207,7 @@
    1.59  
    1.60    };
    1.61  
    1.62 -  /// \ingroup gen_opt_tools
    1.63 +  /// \ingroup lp_utils
    1.64    ///
    1.65    /// \brief Lp variable item writer for Lemon IO
    1.66    ///
    1.67 @@ -263,7 +273,7 @@
    1.68  
    1.69    };
    1.70  
    1.71 -  /// \ingroup gen_opt_tools
    1.72 +  /// \ingroup lp_utils
    1.73    ///
    1.74    /// \brief Lp section reader for lemon IO
    1.75    ///
    1.76 @@ -743,7 +753,7 @@
    1.77    };
    1.78  
    1.79  
    1.80 -  /// \ingroup gen_opt_tools
    1.81 +  /// \ingroup lp_utils
    1.82    ///
    1.83    /// \brief Lp section writer for lemon IO
    1.84    ///