Skip to content
Janoš Vidali edited this page Dec 20, 2015 · 1 revision

The SPXGraph class

This class represents split Praeger-Xu (SPX) graphs.

The SPX(2, r, s) graph is defined as the graph with vertices (v, n, ±), where v ∈ ℤ2s and n ∈ ℤr. Adjacency is defined as follows:

  • (v, n, +) ~ (v, n, −) (v ∈ ℤ2s, n ∈ ℤr)
  • (xw, n, +) ~ (wy, n+1, −) (x, y ∈ ℤ2, w ∈ ℤ2s-1, n ∈ ℤr)

Properties

  • spx_r (integer) - the r parameter of SPX graphs
  • spx_s (integer) - the s parameter of SPX graphs

Clone this wiki locally