[Lemon-commits] [lemon_svn] alpar: r537 - hugo/trunk/src/work/alpar

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:03 CET 2006


Author: alpar
Date: Mon Apr 26 10:03:00 2004
New Revision: 537

Modified:
   hugo/trunk/src/work/alpar/list_graph.h

Log:
More docs.


Modified: hugo/trunk/src/work/alpar/list_graph.h
==============================================================================
--- hugo/trunk/src/work/alpar/list_graph.h	(original)
+++ hugo/trunk/src/work/alpar/list_graph.h	Mon Apr 26 10:03:00 2004
@@ -1126,6 +1126,12 @@
   /// original graph, and the NodeMap's of both graphs will convert to
   /// each other.
   ///
+  ///\warning Adding or deleting nodes from the graph is not safe if an
+  ///\ref EdgeSet is currently attached to it!
+  ///
+  ///\todo Make it possible to add/delete edges from the base graph
+  ///(and from \ref EdgeSet, as well)
+  ///
   ///\param GG The type of the graph which shares its node set with this class.
   ///Its interface must conform with \ref GraphSkeleton.
   ///



More information about the Lemon-commits mailing list