Wed, 22 Sep 2004 09:58:17 +0000'iff' changed to 'if and only if'
alpar [Wed, 22 Sep 2004 09:58:17 +0000] rev 900
'iff' changed to 'if and only if'

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.

Mon, 20 Sep 2004 16:20:11 +0000EXAMPLE_PATH is set to the demo dir.
marci [Mon, 20 Sep 2004 16:20:11 +0000] rev 889
EXAMPLE_PATH is set to the demo dir.

Mon, 20 Sep 2004 09:05:19 +0000(none)
marci [Mon, 20 Sep 2004 09:05:19 +0000] rev 888
(none)

Mon, 20 Sep 2004 08:27:34 +0000new test graph
jacint [Mon, 20 Sep 2004 08:27:34 +0000] rev 887
new test graph

Mon, 20 Sep 2004 08:05:59 +0000(none)
jacint [Mon, 20 Sep 2004 08:05:59 +0000] rev 886
(none)

Sun, 19 Sep 2004 15:24:56 +0000Kruskal cleanup:
klao [Sun, 19 Sep 2004 15:24:56 +0000] rev 885
Kruskal cleanup:
- resolved the NonConstMapWr bug
- docs added for NonConstMapWr and KruskalSequenceOut

Sun, 19 Sep 2004 13:39:25 +0000Somebody forgot to remove these.
klao [Sun, 19 Sep 2004 13:39:25 +0000] rev 884
Somebody forgot to remove these.

Sun, 19 Sep 2004 12:45:35 +0000Put away debug.h and error.h temporarily.
alpar [Sun, 19 Sep 2004 12:45:35 +0000] rev 883
Put away debug.h and error.h temporarily.

Sun, 19 Sep 2004 12:26:42 +0000This was forgotten to add from the previous commit.
alpar [Sun, 19 Sep 2004 12:26:42 +0000] rev 882
This was forgotten to add from the previous commit.

Sun, 19 Sep 2004 12:24:48 +0000Right (but still too short) documentation of the namespaces.
alpar [Sun, 19 Sep 2004 12:24:48 +0000] rev 881
Right (but still too short) documentation of the namespaces.

Fri, 17 Sep 2004 15:51:50 +0000- Name changing: XYZGraphSkeleton -> XYZGraph
alpar [Fri, 17 Sep 2004 15:51:50 +0000] rev 880
- Name changing: XYZGraphSkeleton -> XYZGraph
- Fix some bad \ref's in the doc.

Fri, 17 Sep 2004 15:11:39 +0000An alert added to doc.
alpar [Fri, 17 Sep 2004 15:11:39 +0000] rev 879
An alert added to doc.

Fri, 17 Sep 2004 12:23:09 +0000Graph wrapper tests added.
alpar [Fri, 17 Sep 2004 12:23:09 +0000] rev 878
Graph wrapper tests added.

Fri, 17 Sep 2004 07:02:16 +0000Fix maps in the GraphWrappers.
deba [Fri, 17 Sep 2004 07:02:16 +0000] rev 877
Fix maps in the GraphWrappers.

Thu, 16 Sep 2004 20:55:01 +0000Go back to -r1169 in order to be able to compile minlengthpath_test.cc
alpar [Thu, 16 Sep 2004 20:55:01 +0000] rev 876
Go back to -r1169 in order to be able to compile minlengthpath_test.cc

Thu, 16 Sep 2004 19:51:28 +0000Changed to conform to the new iterator style.
ladanyi [Thu, 16 Sep 2004 19:51:28 +0000] rev 875
Changed to conform to the new iterator style.

Thu, 16 Sep 2004 19:24:15 +0000Document the file itself.
alpar [Thu, 16 Sep 2004 19:24:15 +0000] rev 874
Document the file itself.

Thu, 16 Sep 2004 19:23:41 +0000- GraphSkeleton renamed to ExtendableGraphSkeleton
alpar [Thu, 16 Sep 2004 19:23:41 +0000] rev 873
- GraphSkeleton renamed to ExtendableGraphSkeleton
- Use full explicit namespaces in some places in order to work with icc. (I don't know why they are necessary.)

Thu, 16 Sep 2004 19:18:18 +0000Cross references turned off.
alpar [Thu, 16 Sep 2004 19:18:18 +0000] rev 872
Cross references turned off.

Thu, 16 Sep 2004 15:18:25 +0000(none)
marci [Thu, 16 Sep 2004 15:18:25 +0000] rev 871
(none)

Thu, 16 Sep 2004 15:05:10 +0000(none)
marci [Thu, 16 Sep 2004 15:05:10 +0000] rev 870
(none)

Thu, 16 Sep 2004 14:27:27 +0000more docs
marci [Thu, 16 Sep 2004 14:27:27 +0000] rev 869
more docs

Thu, 16 Sep 2004 14:01:36 +0000This is needed for the demo.
marci [Thu, 16 Sep 2004 14:01:36 +0000] rev 868
This is needed for the demo.

Thu, 16 Sep 2004 13:59:36 +0000Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
marci [Thu, 16 Sep 2004 13:59:36 +0000] rev 867
Demo file for SubGraphWrapper<Graph>. Documentation will be added later.
The purpose of this graph is to have an easy and short demo for the above class.

Thu, 16 Sep 2004 13:57:41 +0000(none)
marci [Thu, 16 Sep 2004 13:57:41 +0000] rev 866
(none)

Thu, 16 Sep 2004 13:54:46 +0000Sorry, the name chosen was a mistake.
marci [Thu, 16 Sep 2004 13:54:46 +0000] rev 865
Sorry, the name chosen was a mistake.

Thu, 16 Sep 2004 13:54:01 +0000(none)
marci [Thu, 16 Sep 2004 13:54:01 +0000] rev 864
(none)

Thu, 16 Sep 2004 11:11:01 +0000An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.
marci [Thu, 16 Sep 2004 11:11:01 +0000] rev 863
An edge-map which shows the tight edges w.r.t a potential and an edge-distance function.

Thu, 16 Sep 2004 10:59:52 +0000bug correction
marci [Thu, 16 Sep 2004 10:59:52 +0000] rev 862
bug correction

Thu, 16 Sep 2004 10:59:30 +0000bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)
marci [Thu, 16 Sep 2004 10:59:30 +0000] rev 861
bug correction in SubGraphWrapper<Graph>::NodeIt::NodeIt(...)

