COIN-OR::LEMON - Graph Library

Changeset 2260:4274224f8a7d in lemon-0.x for lemon/smart_graph.h


Ignore:
Timestamp:
10/24/06 19:19:16 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
Message:

concept -> concepts (namespace & directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/smart_graph.h

    r2256 r2260  
    195195  ///node and edge deletions</b>.
    196196  ///It conforms to
    197   ///the \ref concept::Graph "Graph concept" with an
     197  ///the \ref concepts::Graph "Graph concept" with an
    198198  ///important extra feature that
    199   ///its maps are real \ref concept::ReferenceMap "reference map"s.
    200   ///
    201   ///\sa concept::Graph.
     199  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
     200  ///
     201  ///\sa concepts::Graph.
    202202  ///
    203203  ///\author Alpar Juttner
     
    381381  /// node and edge deletions</b>.
    382382  /// Except from this it conforms to
    383   /// the \ref concept::UGraph "UGraph concept".
     383  /// the \ref concepts::UGraph "UGraph concept".
    384384  ///
    385385  ///It also has an
    386386  ///important extra feature that
    387   ///its maps are real \ref concept::ReferenceMap "reference map"s.
    388   ///
    389   /// \sa concept::UGraph.
     387  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
     388  ///
     389  /// \sa concepts::UGraph.
    390390  ///
    391391  /// \todo Snapshot hasn't been implemented yet.
     
    763763  /// that <b> it does not support node and edge deletions</b>.
    764764  /// Except from this it conforms to
    765   /// the \ref concept::BpUGraph "BpUGraph concept".
     765  /// the \ref concepts::BpUGraph "BpUGraph concept".
    766766  ///
    767767  ///It also has an
    768768  ///important extra feature that
    769   ///its maps are real \ref concept::ReferenceMap "reference map"s.
    770   ///
    771   /// \sa concept::BpUGraph.
     769  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
     770  ///
     771  /// \sa concepts::BpUGraph.
    772772  ///
    773773  class SmartBpUGraph : public ExtendedSmartBpUGraphBase {
Note: See TracChangeset for help on using the changeset viewer.