Wed, 22 Sep 2004 09:55:41 +0000Classes (and corresponting file names) renamed:
alpar [Wed, 22 Sep 2004 09:55:41 +0000] rev 899
Classes (and corresponting file names) renamed:
- MinLengthPaths -> Suurballe
- MinCostFlows -> MinCostFlow

Wed, 22 Sep 2004 08:54:53 +0000Oops. I forgot to commit this at -r1204.
alpar [Wed, 22 Sep 2004 08:54:53 +0000] rev 898
Oops. I forgot to commit this at -r1204.

Wed, 22 Sep 2004 08:04:31 +0000The default constructors are removed from the maps.
deba [Wed, 22 Sep 2004 08:04:31 +0000] rev 897
The default constructors are removed from the maps.
The ArrayMap is the map structure of the graphs.

Wed, 22 Sep 2004 07:32:57 +0000- mincostflows.h renamed to min_cost_flows.h
alpar [Wed, 22 Sep 2004 07:32:57 +0000] rev 896
- mincostflows.h renamed to min_cost_flows.h
- minlengthpaths.h renamed to min_length_paths.h
- src/test/old_path_test.cc removed

Wed, 22 Sep 2004 07:22:34 +0000Minor correction to (preflow_graph.inp -> preflow_graph.dim)
alpar [Wed, 22 Sep 2004 07:22:34 +0000] rev 895
Minor correction to (preflow_graph.inp -> preflow_graph.dim)

Tue, 21 Sep 2004 21:28:43 +0000todo for real comparison
marci [Tue, 21 Sep 2004 21:28:43 +0000] rev 894
todo for real comparison

Tue, 21 Sep 2004 21:10:26 +0000Dox readable more even.
marci [Tue, 21 Sep 2004 21:10:26 +0000] rev 893
Dox readable more even.

Tue, 21 Sep 2004 11:54:20 +0000graph_wrappers now pass the tests.
marci [Tue, 21 Sep 2004 11:54:20 +0000] rev 892
graph_wrappers now pass the tests.

Mon, 20 Sep 2004 22:57:48 +0000template<typename CMap> Map(const CMap&) like constructors and
deba [Mon, 20 Sep 2004 22:57:48 +0000] rev 891
template<typename CMap> Map(const CMap&) like constructors and
assigns are removed.

Mon, 20 Sep 2004 17:53:33 +0000Specialized ConstMap for defining constant maps at compile time, by klao.
marci [Mon, 20 Sep 2004 17:53:33 +0000] rev 890
Specialized ConstMap for defining constant maps at compile time, by klao.
Time comparision of the generic and specialized maps.