# # ChangeLog for lemon/edmonds_karp.h in lemon # # Generated by Trac 1.2.3 # 04/25/24 14:10:41 Mon, 05 Aug 2013 12:03:29 GMT Alpar Juttner [1250:97d978243703] * doc/Doxyfile.in (modified) * doc/lgf.dox (modified) * lemon/bellman_ford.h (modified) * lemon/bfs.h (modified) * lemon/capacity_scaling.h (modified) * lemon/christofides_tsp.h (modified) * lemon/circulation.h (modified) * lemon/cost_scaling.h (modified) * lemon/cplex.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/edmonds_karp.h (modified) * lemon/fractional_matching.h (modified) * lemon/glpk.h (modified) * lemon/greedy_tsp.h (modified) * lemon/hartmann_orlin_mmc.h (modified) * lemon/howard_mmc.h (modified) * lemon/insertion_tsp.h (modified) * lemon/karp_mmc.h (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_writer.h (modified) * lemon/lp_base.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/nearest_neighbor_tsp.h (modified) * lemon/opt2_tsp.h (modified) * lemon/preflow.h (modified) * lemon/suurballe.h (modified) Fix unresolved doc references (#459) Thu, 28 Feb 2013 22:45:39 GMT Peter Kovacs [1229:473c71baff72] * lemon/edmonds_karp.h (modified) Avoid usage of alternative operator (#177) Thu, 28 Feb 2013 22:44:35 GMT Peter Kovacs [1228:45befc97b1bc] * lemon/edmonds_karp.h (modified) * test/CMakeLists.txt (modified) * test/edmonds_karp_test.cc (deleted) * test/max_flow_test.cc (moved) Merge test files of Preflow and EdmondsKarp (#177) Thu, 28 Feb 2013 17:13:48 GMT Peter Kovacs [1227:08f2dc76e82e] * lemon/edmonds_karp.h (modified) * test/edmonds_karp_test.cc (modified) Rename flow init functions according to Preflow (#177) Thu, 28 Feb 2013 17:05:56 GMT Peter Kovacs [1226:2f00ef323c2e] * lemon/edmonds_karp.h (modified) * test/edmonds_karp_test.cc (modified) Rename DefFlowMap named parameter to SetFlowMap (#177) in ... Thu, 28 Feb 2013 17:17:53 GMT Peter Kovacs [1225:6a8a688eacf6] * lemon/edmonds_karp.h (modified) Improve and fix API doc of EdmondsKarp according to Preflow (#177) Tue, 30 Nov 2010 19:21:52 GMT Antal Nemes [1224:92a884824429] * lemon/edmonds_karp.h (added) * test/CMakeLists.txt (modified) * test/edmonds_karp_test.cc (added) Port Edmonds-Karp algorithm from svn -r3524 (#177)