COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/bellman_ford_test.cc

    r828 r746  
    9797    p  = const_bf_test.predMap();
    9898    pp = const_bf_test.path(t);
    99     pp = const_bf_test.negativeCycle();
    10099   
    101100    for (BF::ActiveIt it(const_bf_test); it != INVALID; ++it) {}
     
    134133    b  = bf_test.reached(t);
    135134    pp = bf_test.path(t);
    136     pp = bf_test.negativeCycle();
    137135  }
    138136}
Note: See TracChangeset for help on using the changeset viewer.