My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members
Featured
Downloads

A small Java program to create random graphs.

Usage:

java -jar GraphGenerator.jar [options] 

-v 7 creates a graph with 7 vertex -e 3 creates a graph with 3 edges -n 10 creates a graphs -f graph sets the filename prefix for the output to graph -x xml|gml sets the output format -d 4 sets the maximum degree of a vertex to 4 -h shows this help screen

Powered by Google Project Hosting