[Lemon-commits] [lemon_svn] alpar: r1098 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:14 CET 2006
Author: alpar
Date: Mon Sep 6 10:21:42 2004
New Revision: 1098
Modified:
hugo/trunk/src/hugo/vector_map_factory.h
Log:
One more thing to do...
Modified: hugo/trunk/src/hugo/vector_map_factory.h
==============================================================================
--- hugo/trunk/src/hugo/vector_map_factory.h (original)
+++ hugo/trunk/src/hugo/vector_map_factory.h Mon Sep 6 10:21:42 2004
@@ -21,6 +21,10 @@
*
* The template parameter is the MapRegistry that the maps
* will belong to.
+ *
+ * \todo It should use a faster initialization using the maxNodeId() or
+ * maxEdgeId() function of the graph istead of iterating through each
+ * edge/node.
*/
template <typename MapRegistry>
More information about the Lemon-commits
mailing list