Thu, 06 May 2004 15:19:59 +0000Written hugo/ into includes.
athos [Thu, 06 May 2004 15:19:59 +0000] rev 551
Written hugo/ into includes.

Thu, 06 May 2004 15:14:13 +0000Some tests must have been commented out temporarily.
alpar [Thu, 06 May 2004 15:14:13 +0000] rev 550
Some tests must have been commented out temporarily.

Thu, 06 May 2004 15:10:48 +0000(none)
marci [Thu, 06 May 2004 15:10:48 +0000] rev 549
(none)

Thu, 06 May 2004 14:25:21 +0000(none)
marci [Thu, 06 May 2004 14:25:21 +0000] rev 548
(none)

Thu, 06 May 2004 14:23:48 +0000Modified a little bit
athos [Thu, 06 May 2004 14:23:48 +0000] rev 547
Modified a little bit

Thu, 06 May 2004 14:21:57 +0000No automatic doc generation.
alpar [Thu, 06 May 2004 14:21:57 +0000] rev 546
No automatic doc generation.

Thu, 06 May 2004 14:11:09 +0000Test cases for time_measure.h
alpar [Thu, 06 May 2004 14:11:09 +0000] rev 545
Test cases for time_measure.h

Thu, 06 May 2004 14:00:50 +0000(none)
marci [Thu, 06 May 2004 14:00:50 +0000] rev 544
(none)

Thu, 06 May 2004 13:48:48 +0000an experimental topsort
marci [Thu, 06 May 2004 13:48:48 +0000] rev 543
an experimental topsort

Thu, 06 May 2004 13:48:04 +0000Set up automake environment.
ladanyi [Thu, 06 May 2004 13:48:04 +0000] rev 542
Set up automake environment.

Thu, 06 May 2004 13:46:07 +0000(none)
marci [Thu, 06 May 2004 13:46:07 +0000] rev 541
(none)

Thu, 06 May 2004 13:44:48 +0000(none)
marci [Thu, 06 May 2004 13:44:48 +0000] rev 540
(none)

Thu, 06 May 2004 13:21:24 +0000Rename 'include' to 'hugo' (for automake)
ladanyi [Thu, 06 May 2004 13:21:24 +0000] rev 539
Rename 'include' to 'hugo' (for automake)

Thu, 06 May 2004 09:26:23 +0000(none)
jacint [Thu, 06 May 2004 09:26:23 +0000] rev 538
(none)

Wed, 05 May 2004 17:51:56 +0000Contains Edmonds' matching algorithm in a plain and in a heuristical form.
jacint [Wed, 05 May 2004 17:51:56 +0000] rev 537
Contains Edmonds' matching algorithm in a plain and in a heuristical form.

Wed, 05 May 2004 17:29:41 +0000tests max_matching.h
jacint [Wed, 05 May 2004 17:29:41 +0000] rev 536
tests max_matching.h

Wed, 05 May 2004 17:24:06 +0000(none)
jacint [Wed, 05 May 2004 17:24:06 +0000] rev 535
(none)

Wed, 05 May 2004 17:23:04 +0000primitive random graph generator
jacint [Wed, 05 May 2004 17:23:04 +0000] rev 534
primitive random graph generator

Wed, 05 May 2004 08:36:00 +0000Minor bugfix.
alpar [Wed, 05 May 2004 08:36:00 +0000] rev 533
Minor bugfix.

Wed, 05 May 2004 08:18:19 +0000Compiles also with icc.
alpar [Wed, 05 May 2004 08:18:19 +0000] rev 532
Compiles also with icc.

Wed, 05 May 2004 07:53:51 +0000Compiles with are icc, as well.
alpar [Wed, 05 May 2004 07:53:51 +0000] rev 531
Compiles with are icc, as well.

Tue, 04 May 2004 16:52:15 +0000Minimum cost flows of small values: algorithm from Andras Frank's lecture notes (approximately)
athos [Tue, 04 May 2004 16:52:15 +0000] rev 530
Minimum cost flows of small values: algorithm from Andras Frank's lecture notes (approximately)

Tue, 04 May 2004 16:17:17 +0000Adding update() to NullMap
jacint [Tue, 04 May 2004 16:17:17 +0000] rev 529
Adding update() to NullMap

Tue, 04 May 2004 16:16:49 +0000Able to read min cost flow, max flow, shortest path, matching testgraphs
jacint [Tue, 04 May 2004 16:16:49 +0000] rev 528
Able to read min cost flow, max flow, shortest path, matching testgraphs

Tue, 04 May 2004 14:54:21 +0000Nem tudom, a hugo-n miert nem megy.
athos [Tue, 04 May 2004 14:54:21 +0000] rev 527
Nem tudom, a hugo-n miert nem megy.

Tue, 04 May 2004 14:06:00 +0000bool forward(Edge), bool backward(Edge)
marci [Tue, 04 May 2004 14:06:00 +0000] rev 526
bool forward(Edge), bool backward(Edge)

Tue, 04 May 2004 12:03:04 +0000misc
marci [Tue, 04 May 2004 12:03:04 +0000] rev 525
misc

Tue, 04 May 2004 12:01:49 +0000An undirected graph template UndirGraph<Graph> can be used.
marci [Tue, 04 May 2004 12:01:49 +0000] rev 524
An undirected graph template UndirGraph<Graph> can be used.

Tue, 04 May 2004 12:00:13 +0000Started.
athos [Tue, 04 May 2004 12:00:13 +0000] rev 523
Started.

