COIN-OR::LEMON - Graph Library

Changeset 1729:06f939455cb1 in lemon-0.x for lemon/graph_utils.h


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

Removing signal/commit Change from alteration notifier

It makes slower the change Target/Source? functions
and used only by the In/Out? DegMap?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r1720 r1729  
    13261326  /// whenever the graph changes.
    13271327  ///
     1328  /// \warning Besides addNode() and addEdge(), a graph structure may provide
     1329  /// alternative ways to mogify the graph. The correct behavior of InDegMap
     1330  /// is not guarantied if these additional featureas are used. For example
     1331  /// the funstions \ref ListGraph::changeSource() "changeSource()",
     1332  /// \ref ListGraph::changeTarget() "changeTarget()" and
     1333  /// \ref ListGraph::reverseEdge() "reverseEdge()"
     1334  /// of \ref ListGraph will \e not update the degree values correctly.
     1335  ///
    13281336  /// \sa OutDegMap
    13291337
     
    14241432  /// whenever the graph changes.
    14251433  ///
     1434  /// \warning Besides addNode() and addEdge(), a graph structure may provide
     1435  /// alternative ways to mogify the graph. The correct behavior of OutDegMap
     1436  /// is not guarantied if these additional featureas are used. For example
     1437  /// the funstions \ref ListGraph::changeSource() "changeSource()",
     1438  /// \ref ListGraph::changeTarget() "changeTarget()" and
     1439  /// \ref ListGraph::reverseEdge() "reverseEdge()"
     1440  /// of \ref ListGraph will \e not update the degree values correctly.
     1441  ///
    14261442  /// \sa InDegMap
    14271443
Note: See TracChangeset for help on using the changeset viewer.