COIN-OR::LEMON - Graph Library

Changeset 2370:ed6539025f27 in lemon-0.x for lemon/lp_utils.h


Ignore:
Timestamp:
02/19/07 19:56:11 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3185
Message:

Some documentation changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_utils.h

    r2369 r2370  
    3131namespace lemon {
    3232
    33   /// \ingroup gen_opt_tools
     33  /// \ingroup lp_utils
    3434  ///
    3535  /// \brief The map for the result of the lp variables.
     
    5252  };
    5353
    54   /// \ingroup gen_opt_tools
     54  /// \ingroup lp_utils
     55  ///
     56  /// \brief Returns an \ref LpResultMap class
     57  ///
     58  /// This function just returns an \ref LpResultMap class.
     59  /// \relates LpResultMap
     60  LpResultMap lpResultMap(const LpSolverBase& lp) {
     61    return LpResultMap(lp);
     62  }
     63
     64  /// \ingroup lp_utils
    5565  ///
    5666  /// \brief The map for the name of the lp variables.
     
    7383  };
    7484
    75   /// \ingroup gen_opt_tools
     85  /// \ingroup lp_utils
    7686  ///
    7787  /// \brief Writeable map for the name of the lp variables.
     
    97107  };
    98108
    99   /// \ingroup gen_opt_tools
     109  /// \ingroup lp_utils
    100110  ///
    101111  /// \brief Returns an \ref LpColNameMap class
     
    111121  }
    112122
    113   /// \ingroup gen_opt_tools
     123  /// \ingroup lp_utils
    114124  ///
    115125  /// \brief Lp variable item reader for Lemon IO
     
    198208  };
    199209
    200   /// \ingroup gen_opt_tools
     210  /// \ingroup lp_utils
    201211  ///
    202212  /// \brief Lp variable item writer for Lemon IO
     
    264274  };
    265275
    266   /// \ingroup gen_opt_tools
     276  /// \ingroup lp_utils
    267277  ///
    268278  /// \brief Lp section reader for lemon IO
     
    744754
    745755
    746   /// \ingroup gen_opt_tools
     756  /// \ingroup lp_utils
    747757  ///
    748758  /// \brief Lp section writer for lemon IO
Note: See TracChangeset for help on using the changeset viewer.