COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/connectivity_test.cc

    r793 r761  
    6969    Graph g(d);
    7070    Digraph::Node n = d.addNode();
    71     ignore_unused_variable_warning(n);
    7271
    7372    check(stronglyConnected(d), "This digraph is strongly connected");
     
    247246    Digraph::Node watch = d.addNode();
    248247    Digraph::Node pants = d.addNode();
    249     ignore_unused_variable_warning(watch);
    250248
    251249    d.addArc(socks, shoe);
Note: See TracChangeset for help on using the changeset viewer.