command
module
Version:
v0.0.0-...-d6d342c
Opens a new window with list of versions in this module.
Published: Jan 15, 2014
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
krongen
A Kronecker graph generator in Go
HOWTO
$ go install krongen.go
$ krongen -h
Usage of krongen:
-edgef=8: n.o. edges = [n.o. vertexes]*edgef
-scale=10: n.o. vertexes = 2^scale
$ krongen -scale=2 -edgef=2
1 4
4 3
2 4
4 1
1 2
4 3
4 1
4 4
Also comes with a generator package that can be used in other projects (TODO:
usage example)
Documentation
¶
This is an implementation of a kronecker edge list generator v. closely
based on the graph500 octave example (http://graph500.org)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.