COIN-OR::LEMON - Graph Library

Changeset 2422:77ed2b97abbd in lemon-0.x


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

Doc fix

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_adaptor.h

    r2408 r2422  
    806806  ///the node-set
    807807  ///can be filtered. In usual case the checked parameter is true, we get the
    808   ///induced subgraph. But if the checked parameter is false then we can only
     808  ///induced subgraph. But if the checked parameter is false then we can
    809809  ///filter only isolated nodes.
    810810  ///\author Marton Makai
  • lemon/ugraph_adaptor.h

    r2391 r2422  
    791791  /// \brief An adaptor for hiding nodes from an undirected graph.
    792792  ///
    793   /// An adaptor for hiding nodes from an undirected graph.
    794   /// This adaptor specializes SubUGraphAdaptor in the way that only
    795   /// the node-set
    796   /// can be filtered. In usual case the checked parameter is true, we get the
    797   /// induced subgraph. But if the checked parameter is false then we can only
    798   /// filter only isolated nodes.
     793  /// An adaptor for hiding nodes from an undirected graph.  This
     794  /// adaptor specializes SubUGraphAdaptor in the way that only the
     795  /// node-set can be filtered. In usual case the checked parameter is
     796  /// true, we get the induced subgraph. But if the checked parameter
     797  /// is false then we can filter only isolated nodes.
    799798  template<typename _UGraph, typename NodeFilterMap, bool checked = true>
    800799  class NodeSubUGraphAdaptor :
Note: See TracChangeset for help on using the changeset viewer.