Version 0.2
Version 0.2
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.
Graph Specifications :
- Weighted
- Signed
- Self Loop
- Parallel Arc
- Sparse
- Dense
Supported Formats:
- DIMACS(.gr)
- CSV(.csv)
- JSON(.json)
- YAML(.yaml)
- Weighted Edge List(.wel)
- ASP(.lp)
- Trivial Graph Format(.tgf)
- UCINET DL Format(.dl)
- Pickle(.p)
JOSS paper accepted : http://dx.doi.org/10.21105/joss.00331