COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/connectivity.h

    r419 r440  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2008
     5 * Copyright (C) 2003-2009
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    296296  /// direction.
    297297  ///
    298   /// \param graph The graph.
     298  /// \param digraph The graph.
    299299  /// \return The number of components
    300300  /// \note By definition, the empty graph has zero
     
    12261226  /// that the given graph is DAG.
    12271227  ///
    1228   /// \param graph The graph. It must be directed and acyclic.
     1228  /// \param digraph The graph. It must be directed and acyclic.
    12291229  /// \retval order A readable - writable node map. The values will be set
    12301230  /// from 0 to the number of the nodes in the graph minus one. Each values
Note: See TracChangeset for help on using the changeset viewer.