diff -r 89d5c283a485 -r 68a18cd0505c src/hugo/mincostflows.h --- a/src/hugo/mincostflows.h Tue Sep 21 21:10:26 2004 +0000 +++ b/src/hugo/mincostflows.h Tue Sep 21 21:28:43 2004 +0000 @@ -215,12 +215,13 @@ //C^{\Pi}_{i,j} mod_pot = length[e]-potential[G.head(e)]+potential[G.tail(e)]; fl_e = flow[e]; - // std::cout << fl_e << std::endl; - if (0 0 && fl_e != 0) return false; if (mod_pot < 0 && fl_e != capacity[e])