COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/dijkstra_test.cc

    r797 r761  
    6666  int i;
    6767  bool b;
    68   ignore_unused_variable_warning(l,i,b);
    69 
    7068  DType::DistMap d(G);
    7169  DType::PredMap p(G);
     
    165163  Digraph g;
    166164  bool b;
    167   ignore_unused_variable_warning(b);
    168 
    169165  dijkstra(g,LengthMap()).run(Node());
    170166  b=dijkstra(g,LengthMap()).run(Node(),Node());
Note: See TracChangeset for help on using the changeset viewer.