Sat, 24 Jul 2004 14:01:31 +0000correction of some bugs pointed by alpar
marci [Sat, 24 Jul 2004 14:01:31 +0000] rev 738
correction of some bugs pointed by alpar

Fri, 23 Jul 2004 17:13:23 +0000Several changes in Kruskal alg.
alpar [Fri, 23 Jul 2004 17:13:23 +0000] rev 737
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.

Fri, 23 Jul 2004 16:58:02 +0000Marci (and the other developpers),
alpar [Fri, 23 Jul 2004 16:58:02 +0000] rev 736
Marci (and the other developpers),
please write exhaustive test code to avoid this kind of bugs...

Fri, 23 Jul 2004 12:27:24 +0000gcc-3.4 tries to compile the _unused_ members of
alpar [Fri, 23 Jul 2004 12:27:24 +0000] rev 735
gcc-3.4 tries to compile the _unused_ members of
an instantiated template class

Thu, 22 Jul 2004 20:07:49 +0000A remark added.
alpar [Thu, 22 Jul 2004 20:07:49 +0000] rev 734
A remark added.

Thu, 22 Jul 2004 20:06:40 +0000Check StaticGraphSkeleton, as well.
alpar [Thu, 22 Jul 2004 20:06:40 +0000] rev 733
Check StaticGraphSkeleton, as well.

Thu, 22 Jul 2004 19:59:18 +0000Skeletons have been simplified.
alpar [Thu, 22 Jul 2004 19:59:18 +0000] rev 732
Skeletons have been simplified.
"Optional features" have been deleted.
Map skeletons have been renamed.

Thu, 22 Jul 2004 19:49:28 +0000max_flow.h added to Makefile.am
alpar [Thu, 22 Jul 2004 19:49:28 +0000] rev 731
max_flow.h added to Makefile.am

Thu, 22 Jul 2004 14:29:20 +0000Custom made INSTALL file (will be sometime).
alpar [Thu, 22 Jul 2004 14:29:20 +0000] rev 730
Custom made INSTALL file (will be sometime).

Thu, 22 Jul 2004 14:28:00 +0000Repeat tests more times.
alpar [Thu, 22 Jul 2004 14:28:00 +0000] rev 729
Repeat tests more times.

Thu, 22 Jul 2004 14:24:00 +0000More documented file.
alpar [Thu, 22 Jul 2004 14:24:00 +0000] rev 728
More documented file.

Thu, 22 Jul 2004 14:21:46 +0000- Better Makefile.am. (I hope.)
alpar [Thu, 22 Jul 2004 14:21:46 +0000] rev 727
- Better Makefile.am. (I hope.)
- Some more tests

