krongen

command module
v0.0.0-...-d6d342c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2014 License: MIT Imports: 7 Imported by: 0

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

Overview

This is an implementation of a kronecker edge list generator v. closely based on the graph500 octave example (http://graph500.org)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL