The following options are supported:
-cn Generate a cycle with n vertices and edges.
-Cx,y Generate an x by y cylinder. This will have x*y vertices and 2*x*y-y edges.
-g[f]x,y
Generate an x by y grid. If f is given, the grid is folded, with an edge attaching each pair of
opposing corner vertices. This will have x*y vertices and 2*x*y-y-x edges if unfolded and
2*x*y-y-x+2 edges if folded.
-G[f]x,y
Generate an x by y partial grid. If f is given, the grid is folded, with an edge attaching each
pair of opposing corner vertices. This will have x*y vertices.
-hn Generate a hypercube of degree n. This will have 2^n vertices and n*2^(n-1) edges.
-kn Generate a complete graph on n vertices with n*(n-1)/2 edges.
-bx,y Generate a complete x by y bipartite graph. This will have x+y vertices and x*y edges.
-Bx,y Generate an x by y ball, i.e., an x by y cylinder with two "cap" nodes closing the ends. This
will have x*y+2 vertices and 2*x*y+y edges.
-mn Generate a triangular mesh with n vertices on a side. This will have (n+1)*n/2 vertices and
3*(n-1)*n/2 edges.
-Mx,y Generate an x by y Moebius strip. This will have x*y vertices and 2*x*y-y edges.
-pn Generate a path on n vertices. This will have n-1 edges.
-rx,y Generate a random graph. The number of vertices will be the largest value of the form 2^n-1 less
than or equal to x. Larger values of y increase the density of the graph.
-Rx Generate a random rooted tree on x vertices.
-sn Generate a star on n vertices. This will have n-1 edges.
-Sn Generate a Sierpinski graph of order n. This will have 3*(3^(n-1)+1)/2 vertices and 3^n edges.
-Sn,d Generate a d-dimensional Sierpinski graph of order n. At present, d must be 2 or 3. For d equal
to 3, there will be 4*(4^(n-1)+1)/2 vertices and 6*4^(n-1) edges.
-tn Generate a binary tree of height n. This will have 2^n-1 vertices and 2^n-2 edges.
-th,n Generate a n-ary tree of height h.
-Tx,y-Tx,y,u,v
Generate an x by y torus. This will have x*y vertices and 2*x*y edges. If u and v are given,
they specify twists of that amount in the horizontal and vertical directions, respectively.
-wn Generate a path on n vertices. This will have n-1 edges.
-in Generate n graphs of the requested type. At present, only available if the -R flag is used.
-nprefix
Normally, integers are used as node names. If prefix is specified, this will be prepended to the
integer to create the name.
-Nname
Use name as the name of the graph. By default, the graph is anonymous.
-ooutfile
If specified, the generated graph is written into the file outfile. Otherwise, the graph is
written to standard out.
-d Make the generated graph directed.
-v Verbose output.
-? Print usage information.