quadgraph
A quadgraph is a type of graph in theoretical computer science and mathematics that is defined by its vertices and edges. Specifically, a quadgraph is a graph where each vertex has a degree of exactly four. The degree of a vertex is the number of edges connected to it. Therefore, in a quadgraph, every vertex is incident to four edges.
Quadgraphs are a subset of k-regular graphs, where k is a fixed non-negative integer. In this case,
The existence of quadgraphs is not guaranteed for arbitrary numbers of vertices. However, for any even number
---