COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
12/06/04 01:30:44 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1420
Message:

Undirected graph documentation and concept refinements.

  • quite a few bug fixes
  • concept::UndirGraph? is almost complete and looks quite good.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/undir_graph_extender.h

    r1021 r1030  
    109109    bool forward(const Edge &e) const { return e.forward; }
    110110
    111     Node oppsiteNode(const Node &n, const Edge &e) const {
     111    Node oppositeNode(const Node &n, const UndirEdge &e) const {
    112112      if( n == Parent::source(e))
    113113        return Parent::target(e);
Note: See TracChangeset for help on using the changeset viewer.