|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.pcl.absurdist.graph.GenGraphs
The main program for a test driver.
| Constructor Summary | |
GenGraphs()
|
|
| Method Summary | |
static Graph |
genAsymGraph(int N,
double D)
Tries to generate a random asymmetric graphs. |
static void |
main(java.lang.String[] arg)
Generates a specified number of random asymmetric graphs. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenGraphs()
| Method Detail |
public static Graph genAsymGraph(int N,
double D)
throws java.lang.Exception
N - number of nodes in the graphD - the average degree of a node in the graph
java.lang.Exception
public static void main(java.lang.String[] arg)
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||