COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/planarity.h

    r999 r877  
    7373
    7474      void discover(const Arc& arc) {
     75        Node source = _graph.source(arc);
    7576        Node target = _graph.target(arc);
    7677
Note: See TracChangeset for help on using the changeset viewer.