Functions | |
| def | main |
Variables | |
| string | usage = 'usage: %prog [options] <num nodes> <seed>' |
| tuple | parser = optparse.OptionParser(usage=usage) |
| int | default = 10000 |
| string | help |
| def random-graph::main | ( | num_nodes, | ||
| seed, | ||||
| options | ||||
| ) |
| int random-graph::default = 10000 |
| string random-graph::help |
'edge weights are uniformly selected from integers \ between (0, max-weight]'
| string random-graph::usage = 'usage: %prog [options] <num nodes> <seed>' |
1.6.3