Download List

專案描述

Python Web Graph Generator is a threaded Web graph
(Power law random graph) generator. It can
generate a synthetic Web graph of about one
million nodes in a few minutes on a desktop
machine. It supports both directed and undirected graphs. It implements a threaded variant of the
RMAT algorithm. A little tweak can produce graphs
representing social networks or community
networks. It can also output connected components in a graph.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-13 23:03
2.72

This release added an option for generating graphs in CSV format and --no-self-loops options for generating graphs without (discarding) self-loops.
標籤: Minor feature enhancements

2008-03-25 00:42
2.70

Support for both directed and undirected graphs has been added. Support has been added for computing connected components in a graph using Tarjan's strongly connected components algorithm.

2007-08-01 12:56
2.40

The base library PyGEL is available as an
independent Python module.
標籤: Major feature enhancements

2007-07-25 11:09
2.30

This release includes major bugfixes and an
upgraded API document.
標籤: Major bugfixes

Project Resources