Generates a random graph for use in algotutor.
gen_at_graph [\s-1OPTION\s0] ...
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.
generate \s-1ROWS\s0 rows of vertices
generate \s-1COLS\s0 columns of vertices
make each grid cell \s-1WIDTH\s0 pixel wide
make each grid cell \s-1HEIGHT\s0 pixel high
make all random numbers greater than or equal to \s-1LOWER\s0
make all random numbers less than (but never equal to) \s-1UPPER\s0
specify the probability of generating each diagonal
This code is distributed under the \s-1GNU\s0 General Public License
Chao-Kuei Hung ckhung \s-1AT\s0 cyut \s-1DOT\s0 edu \s-1DOT\s0 tw
Please see /usr/share/doc/algotutor/doc/ for the full set of documentations.