pyrgg : Python Random Graph Generator
Description
Pyrgg is an easy-to-use synthetic random graph generator written in Python which supports various graph file formats including DIMACS .gr files. Pyrgg has the ability to generate graphs of different sizes and is designed to provide input files for broad range of graph-based research applications, including but not limited to testing, benchmarking and performance-analysis of graph processing frameworks. Pyrgg target audiences are computer scientists who study graph algorithms and graph processing frameworks.
Pyrgg can generate graphs with this specs :
- Weighted
- Signed
- Self Loop
- Parallel Arc
- Sparse
- Dense
This application get :
- vertices number
- max weight
- min weight
- max edge number(for each vertex)
- min edge number(for each vertex)
and generate graph in flat file format (*.gr) and JSON.
Files
sepandhaghighi/pyrgg-v0.1.zip
Files
(66.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:cac0e8fe8cc47be96b69f2dbe70ddbd7
|
66.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/sepandhaghighi/pyrgg/tree/v0.1 (URL)