Tue, 04 May 2004 11:20:16 +0000Nothing special.
athos [Tue, 04 May 2004 11:20:16 +0000] rev 522
Nothing special.

Tue, 04 May 2004 10:58:42 +0000Ezt mintha mar toroltem volna.
athos [Tue, 04 May 2004 10:58:42 +0000] rev 521
Ezt mintha mar toroltem volna.

Tue, 04 May 2004 09:33:21 +0000Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less
athos [Tue, 04 May 2004 09:33:21 +0000] rev 520
Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less

Tue, 04 May 2004 09:03:00 +0000Putting things in their place
athos [Tue, 04 May 2004 09:03:00 +0000] rev 519
Putting things in their place

Tue, 04 May 2004 09:00:11 +0000Started minlengthpaths_test, but it should not be here
athos [Tue, 04 May 2004 09:00:11 +0000] rev 518
Started minlengthpaths_test, but it should not be here

Tue, 04 May 2004 08:34:01 +0000Test file xy_test.cc finished. Really.
athos [Tue, 04 May 2004 08:34:01 +0000] rev 517
Test file xy_test.cc finished. Really.

Tue, 04 May 2004 08:31:48 +0000Test file xy_test.cc finished.
athos [Tue, 04 May 2004 08:31:48 +0000] rev 516
Test file xy_test.cc finished.

Mon, 03 May 2004 17:06:38 +0000To be compatible with gcc-3.4.0 ...
alpar [Mon, 03 May 2004 17:06:38 +0000] rev 515
To be compatible with gcc-3.4.0 ...

Mon, 03 May 2004 14:43:49 +0000An awful mistake found and corrected.
athos [Mon, 03 May 2004 14:43:49 +0000] rev 514
An awful mistake found and corrected.

Mon, 03 May 2004 14:42:40 +0000xy_test added: it was not entirely useless, I found a mistake in xy.h
athos [Mon, 03 May 2004 14:42:40 +0000] rev 513
xy_test added: it was not entirely useless, I found a mistake in xy.h

Mon, 03 May 2004 11:43:27 +0000bip matching...
marci [Mon, 03 May 2004 11:43:27 +0000] rev 512
bip matching...

Mon, 03 May 2004 10:27:20 +0000getPath() function implemented.
athos [Mon, 03 May 2004 10:27:20 +0000] rev 511
getPath() function implemented.

Mon, 03 May 2004 10:04:27 +0000matching, flows
marci [Mon, 03 May 2004 10:04:27 +0000] rev 510
matching, flows

Mon, 03 May 2004 09:44:00 +0000(none)
alpar [Mon, 03 May 2004 09:44:00 +0000] rev 509
(none)

Mon, 03 May 2004 09:43:03 +0000docfix.
alpar [Mon, 03 May 2004 09:43:03 +0000] rev 508
docfix.

Mon, 03 May 2004 09:38:17 +0000A "related pages" about Hugo Coding Style.
alpar [Mon, 03 May 2004 09:38:17 +0000] rev 507
A "related pages" about Hugo Coding Style.
To be improved.

Mon, 03 May 2004 09:18:01 +0000Now it sucks the whole src/include and src/include/skeletons
alpar [Mon, 03 May 2004 09:18:01 +0000] rev 506
Now it sucks the whole src/include and src/include/skeletons
instead of individual files.

Mon, 03 May 2004 09:00:09 +0000I changed it to correspond changing requirements
athos [Mon, 03 May 2004 09:00:09 +0000] rev 505
I changed it to correspond changing requirements

Mon, 03 May 2004 08:13:41 +0000One more test case with minor importance.
alpar [Mon, 03 May 2004 08:13:41 +0000] rev 504
One more test case with minor importance.

Mon, 03 May 2004 07:27:29 +0000test/graph_test.cc added.
alpar [Mon, 03 May 2004 07:27:29 +0000] rev 503
test/graph_test.cc added.
It discovered several bugs and warnings in 'include/smart_graph.h',
in 'include/skeletons/graph.h' and in 'work/alpar/list_graph.h'.
They have also been fixed.

Fri, 30 Apr 2004 19:02:40 +0000static const bool BipartiteGraphWrapper<Graph>::S_CLASS, T_CLASS
marci [Fri, 30 Apr 2004 19:02:40 +0000] rev 502
static const bool BipartiteGraphWrapper<Graph>::S_CLASS, T_CLASS

Fri, 30 Apr 2004 18:43:18 +0000bipatite
marci [Fri, 30 Apr 2004 18:43:18 +0000] rev 501
bipatite

Fri, 30 Apr 2004 17:48:50 +0000misc
marci [Fri, 30 Apr 2004 17:48:50 +0000] rev 500
misc

Fri, 30 Apr 2004 17:10:01 +0000A bipartite graph template can be used as BipartiteGraph<ListGraph>.
marci [Fri, 30 Apr 2004 17:10:01 +0000] rev 499
A bipartite graph template can be used as BipartiteGraph<ListGraph>.

Fri, 30 Apr 2004 16:46:19 +0000bipartite graphs
marci [Fri, 30 Apr 2004 16:46:19 +0000] rev 498
bipartite graphs

Fri, 30 Apr 2004 16:10:49 +0000bipartite graph in bipartite_graph_wrapper.h
marci [Fri, 30 Apr 2004 16:10:49 +0000] rev 497
bipartite graph in bipartite_graph_wrapper.h

Fri, 30 Apr 2004 14:02:10 +0000gw
marci [Fri, 30 Apr 2004 14:02:10 +0000] rev 496
gw