COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/bellman_ford_test.cc

    r1009 r999  
    6666  Arc e;
    6767  Value l;
    68   ignore_unused_variable_warning(l);
    6968  int k=3;
    7069  bool b;
    71   ignore_unused_variable_warning(b);
    7270  BF::DistMap d(gr);
    7371  BF::PredMap p(gr);
     
    150148  Digraph g;
    151149  bool b;
    152   ignore_unused_variable_warning(b);
    153 
    154150  bellmanFord(g,LengthMap()).run(Node());
    155151  b = bellmanFord(g,LengthMap()).run(Node(),Node());
Note: See TracChangeset for help on using the changeset viewer.