Fri, 14 Mar 2008 14:50:04 +0000 deba Executable property removed
Fri, 07 Mar 2008 00:24:23 +0000 kpeter Fix static member initializations (ticket #30).
Sun, 02 Mar 2008 22:55:27 +0000 ladanyi Revert to long long int since currently I don't know a better solution.
Sat, 01 Mar 2008 20:09:40 +0000 ladanyi In C++98 array size shall be an integral constant expression. Fixes
Sat, 01 Mar 2008 20:07:29 +0000 ladanyi There is no 'long long int' type in C++98 (only in C99).
Fri, 29 Feb 2008 16:09:29 +0000 kpeter Bug fix in CapacityScaling.
Fri, 29 Feb 2008 15:57:52 +0000 kpeter Small improvements in min cost flow files.
Fri, 29 Feb 2008 15:55:39 +0000 kpeter External flow and potential maps can be used in MinCostMaxFlow.
Fri, 29 Feb 2008 15:55:13 +0000 kpeter Reimplemented Suurballe class.
Thu, 28 Feb 2008 16:33:40 +0000 deba Backport of bug fix hg 2de55e4f57a7
Thu, 28 Feb 2008 02:58:26 +0000 kpeter Test file for the min cost flow algorithms.
Thu, 28 Feb 2008 02:57:36 +0000 kpeter Small fixes and doc improvements in MinMeanCycle.
Thu, 28 Feb 2008 02:55:23 +0000 kpeter Avoid map copy in MinCostMaxFlow.
Thu, 28 Feb 2008 02:54:27 +0000 kpeter Query improvements in the min cost flow algorithms.
Wed, 27 Feb 2008 11:39:03 +0000 deba Bug fixes