logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gen_at_graph - generates a random graph for use in algotutor.

Author

Chao-KueiHung ckhung AT cyut DOT edu DOT tw

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.

License

       This code is distributed under the GNU General Public License

Name

       gen_at_graph - generates a random graph for use in algotutor.

Options

-rROWS
           generate ROWS rows of vertices

       -cCOLS
           generate COLS columns of vertices

       -wWIDTH
           make each grid cell WIDTH pixel wide

       -hHEIGHT
           make each grid cell HEIGHT pixel high

       -lLOWER
           make all random numbers greater than or equal to LOWER

       -uUPPER
           make all random numbers less than (but never equal to) UPPER

       -dPATTERN
           specify the probability of generating each diagonal

See Also

       Please see /usr/share/doc/algotutor/doc/ for the full set of documentations.

perl v5.34.0                                       2022-04-12                                    GEN_AT_GRAPH(1)

Synopsis

gen_at_graph [OPTION] ...

See Also