Wed, 26 Oct 2005 10:59:51 +0000Filename can be given as std::string
deba [Wed, 26 Oct 2005 10:59:51 +0000] rev 1743
Filename can be given as std::string

Wed, 26 Oct 2005 10:52:09 +0000Show description of the file
deba [Wed, 26 Oct 2005 10:52:09 +0000] rev 1742
Show description of the file

Wed, 26 Oct 2005 10:50:47 +0000Some modifications on shortest path algoritms:
deba [Wed, 26 Oct 2005 10:50:47 +0000] rev 1741
Some modifications on shortest path algoritms:
- heap traits
- checked execution

Mon, 24 Oct 2005 17:03:02 +0000Bug fix in connectedComponents
deba [Mon, 24 Oct 2005 17:03:02 +0000] rev 1740
Bug fix in connectedComponents
Strongly connected components

Mon, 24 Oct 2005 15:59:38 +0000Computing the number of the connected components and the components themselves.
alpar [Mon, 24 Oct 2005 15:59:38 +0000] rev 1739
Computing the number of the connected components and the components themselves.

Mon, 24 Oct 2005 15:58:38 +0000Euler tour iterator.
alpar [Mon, 24 Oct 2005 15:58:38 +0000] rev 1738
Euler tour iterator.

Mon, 24 Oct 2005 10:15:40 +0000Newly created map is realized by the property givening by common sense.
hegyi [Mon, 24 Oct 2005 10:15:40 +0000] rev 1737
Newly created map is realized by the property givening by common sense.

Mon, 24 Oct 2005 08:12:26 +0000Doxyfile for documenting glemon's architecture.
alpar [Mon, 24 Oct 2005 08:12:26 +0000] rev 1736
Doxyfile for documenting glemon's architecture.

Mon, 24 Oct 2005 08:11:21 +0000New version of XML reader/writer.
alpar [Mon, 24 Oct 2005 08:11:21 +0000] rev 1735
New version of XML reader/writer.
Now, there are only a single XmlIo class both for reading and writing.

Mon, 24 Oct 2005 08:09:59 +0000- dijkstraZero() added. (Until we conclude how to handle the related problem.)
alpar [Mon, 24 Oct 2005 08:09:59 +0000] rev 1734
- dijkstraZero() added. (Until we conclude how to handle the related problem.)
- processed() query function added.