Thu, 16 Sep 2004 10:26:14 +0000Completed documentation for mincostflows and minlengthpaths.
athos [Thu, 16 Sep 2004 10:26:14 +0000] rev 860
Completed documentation for mincostflows and minlengthpaths.

Wed, 15 Sep 2004 14:38:13 +0000Forgotten std::
klao [Wed, 15 Sep 2004 14:38:13 +0000] rev 859
Forgotten std::
Apropos, why does it compile without it?

Wed, 15 Sep 2004 14:25:44 +0000Handling strings with std::string
klao [Wed, 15 Sep 2004 14:25:44 +0000] rev 858
Handling strings with std::string
Do not segfault if srcdir env. variable is not set.

Wed, 15 Sep 2004 14:04:57 +0000docs changes
jacint [Wed, 15 Sep 2004 14:04:57 +0000] rev 857
docs changes

Wed, 15 Sep 2004 12:20:21 +0000- Modifications to compile with icc.
alpar [Wed, 15 Sep 2004 12:20:21 +0000] rev 856
- Modifications to compile with icc.
- Remove some comments.

Wed, 15 Sep 2004 11:50:50 +0000Better handling of the input files of the tests.
alpar [Wed, 15 Sep 2004 11:50:50 +0000] rev 855
Better handling of the input files of the tests.

Wed, 15 Sep 2004 10:34:12 +0000correction of SubGraphWrapper bug.
marci [Wed, 15 Sep 2004 10:34:12 +0000] rev 854
correction of SubGraphWrapper bug.

Tue, 14 Sep 2004 17:42:43 +0000Change the name of a template parameter.
alpar [Tue, 14 Sep 2004 17:42:43 +0000] rev 853
Change the name of a template parameter.

Tue, 14 Sep 2004 17:41:40 +0000Remove obsolete features.
alpar [Tue, 14 Sep 2004 17:41:40 +0000] rev 852
Remove obsolete features.

Tue, 14 Sep 2004 10:29:47 +0000Changes in doc.
alpar [Tue, 14 Sep 2004 10:29:47 +0000] rev 851
Changes in doc.

Tue, 14 Sep 2004 10:23:26 +0000(none)
marci [Tue, 14 Sep 2004 10:23:26 +0000] rev 850
(none)

Tue, 14 Sep 2004 10:09:24 +0000(none)
marci [Tue, 14 Sep 2004 10:09:24 +0000] rev 849
(none)

Tue, 14 Sep 2004 09:53:57 +0000Set 'svn:ignore' property.
ladanyi [Tue, 14 Sep 2004 09:53:57 +0000] rev 848
Set 'svn:ignore' property.

Tue, 14 Sep 2004 09:52:00 +0000Set 'svn:ignore' property (again).
ladanyi [Tue, 14 Sep 2004 09:52:00 +0000] rev 847
Set 'svn:ignore' property (again).

Tue, 14 Sep 2004 09:02:33 +0000Set 'svn:ignore' property.
ladanyi [Tue, 14 Sep 2004 09:02:33 +0000] rev 846
Set 'svn:ignore' property.

Tue, 14 Sep 2004 08:16:14 +0000'make distcheck' works again\!
ladanyi [Tue, 14 Sep 2004 08:16:14 +0000] rev 845
'make distcheck' works again\!

Mon, 13 Sep 2004 20:05:13 +0000Bug fix in the symmetric maps.
deba [Mon, 13 Sep 2004 20:05:13 +0000] rev 844
Bug fix in the symmetric maps.
Faster map initialization.
Iterators and Containers STL compatible.

Mon, 13 Sep 2004 18:00:26 +0000Minor corrections. "make distclean" still doesn't work.
alpar [Mon, 13 Sep 2004 18:00:26 +0000] rev 843
Minor corrections. "make distclean" still doesn't work.

Mon, 13 Sep 2004 17:20:03 +0000Fix a DANGEROUS bug.
alpar [Mon, 13 Sep 2004 17:20:03 +0000] rev 842
Fix a DANGEROUS bug.

Mon, 13 Sep 2004 17:14:47 +0000Change the compilation order.
alpar [Mon, 13 Sep 2004 17:14:47 +0000] rev 841
Change the compilation order.

Mon, 13 Sep 2004 17:14:03 +0000Change MaxFlow to Preflow.
alpar [Mon, 13 Sep 2004 17:14:03 +0000] rev 840
Change MaxFlow to Preflow.

Mon, 13 Sep 2004 17:13:16 +0000Remove unnecessary include headers.
alpar [Mon, 13 Sep 2004 17:13:16 +0000] rev 839
Remove unnecessary include headers.

Mon, 13 Sep 2004 16:15:12 +0000(none)
marci [Mon, 13 Sep 2004 16:15:12 +0000] rev 838
(none)

Mon, 13 Sep 2004 15:30:01 +0000Reserve is resolved.
hegyi [Mon, 13 Sep 2004 15:30:01 +0000] rev 837
Reserve is resolved.