COIN-OR::LEMON - Graph Library

Changeset 398:ecebcedd8960 in lemon-0.x


Ignore:
Timestamp:
04/25/04 18:58:05 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@529
Message:

A (non)bug was fixed.
Some more docs in SymSmartGraph?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/smart_graph.h

    r353 r398  
    157157
    158158      for(std::vector<DynMapBase<Node> * >::iterator i=dyn_node_maps.begin();
    159           i!=dyn_node_maps.end(); ++i) (**i).add(n.n);
     159          i!=dyn_node_maps.end(); ++i) (**i).add(n);
    160160
    161161      return n;
     
    469469    SymSmartGraph() : SmartGraph() { }
    470470    SymSmartGraph(const SmartGraph &_g) : SmartGraph(_g) { }
     471    ///Adds a pair of oppositely directed edges to the graph.
    471472    Edge addEdge(Node u, Node v)
    472473    {
Note: See TracChangeset for help on using the changeset viewer.