COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/base_extender.h

    r280 r256  
    106106    /// Returns whether the given directed arc has the same orientation
    107107    /// as the corresponding edge.
     108    ///
     109    /// \todo reference to the corresponding point of the undirected digraph
     110    /// concept. "What does the direction of an edge mean?"
    108111    static bool direction(const Arc &a) { return a.forward; }
    109112
Note: See TracChangeset for help on using the changeset viewer.