Skip to content

Tool that generates random graph structures under different constraints

Notifications You must be signed in to change notification settings

wsdookadr/graphgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Usage

To generate a directed graph with 4 vertices, 9 edges, and a minimum indegree of 2 for each vertex:

python3 graphgen.py --vertices=4 --edges=9 --indegree=2

Output

The program currently writes the output in the form of an adjacency matrix to standard output.

About

Tool that generates random graph structures under different constraints

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages