Thu, 17 Mar 2005 10:46:57 +0000MapFunctor is made an STL standard compliant functor.
alpar [Thu, 17 Mar 2005 10:46:57 +0000] rev 1223
MapFunctor is made an STL standard compliant functor.

Thu, 17 Mar 2005 10:43:57 +0000The first step toward function type interface to Preflow alg:
alpar [Thu, 17 Mar 2005 10:43:57 +0000] rev 1222
The first step toward function type interface to Preflow alg:
- Naming changed to be closer in style to the BFD/DFS/Dijkstra triplet.

Wed, 16 Mar 2005 17:31:04 +0000Magic triangle is READY.
hegyi [Wed, 16 Mar 2005 17:31:04 +0000] rev 1221
Magic triangle is READY.

Wed, 16 Mar 2005 16:40:21 +0000- Add compilation tests for the function type interface of BFS/DFS/Dijkstra
alpar [Wed, 16 Mar 2005 16:40:21 +0000] rev 1220
- Add compilation tests for the function type interface of BFS/DFS/Dijkstra
- Fix the bugs covered up by these tests

Wed, 16 Mar 2005 13:25:19 +0000ForkMap and CombineMap added.
alpar [Wed, 16 Mar 2005 13:25:19 +0000] rev 1219
ForkMap and CombineMap added.

Wed, 16 Mar 2005 07:56:25 +0000- Several updates and clarifications on dijkstra.h
alpar [Wed, 16 Mar 2005 07:56:25 +0000] rev 1218
- Several updates and clarifications on dijkstra.h
- bfs.h and dfs.h is synchronized with dijkstra.h

Wed, 16 Mar 2005 07:52:16 +0000Missing header file added
alpar [Wed, 16 Mar 2005 07:52:16 +0000] rev 1217
Missing header file added

Wed, 16 Mar 2005 07:50:58 +0000Missing input file added
alpar [Wed, 16 Mar 2005 07:50:58 +0000] rev 1216
Missing input file added

Wed, 16 Mar 2005 07:50:20 +0000- '.lgf' could be the standard 'lemon graph format' extension.
alpar [Wed, 16 Mar 2005 07:50:20 +0000] rev 1215
- '.lgf' could be the standard 'lemon graph format' extension.
- heap_test is fixed in order that 'make discheck' work.
- heap_test now checks whether the input file exists.

Fri, 11 Mar 2005 18:54:18 +0000Changing exception names.
deba [Fri, 11 Mar 2005 18:54:18 +0000] rev 1214
Changing exception names.
Compile sentry fix.