if we have a relation like this : $(x_1,\ldots,x_n)$ is related to $(y_1,\ldots,y_n)$ iff
$$x_i-y_i= x_{i-1} * y_1 \qquad \mbox{for } i\gt 1 $$
the $x_i$s and $y_i$s are elements of a field $\mathbb{F}_q$.
and two points are connected if they have this relation..
Any ideas about how I can generate such a graph ?

