COIN-OR::LEMON - Graph Library

Changeset 1730:fffa6456548a in lemon-0.x for lemon


Ignore:
Timestamp:
10/17/05 12:30:59 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2257
Message:

Minor changes and bugfixes

Location:
lemon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/vector_map.h

    r1719 r1730  
    7272    /// The value type of the map.
    7373    typedef _Value Value;
    74     /// The const reference type of the map.
    75     typedef typename Container::const_reference ConstReference;
    76     /// The reference type of the map.
    77     typedef typename Container::reference Reference;
    78 
    79     typedef const Value ConstValue;
    80     typedef Value* Pointer;
    81     typedef const Value* ConstPointer;
    8274
    8375    typedef AlterationNotifier<_Item> Registry;
     
    10092    typedef typename Container::const_pointer ConstPointer;
    10193
    102     typedef True FullTypeTag;
    10394
    10495    /// \brief Constructor to attach the new map into the registry.
  • lemon/graph_utils.h

    r1729 r1730  
    13271327  ///
    13281328  /// \warning Besides addNode() and addEdge(), a graph structure may provide
    1329   /// alternative ways to mogify the graph. The correct behavior of InDegMap
     1329  /// alternative ways to modify the graph. The correct behavior of InDegMap
    13301330  /// is not guarantied if these additional featureas are used. For example
    13311331  /// the funstions \ref ListGraph::changeSource() "changeSource()",
     
    14331433  ///
    14341434  /// \warning Besides addNode() and addEdge(), a graph structure may provide
    1435   /// alternative ways to mogify the graph. The correct behavior of OutDegMap
     1435  /// alternative ways to modify the graph. The correct behavior of OutDegMap
    14361436  /// is not guarantied if these additional featureas are used. For example
    14371437  /// the funstions \ref ListGraph::changeSource() "changeSource()",
  • lemon/path.h

    r1435 r1730  
    384384  //!
    385385  //! \todo Thoroughfully check all the range and consistency tests.
     386  /// \todo May we need just path for undirected graph instead of this.
    386387  template<typename Graph>
    387388  class UndirPath {
Note: See TracChangeset for help on using the changeset viewer.