[GRASS-SVN] r68003 - grass/trunk/vector/v.net.steiner

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 5 01:22:42 PST 2016


Author: marisn
Date: 2016-03-05 01:22:42 -0800 (Sat, 05 Mar 2016)
New Revision: 68003

Modified:
   grass/trunk/vector/v.net.steiner/v.net.steiner.html
Log:
v.net.steiner: add a warning on high memory demand for computation. Related to #1761

Modified: grass/trunk/vector/v.net.steiner/v.net.steiner.html
===================================================================
--- grass/trunk/vector/v.net.steiner/v.net.steiner.html	2016-03-05 08:41:13 UTC (rev 68002)
+++ grass/trunk/vector/v.net.steiner/v.net.steiner.html	2016-03-05 09:22:42 UTC (rev 68003)
@@ -21,7 +21,12 @@
 <p>Points representing nodes must be exactly on network nodes, and the 
 input vector map needs to be prepared with <em>v.net operation=connect</em>.
 
+<h2>NOTES</h2>
 
+<p>Current implementation of obtaining Steiner tree is not memory efficient.
+An attempt to run module on a network with large number of intersections thus
+might result in failure to allocate memory or out of memory condition.</p>
+
 <h2>EXAMPLE</h2>
 
 Steiner tree for 6 digitized nodes (Spearfish):



More information about the grass-commit mailing list