Thu, 21 Feb 2008 13:06:33 +0000 ladanyi Put the definitions of global functions into a .cc file.
Mon, 18 Feb 2008 03:34:16 +0000 kpeter Add a cost scaling min cost flow algorithm.
Mon, 18 Feb 2008 03:32:56 +0000 kpeter Improvements in MinCostFlow and MinCostMaxFlow.
Mon, 18 Feb 2008 03:32:06 +0000 kpeter Major improvements in NetworkSimplex.
Mon, 18 Feb 2008 03:30:53 +0000 kpeter Improvements in CapacityScaling.
Mon, 18 Feb 2008 03:30:12 +0000 kpeter Improvements in CycleCanceling.
Fri, 08 Feb 2008 11:58:32 +0000 ladanyi Fix VPATH builds.
Fri, 08 Feb 2008 11:04:37 +0000 alpar Hopefully fix all compilation errors.
Fri, 08 Feb 2008 10:42:38 +0000 alpar Fix a silly typo
Fri, 08 Feb 2008 10:38:08 +0000 alpar #include<cmath> -> #include<lemon/math.h>
Fri, 08 Feb 2008 10:18:55 +0000 alpar Math constants + configure bugfix backported
Fri, 08 Feb 2008 09:56:46 +0000 alpar Update the server and the repository names to lemon.
Fri, 08 Feb 2008 09:52:48 +0000 alpar Doc improvments backported from hg 9df0fe5e5109
Tue, 05 Feb 2008 12:45:23 +0000 kpeter Bug fix in heap_test.cc.
Tue, 05 Feb 2008 12:41:05 +0000 kpeter Several doc improvements and fixes in maps.h and concepts/maps.h.
Tue, 05 Feb 2008 11:24:32 +0000 kpeter Small fixes in README.
Tue, 05 Feb 2008 11:23:23 +0000 kpeter Improvements and fixes in dim2.h.
Tue, 05 Feb 2008 11:10:08 +0000 kpeter Translate Hungarian varible names and improve messages in dim_test.cc.
Tue, 05 Feb 2008 11:03:55 +0000 kpeter Fix the rename script.
Tue, 29 Jan 2008 03:39:05 +0000 klao grid_ugraph.h: fixed #18 (global functions inlined)
Mon, 28 Jan 2008 11:42:46 +0000 kpeter Improved rename script to handle includes correctly.
Mon, 21 Jan 2008 15:35:55 +0000 alpar Reveal an existing functionality in the documentation
Sun, 13 Jan 2008 10:32:14 +0000 kpeter Cleanup in the minimum cost flow files.
Sun, 13 Jan 2008 10:26:55 +0000 kpeter Reimplemented MinMeanCycle to be much more efficient.
Mon, 07 Jan 2008 17:07:40 +0000 alpar Minor doc fix
Mon, 07 Jan 2008 13:09:48 +0000 alpar Happy New Year to LEMON (+ better update-copyright-header script)
Fri, 04 Jan 2008 00:47:08 +0000 kpeter Improved rename script to avoid "undirected digraph".
Mon, 31 Dec 2007 19:21:21 +0000 ladanyi Include functional because of std::less.