COIN-OR::LEMON - Graph Library

Changeset 1946:17eb3eaad9f8 in lemon-0.x for lemon/dimacs.h


Ignore:
Timestamp:
02/02/06 18:43:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2521
Message:
  • workaround for a Doxygen 1.4.6 bug
  • other doc fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dimacs.h

    r1875 r1946  
    4545  /// This function reads a min cost flow instance from dimacs format,
    4646  /// i.e. from dimacs files having a line starting with
    47   /// \code
     47  ///\code
    4848  /// p "min"
    49   /// \endcode
     49  ///\endcode
    5050  /// At the beginning \c g is cleared by \c g.clear(). The edge
    5151  /// capacities are written to \c capacity, \c s and \c t are set to
     
    125125  /// This function reads a max flow instance from dimacs format,
    126126  /// i.e. from dimacs files having a line starting with
    127   /// \code
     127  ///\code
    128128  /// p "max"
    129   /// \endcode
     129  ///\endcode
    130130  ///At the beginning \c g is cleared by \c g.clear(). The
    131131  /// edge capacities are written to \c capacity and \c s and \c t are
     
    145145  /// This function reads a shortest path instance from dimacs format,
    146146  /// i.e. from dimacs files having a line starting with
    147   /// \code
     147  ///\code
    148148  /// p "sp"
    149   /// \endcode
     149  ///\endcode
    150150  /// At the beginning \c g is cleared by \c g.clear(). The edge
    151151  /// capacities are written to \c capacity and \c s is set to the
     
    181181  /// maps from dimacs format, i.e. from dimacs files having a line
    182182  /// starting with
    183   /// \code
     183  ///\code
    184184  /// p "mat"
    185   /// \endcode
     185  ///\endcode
    186186  /// At the beginning \c g is cleared
    187187  /// by \c g.clear().
Note: See TracChangeset for help on using the changeset viewer.