COIN-OR::LEMON - Graph Library

Changeset 2037:32e4bebee616 in lemon-0.x for lemon/min_cut.h


Ignore:
Timestamp:
04/04/06 19:43:23 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2676
Message:

Doxygen log corrections

doc of ResGraphAdaptor? has a bug in graph_adaptor.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_cut.h

    r1993 r2037  
    121121    ///
    122122    /// This function instantiates a \ref ProcessedMap.
    123     /// \param g is the graph, to which
     123    /// \param graph is the graph, to which
    124124    /// we would like to define the \ref ProcessedMap
    125125#ifdef DOXYGEN
     
    363363    /// \brief Constructor.
    364364    ///
    365     ///\param _graph the graph the algorithm will run on.
    366     ///\param _capacity the capacity map used by the algorithm.
     365    ///\param graph the graph the algorithm will run on.
     366    ///\param capacity the capacity map used by the algorithm.
    367367    MaxCardinalitySearch(const Graph& graph, const CapacityMap& capacity) :
    368368      _graph(&graph), _capacity(&capacity),
Note: See TracChangeset for help on using the changeset viewer.