Thu, 22 Jul 2004 14:19:23 +0000max_flow.h (wich doesn't use STL
alpar [Thu, 22 Jul 2004 14:19:23 +0000] rev 726
max_flow.h (wich doesn't use STL
- max_flow.h (which doesn't use STL stack) moved to /src/hugo
- for_each_macros.h was removed from max_flow.h
- (blocking) flow augmenting stuffs was removed.

Thu, 22 Jul 2004 14:09:21 +0000We do not yet need it.
alpar [Thu, 22 Jul 2004 14:09:21 +0000] rev 725
We do not yet need it.

Thu, 22 Jul 2004 13:59:10 +0000Do not ignore INSTALL.
alpar [Thu, 22 Jul 2004 13:59:10 +0000] rev 724
Do not ignore INSTALL.

Wed, 21 Jul 2004 17:40:36 +0000Doesn't compile 5 times for the five execution.
alpar [Wed, 21 Jul 2004 17:40:36 +0000] rev 723
Doesn't compile 5 times for the five execution.

Wed, 21 Jul 2004 17:39:49 +0000For the sake of icc.
alpar [Wed, 21 Jul 2004 17:39:49 +0000] rev 722
For the sake of icc.

Wed, 21 Jul 2004 17:38:47 +0000Indenting.
alpar [Wed, 21 Jul 2004 17:38:47 +0000] rev 721
Indenting.

Wed, 21 Jul 2004 17:38:02 +0000MapBase added
alpar [Wed, 21 Jul 2004 17:38:02 +0000] rev 720
MapBase added

Wed, 21 Jul 2004 13:03:11 +0000Indenting
alpar [Wed, 21 Jul 2004 13:03:11 +0000] rev 719
Indenting

Wed, 21 Jul 2004 07:03:20 +0000Ready to run the first test series.
alpar [Wed, 21 Jul 2004 07:03:20 +0000] rev 718
Ready to run the first test series.

Wed, 21 Jul 2004 07:01:14 +0000Test EdgeSet/NodeSet as well.
alpar [Wed, 21 Jul 2004 07:01:14 +0000] rev 717
Test EdgeSet/NodeSet as well.

Wed, 21 Jul 2004 06:59:55 +0000Turn on '-Wall' by default.
alpar [Wed, 21 Jul 2004 06:59:55 +0000] rev 716
Turn on '-Wall' by default.

Tue, 20 Jul 2004 14:31:24 +0000trying if without stl stack we are faster
jacint [Tue, 20 Jul 2004 14:31:24 +0000] rev 715
trying if without stl stack we are faster

Tue, 20 Jul 2004 14:29:16 +0000without stl stack we are faster
jacint [Tue, 20 Jul 2004 14:29:16 +0000] rev 714
without stl stack we are faster

Tue, 20 Jul 2004 10:58:11 +0000Oops: "static" and "const" does not like each other.
alpar [Tue, 20 Jul 2004 10:58:11 +0000] rev 713
Oops: "static" and "const" does not like each other.

Tue, 20 Jul 2004 09:52:03 +0000src/becnhmark gets in the distro.
alpar [Tue, 20 Jul 2004 09:52:03 +0000] rev 712
src/becnhmark gets in the distro.
I hope it works well.

Tue, 20 Jul 2004 09:50:11 +0000Some tools of common usage was put to bench_tool.h
alpar [Tue, 20 Jul 2004 09:50:11 +0000] rev 711
Some tools of common usage was put to bench_tool.h

Tue, 20 Jul 2004 09:43:12 +0000Put some "static"'s.
alpar [Tue, 20 Jul 2004 09:43:12 +0000] rev 710
Put some "static"'s.

Mon, 19 Jul 2004 13:32:28 +0000docfix
alpar [Mon, 19 Jul 2004 13:32:28 +0000] rev 709
docfix

Mon, 19 Jul 2004 13:31:47 +0000A new benchmark (hcube)
alpar [Mon, 19 Jul 2004 13:31:47 +0000] rev 708
A new benchmark (hcube)
and other minor changes

Mon, 19 Jul 2004 13:30:20 +0000Warning fixation.
alpar [Mon, 19 Jul 2004 13:30:20 +0000] rev 707
Warning fixation.

Mon, 19 Jul 2004 13:29:32 +0000Temporal change: public Edge constructor with given ID.
alpar [Mon, 19 Jul 2004 13:29:32 +0000] rev 706
Temporal change: public Edge constructor with given ID.

Thu, 15 Jul 2004 17:56:34 +0000Unnecessary friend declaration removed.
alpar [Thu, 15 Jul 2004 17:56:34 +0000] rev 705
Unnecessary friend declaration removed.

Thu, 15 Jul 2004 15:31:24 +0000Added new make target 'benchmark'.
ladanyi [Thu, 15 Jul 2004 15:31:24 +0000] rev 704
Added new make target 'benchmark'.

Thu, 15 Jul 2004 12:15:58 +0000(none)
deba [Thu, 15 Jul 2004 12:15:58 +0000] rev 703
(none)

Wed, 14 Jul 2004 21:16:10 +0000(none)
deba [Wed, 14 Jul 2004 21:16:10 +0000] rev 702
(none)

Wed, 14 Jul 2004 10:06:27 +0000(none)
deba [Wed, 14 Jul 2004 10:06:27 +0000] rev 701
(none)

Wed, 14 Jul 2004 10:05:31 +0000*** empty log message ***
deba [Wed, 14 Jul 2004 10:05:31 +0000] rev 700
*** empty log message ***

Tue, 13 Jul 2004 07:19:34 +0000Benchmarks
alpar [Tue, 13 Jul 2004 07:19:34 +0000] rev 699
Benchmarks

Fri, 09 Jul 2004 07:33:12 +0000(none)
deba [Fri, 09 Jul 2004 07:33:12 +0000] rev 698
(none)

Tue, 06 Jul 2004 13:57:01 +0000Capitalized section title.
alpar [Tue, 06 Jul 2004 13:57:01 +0000] rev 697
Capitalized section title.

Tue, 06 Jul 2004 11:28:20 +0000Example in the doc is corrected.
alpar [Tue, 06 Jul 2004 11:28:20 +0000] rev 696
Example in the doc is corrected.

Tue, 06 Jul 2004 11:27:36 +0000- Bugfix in erase()
alpar [Tue, 06 Jul 2004 11:27:36 +0000] rev 695
- Bugfix in erase()
- reserveEdge() added

Tue, 06 Jul 2004 10:07:48 +0000I moved run() into the body of class Dijkstra, because Doxygen handles
alpar [Tue, 06 Jul 2004 10:07:48 +0000] rev 694
I moved run() into the body of class Dijkstra, because Doxygen handles
external member function definitions very poorly.

Tue, 06 Jul 2004 09:52:04 +0000Fix some typos in docs.
alpar [Tue, 06 Jul 2004 09:52:04 +0000] rev 693
Fix some typos in docs.

Tue, 06 Jul 2004 09:34:25 +0000Extended tutorial.
alpar [Tue, 06 Jul 2004 09:34:25 +0000] rev 692
Extended tutorial.

Mon, 05 Jul 2004 16:44:18 +0000t/bin/bash: line 1: q: command not found
hegyi [Mon, 05 Jul 2004 16:44:18 +0000] rev 691
t/bin/bash: line 1: q: command not found
-j-This line, and those below, will be ignored--

M peter/hierarchygraph.h

Mon, 05 Jul 2004 15:52:35 +0000(none)
hegyi [Mon, 05 Jul 2004 15:52:35 +0000] rev 690
(none)

Wed, 30 Jun 2004 14:59:46 +0000I think I deserved it...
alpar [Wed, 30 Jun 2004 14:59:46 +0000] rev 689
I think I deserved it...

Wed, 30 Jun 2004 14:50:31 +0000- Now, it is possible to have Dijkstra store its result directly in given maps.
alpar [Wed, 30 Jun 2004 14:50:31 +0000] rev 688
- Now, it is possible to have Dijkstra store its result directly in given maps.
- More docs.

Fri, 18 Jun 2004 12:43:20 +0000Legal files. Proposal.
klao [Fri, 18 Jun 2004 12:43:20 +0000] rev 687
Legal files. Proposal.

Wed, 16 Jun 2004 09:44:30 +0000src/work/alpar/path.h (docs) is merged into src/work/klao/path.h
alpar [Wed, 16 Jun 2004 09:44:30 +0000] rev 686
src/work/alpar/path.h (docs) is merged into src/work/klao/path.h
(and removed)

Tue, 15 Jun 2004 06:30:03 +0000Doc updates
alpar [Tue, 15 Jun 2004 06:30:03 +0000] rev 685
Doc updates

Tue, 15 Jun 2004 06:29:27 +0000Branch from path.h to extend its documentation.
alpar [Tue, 15 Jun 2004 06:29:27 +0000] rev 684
Branch from path.h to extend its documentation.

Mon, 14 Jun 2004 10:21:52 +0000doc
alpar [Mon, 14 Jun 2004 10:21:52 +0000] rev 683
doc