COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/bfs_test.cc

    r1172 r1081  
    6262  Arc e;
    6363  int l, i;
    64   ignore_unused_variable_warning(l,i);
    6564  bool b;
    6665  BType::DistMap d(G);
     
    152151  Digraph g;
    153152  bool b;
    154   ignore_unused_variable_warning(b);
    155 
    156153  bfs(g).run(Node());
    157154  b=bfs(g).run(Node(),Node());
Note: See TracChangeset for help on using the changeset viewer.