COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/adaptors.h

    r834 r703  
    361361  /// parameter is set to be \c const.
    362362  ///
    363   /// This class provides item counting in the same time as the adapted
    364   /// digraph structure.
    365   ///
    366363  /// \tparam DGR The type of the adapted digraph.
    367364  /// It must conform to the \ref concepts::Digraph "Digraph" concept.
     
    722719  /// by adding or removing nodes or arcs, unless the \c GR template
    723720  /// parameter is set to be \c const.
    724   ///
    725   /// This class provides only linear time counting for nodes and arcs.
    726721  ///
    727722  /// \tparam DGR The type of the adapted digraph.
     
    13201315  /// parameter is set to be \c const.
    13211316  ///
    1322   /// This class provides only linear time counting for nodes, edges and arcs.
    1323   ///
    13241317  /// \tparam GR The type of the adapted graph.
    13251318  /// It must conform to the \ref concepts::Graph "Graph" concept.
     
    14781471  /// by adding or removing nodes or arcs/edges, unless the \c GR template
    14791472  /// parameter is set to be \c const.
    1480   ///
    1481   /// This class provides only linear time item counting.
    14821473  ///
    14831474  /// \tparam GR The type of the adapted digraph or graph.
     
    16291620  /// parameter is set to be \c const.
    16301621  ///
    1631   /// This class provides only linear time counting for nodes and arcs.
    1632   ///
    16331622  /// \tparam DGR The type of the adapted digraph.
    16341623  /// It must conform to the \ref concepts::Digraph "Digraph" concept.
     
    17401729  /// by adding or removing nodes or edges, unless the \c GR template
    17411730  /// parameter is set to be \c const.
    1742   ///
    1743   /// This class provides only linear time counting for nodes, edges and arcs.
    17441731  ///
    17451732  /// \tparam GR The type of the adapted graph.
     
    22462233  /// parameter is set to be \c const.
    22472234  ///
    2248   /// This class provides item counting in the same time as the adapted
    2249   /// digraph structure.
    2250   ///
    22512235  /// \tparam DGR The type of the adapted digraph.
    22522236  /// It must conform to the \ref concepts::Digraph "Digraph" concept.
     
    25512535  /// by adding or removing nodes or arcs, unless the \c GR template
    25522536  /// parameter is set to be \c const.
    2553   ///
    2554   /// This class provides item counting in the same time as the adapted
    2555   /// graph structure.
    25562537  ///
    25572538  /// \tparam GR The type of the adapted graph.
     
    26972678  /// arcs).
    26982679  /// This class conforms to the \ref concepts::Digraph "Digraph" concept.
    2699   ///
    2700   /// This class provides only linear time counting for nodes and arcs.
    27012680  ///
    27022681  /// \tparam DGR The type of the adapted digraph.
     
    33473326  /// in the adaptor.
    33483327  ///
    3349   /// This class provides item counting in the same time as the adapted
    3350   /// digraph structure.
    3351   ///
    33523328  /// \tparam DGR The type of the adapted digraph.
    33533329  /// It must conform to the \ref concepts::Digraph "Digraph" concept.
Note: See TracChangeset for help on using the changeset viewer.