debian man page for gen_at_graph

Query: gen_at_graph

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GEN_AT_GRAPH(1) 					User Contributed Perl Documentation					   GEN_AT_GRAPH(1)

NAME
gen_at_graph - generates a random graph for use in algotutor.
SYNOPSIS
gen_at_graph [OPTION] ...
DESCRIPTION
gen_at_graph generates a random graph for use in algotutor. Currently the only type of graph it can generate is a rectangular grid of vertices. Each vertex is connected to at most 8 adjacent vertices around it.
OPTIONS
-r ROWS generate ROWS rows of vertices -c COLS generate COLS columns of vertices -w WIDTH make each grid cell WIDTH pixel wide -h HEIGHT make each grid cell HEIGHT pixel high -l LOWER make all random numbers greater than or equal to LOWER -u UPPER make all random numbers less than (but never equal to) UPPER -d PATTERN specify the probability of generating each diagonal
LICENSE
This code is distributed under the GNU General Public License
AUTHOR
Chao-Kuei Hung ckhung AT cyut DOT edu DOT tw
SEE ALSO
Please see /usr/share/doc/algotutor/doc/ for the full set of documentations. perl v5.10.1 2005-05-31 GEN_AT_GRAPH(1)
Related Man Pages
gmk_hy(1) - debian
gmk_ub2(1) - debian
gvgen(1) - centos
graph::adjacencymatrix(3pm) - debian
sdl::cookbook::opengl(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?