diff -r 01f8c7aabb7e -r 06c2228e39cb thirdparty/python-graph/docs/graph.generators-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/thirdparty/python-graph/docs/graph.generators-module.html Wed Nov 26 23:56:19 2008 +0000
@@ -0,0 +1,179 @@
+
+
+
+
+ graph.generators
+
+
+
+
+
+
+
+
+
+Module generators
+Random graph generators for python-graph.
+
+
+
+
+
+
+
+
+ |
+
+
+ generate(graph,
+ num_nodes,
+ num_edges,
+ weight_range=( 1, 1) )
+ Add nodes and random edges to the graph. |
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ generate(graph,
+ num_nodes,
+ num_edges,
+ weight_range=( 1, 1) )
+
+ |
+ |
+
+
+ Add nodes and random edges to the graph.
+
+ - Parameters:
+
+ graph (graph) - Graph.
+ num_nodes (number) - Number of nodes.
+ num_edges (number) - Number of edges.
+ weight_range (tuple) - tuple of two integers as lower and upper limits on randomly
+ generated weights (uniform distribution).
+
+
+ |
+
+
+
+
+
+
+
+
+