Next Article in Journal
Efficient Edge-Cloud Publish/Subscribe Broker Overlay Networks to Support Latency-Sensitive Wide-Scale IoT Applications
Previous Article in Journal
A Balance Interface Design and Instant Image-based Traffic Assistant Agent Based on GPS and Linked Open Data Technology
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Structured Table of Graphs with Symmetries and Other Special Properties

1
Mathematics Department, Stony Brook University, Stony Brook, NY 11794, USA
2
Department of Applied Mathematics and Statistics, Stony Brook University, Stony Brook, NY 11794, USA
3
School of Data and Computer Science, Sun Yat-sen University, Guangzhou 510006, China
4
Guangdong Province Key Laboratory of Computational Science, Guangzhou 510275, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Symmetry 2020, 12(1), 2; https://doi.org/10.3390/sym12010002
Submission received: 1 November 2019 / Revised: 12 December 2019 / Accepted: 16 December 2019 / Published: 18 December 2019

Abstract

:
We organize a table of regular graphs with minimal diameters and minimal mean path lengths, large bisection widths and high degrees of symmetries, obtained by enumerations on supercomputers. These optimal graphs, many of which are newly discovered, may find wide applications, for example, in design of network topologies.
MSC:
68R10; 68M10; 20B25

1. Introduction

The next-generation supercomputers reaching exascales require sophisticated interconnection networks to couple hundreds of millions of processing units and these interconnection networks must be scalable at high bandwidth and low latency. In addition to the requirement of many-host clusters, from the aspect of micro-chips, more and more cores are integrated on one chip that require a high-performance interconnection network to couple them. The processing speed of network-on-chip (NoC), an aggregated on-chip infrastructure to enhance the energy performance among others, sensitively relies on its framework design to maximize the latency reduction and throughput. Also, data-centers in cloud computing also demand optimal architectures for dealing with expeditious growth of nodes, memory, and interconnection networks in a supercomputing system.
For this principle challenge, analyzing and optimizing network structures of interconnection networks, graph theory is an acknowledged powerful method by transforming network components into vertices, and communication links into edges. The great focus of structure design hence is on the topologies of interconnection networks and the associated graph properties of them. The current prevailing basic modules include tree, near-neighbor mesh [1], torus [2], star, Heawood graph, Peterson graph, hypercube [3,4], etc. Major operations on these typical base graphs, in searching for optimal network topology, are hierarchical interconnection graphs and Cartesian products. Hierarchical interconnection network enables large network structures to maintain desired properties, such as low diameter and low mean path length (MPL), of the basic graphs [5,6]. Classic examples of hierarchical products graphs include deterministic tree [7], Dragonfly [8], and hierarchical hypercube [9]. The Cartesian product, a straightforward graph operation that generates many eminent combined graphs, permits designers to reach a specified performance of larger-scale interconnection networks at minimal cost with parameters that can be directly required from the corresponding parameters of initial basic graphs [10].
It is obvious that most hierarchical networks are all based on Peterson graph and hypercube. Lacking diversity of orders, they limit the scales of clusters. Deng et al. [11] proposed more optimal graphs and their benchmarks on a Beowulf cluster with these graphs prove to enhance network performance better than the mainstream networks. Xu et al. [12] applied these graphs to creating larger networks by using the Cartesian product, resolving scale limitations. To fill the family of optimal graphs, we use the exhaustive search as mentioned in [13] to find the graphs with the minimal MPL and other properties aiming for optimizing interconnection networks. These graphs can be used in NoC directly or, combining with hierarchical method or Cartesian products, used as the interconnects for clusters. Symmetry, as one of the important properties for graph filtering, is also an essential factor in characterizing and measuring complex networks [14,15] as demonstrated in Conder [16] who organized a series of highly symmetric graphs. Automorphism group directly represents graph symmetry, the computation of which has been extensively studied [17] and applied in structural modeling and design [18,19]. The rest of this paper introduces, in Section 2, our criteria of optimal graphs and our structured table of the optimal base graphs and, in Section 3, our conclusions.

2. Criteria and Optimal Graphs

2.1. Criteria

2.1.1. Diameter and MPL of a Regular Graph

In the study of the components of interconnection networks, a graph with minimal diameter and minimal MPL markedly reduces the communication latency. Among all regular graphs, the Moore graphs and the generalized Moore graphs, with given numbers of vertices and of degrees, have the minimal diameters and minimal MPLs.
Let G be a connected regular graph of N vertices and degree k. The distance d ( u , v ) between two distinct vertices u and v is the length of the shortest path between these two vertices, while its diameter D is the maximum d ( u , v ) value [20]. For the generalized Moore graphs with given diameter D and degree k, the upper bound on the number of vertices is achieved as
M k , D = 1 + k i = 1 D ( k 1 ) i 1 = k ( k 1 ) D 2 k 2 ( k 3 ) 1 + 2 D ( k = 2 ) .
known as Moore bound, named by Hoffman and Singleton after E. F. Moore who first studied the problem [21]. By inverting the Moore bound with regard to D and k, the lower bound of diameter D k , N can be attained (degree of 2 is a trivial case):
D k , N = log k 1 N ( k 2 ) + 2 k ( k 3 ) .
The MPL in a graph is the average, taken over all pairs of vertices, of the shortest path lengths between two vertices. If G is a connected graph with N vertices, the MPL is calculated by
MPL = 1 N ( N 1 ) u v d ( u , v ) .
Cerf et al. [22] proved a lower bound on MPL for any regular graph G of N vertices and degree k. Moreover, Cerf et al. [22] defines a regular graph with MPL equal to the lower bound as the generalized Moore graph.
MPL min = 1 N 1 k i = 1 D k , N ( k 1 ) i 1 i M k , D k , N N D k , N ( k 3 ) .

2.1.2. Bisection Bandwidth

A bisection of a graph is a bipartition of its vertex set in which the number of vertices in the two parts differ by at most 1, and its size is the number of edges which go across the two parts. The bisection width of a graph is its minimum bisection size. In network topologies, bisection bandwidth is the minimum communication volume allowed into these removed links while recognizing bisection. Bisection bandwidth is commonly used to estimate the achievable throughput and latency of a network, and an increase in bisection bandwidth of a network improves the overall system performance. Let C ( N 1 , N 2 ) denote the set of edges removed to divide the total vertices N into two disjoint sets N 1 and N 2 . The number of removed edges is | C ( N 1 , N 2 ) | , and the bisection width is calculated as follows [23]:
B C = min bisections C N 1 , N 2 .

2.1.3. Automorphism Group Size

An automorphism of a graph G is a permutation map from the vertex set to another vertex set which preserves adjacency of vertices. The set of all automorphisms of a graph G is defined as the automorphism group of G, which is denoted by Aut ( G ) . Since edge symmetry in interconnection networks ameliorates load balance across the links of the network, we further analyze on our graphs by utilizing automorphism to identify the symmetries. In general, more symmetrical network leads to better performance as in routing and robustness [23,24].

2.2. Optimal Graphs

We denote regular graphs of N vertices and degree k as ( N , k ) graphs. For fixed N and k, we filter all ( N , k ) graphs by minimizing diameter and MPL and maximizing bisection width and automorphism group size in such specific order, and define the filtered graphs as optimal ( N , k ) graphs. The above filtering order is determined by the importance of each parameter in interconnect design as illustrated in [2] and demonstrated by benchmarking performance in [11]. Hence, an optimal graph has the properties of minimal diameter, minimal MPL, high throughput and high symmetry. We searched for the optimal graphs by enumeration using the same method as in [13] on supercomputers, and adopted data partially from [13]. In particular, we exhaustively calculated the diameters and MPLs of ∼ 10 12 and 10 13 graphs for ( 21 , 4 ) and ( 32 , 3 ) respectively while, for the special case of ( 32 , 4 ) , the number of non-isomorphic graphs was too massive to exhaustively search. We calculated the bisection widths using the package KaHIP [25] and automorphism groups using the package SageMath [26], both parallelized using software GNU Parallel [27] on supercomputers. The symbols for automorphism groups are defined in Table 1 with information in [28] for additional details. We use table cell background colors to indicate the diameters and other parameters placed around each graph as shown in the legend (Figure 1). The optimal graphs are organized in Table 2, Table 3 and Table 4, which provide a structured representation of the optimal graphs with attributes for concise, convenient, and rich references. The adjacency matrices of these optimal graphs can be provided upon request. In the Table 2 and Table 3, three ( N , k ) pairs possess 2 or 3 optimal graphs and one such optimal graph is recorded in Table 2 and Table 3 while the remainder is tabulated in the auxiliary Table 4. The asterisk marked on the parameter indicates not being equal to the theoretical lower bound, but still minimum. Table 5 provides the finite presentations of semidirect product groups in Table 2, Table 3 and Table 4, comparing with the small group databases in GAP [29] and GroupNames [30]. A subset of the optimal graphs are named graphs that are confirmed by comparing with existing graph database in Mathematica [31] and their properties are presented in Table 6.
We also noted that many optimal graphs belong to the same category or have common properties. From Table 6, we see that many optimal graphs are Cayley or circulant or both. Some of the optimal cubic graphs are the smallest crossing number graphs [32]. Within the range of ( N , k ) covered by us, cage graphs [33], and complete multipartite graphs of which the automorphism groups are wreath products of symmetric groups, are all optimal. The comparison with named graphs may lead to further study of more potential properties of the optimal graphs, which in return can expand the discovery and application.

3. Conclusions

Using the exhaustive search with supercomputers, we enumerate regular graphs with a wide range of orders, filter them with the diameter, MPL, bisection bandwidth, and symmetry. The benchmarks on a Beowulf also prove that the feature of symmetry affects the performance of networks, and these optimal graphs can be applied to many areas including the designs of microchips and data centers. We supply new base graphs and expansion methods to construct larger and diverse interconnection networks.

Author Contributions

Y.Z. designed the Table 2, Table 3 and Table 4 and composed the initial draft of the manuscript; X.H. calculated graph bisection widths and the automorphism groups and composed Table 6; Z.X. calculated the diameters and MPLs of the graphs and composed tables; Y.D. conceptualized the project and carried out the manuscript revisions and finalization. All authors have read and agreed to the published version of the manuscript.

Funding

The research of Z.X. is partially supported by the Special Project on High-Performance Computing of the National Key R&D Program under No. 2016YFB0200604.

Acknowledgments

The authors thank Stony Brook Research Computing and Cyberinfrastructure, and the Institute for Advanced Computational Science at Stony Brook University for access to the high-performance SeaWulf computing system, which was made possible by a $1.4M National Science Foundation grant (#1531492).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Barnes, G.; Brown, R.; Kato, M.; Kuck, D.; Slotnick, D.; Stokes, R. The ILLIAC IV Computer. IEEE Trans. Comput. 1968, C-17, 746–757. [Google Scholar] [CrossRef]
  2. Dally, W.J.; Seitz, C.L. The torus routing chip. Distrib. Comput. 1986, 1, 187–196. [Google Scholar] [CrossRef]
  3. Saad, Y.; Schultz, M. Topological properties of hypercubes. IEEE Trans. Comput. 1988, 37, 867–872. [Google Scholar] [CrossRef]
  4. Tripathy, C.; Mahapatra, R.; Misra, R. Reliability analysis of hypercube multicomputers. Microelectron. Reliab. 1997, 37, 885–891. [Google Scholar] [CrossRef]
  5. Lai, P.L.; Hsu, H.C.; Tsai, C.H.; Stewart, I.A. A class of hierarchical graphs as topologies for interconnection networks. Theor. Comput. Sci. 2010, 411, 2912–2924. [Google Scholar] [CrossRef] [Green Version]
  6. Guo, D.; Chen, T.; Li, D.; Liu, Y.; Liu, X.; Chen, G. BCN: Expansible network structures for data centers using hierarchical compound graphs. In Proceedings of the 2011 IEEE INFOCOM, Shanghai, China, 10–15 April 2011. [Google Scholar] [CrossRef]
  7. Jung, S.; Kim, S.; Kahng, B. Geometric fractal growth model for scale-free networks. Phys. Rev. E 2002, 65, 056101. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Wu, C.L.; Feng, T.Y. On a Class of Multistage Interconnection Networks. IEEE Trans. Comput. C 1980, 29, 694–702. [Google Scholar] [CrossRef]
  9. Malluhi, Q.; Bayoumi, M. The hierarchical hypercube: a new interconnection topology for massively parallel systems. IEEE Trans. Parallel Distrib. Syst. 1994, 5, 17–30. [Google Scholar] [CrossRef]
  10. Hammack, R.; Imrich, W.; Klavzar, S. Handbook of Product Graphs (Discrete Mathematics and Its Applications); CRC Press: Boca Raton, FL, USA, 2011. [Google Scholar]
  11. Deng, Y.; Guo, M.; Ramos, A.F.; Huang, X.; Xu, Z.; Liu, W. Optimal Low-Latency Network Topologies for Cluster Performance Enhancement. arXiv 2019, arXiv:1904.00513. [Google Scholar]
  12. Xu, Z.; Deng, Y. Optimal Routing for a Family of Scalable Interconnection Networks. In Proceedings of the International Conference for High Performance Computing, Networking, Storage, and Analysis (SC’19 Poster), Denver, CO, USA, 17–22 November 2019. [Google Scholar]
  13. Xu, Z.; Huang, X.; Jimenez, F.; Deng, Y. A New Record of Graph Enumeration Enabled by Parallel Processing. Mathematics 2019, 7, 1214. [Google Scholar] [CrossRef] [Green Version]
  14. Garlaschelli, D.; Ruzzenenti, F.; Basosi, R. Complex Networks and Symmetry I: A Review. Symmetry 2010, 2, 1683–1709. [Google Scholar] [CrossRef] [Green Version]
  15. Garrido, A. Symmetry in Complex Networks. Symmetry 2011, 3, 1–15. [Google Scholar] [CrossRef] [Green Version]
  16. Conder, M. Marston Conder Web. Available online: https://www.math.auckland.ac.nz/~conder/ (accessed on 6 October 2019).
  17. Balasubramanian, K. Computational Techniques for the Automorphism Groups of Graphs. J. Chem. Inf. Model. 1994, 34, 621–626. [Google Scholar] [CrossRef]
  18. Razinger, M.; Balasubramanian, K.; Munk, M.E. Graph automorphism perception algorithms in computer-enhanced structure elucidation. J. Chem. Inf. Model. 1993, 33, 197–201. [Google Scholar] [CrossRef] [PubMed]
  19. Balasubramanian, K. Computational Enumeration of Colorings of Hyperplanes of Hypercubes for all Irreducible Representations and Applications. J. Math. Sci. Model. 2018, 1, 158–180. [Google Scholar] [CrossRef] [Green Version]
  20. Bapat, R.B. Graphs and Matrices; Springer: London, UK, 2014. [Google Scholar] [CrossRef]
  21. Hoffman, A.J.; Singleton, R.R. On Moore Graphs with Diameters 2 and 3. In Selected Papers of Alan J Hoffman; World Scientific: Singapore, 2003; pp. 377–384. [Google Scholar] [CrossRef]
  22. Cerf, V.G.; Cowan, D.D.; Mullin, R.C.; Stanton, R.G. A lower bound on the average shortest path length in regular graphs. Networks 1974, 4, 335–342. [Google Scholar] [CrossRef]
  23. Dally, W.; Towles, B. Principles and Practices of Interconnection Networks; Morgan Kaufmann Publishers: San Francisco, CA, USA, 2003. [Google Scholar]
  24. MacArthur, B.D.; Sánchez-García, R.J.; Anderson, J.W. Symmetry in complex networks. Discret. Appl. Math. 2008, 156, 3525–3531. [Google Scholar] [CrossRef] [Green Version]
  25. Sanders, P.; Schulz, C. Think locally, act globally: Highly balanced graph partitioning. In International Symposium on Experimental Algorithms; Springer: Berlin, Germany, 2013; pp. 164–175. [Google Scholar]
  26. The Sage Developers. SageMath, The Sage Mathematics Software System (Version 8.8). Available online: https://www.sagemath.org (accessed on 6 October 2019).
  27. Tange, O. GNU Parallel 2018; Lulu.com: Morrisville, NC, USA, 2018. [Google Scholar]
  28. Dummit, D.S.; Foote, R.M. Abstract Algebra; John Wiley & Sons: New York, NY, USA, 2003. [Google Scholar]
  29. The GAP Group. GAP—Groups, Algorithms, and Programming, Version 4.10.2. 2019. Available online: https://www.gap-system.org (accessed on 6 October 2019).
  30. Dokchitser, T. GroupNames. Available online: https://people.maths.bris.ac.uk/~matyd/GroupNames/index.html (accessed on 6 October 2019).
  31. Wolfram Research. “GraphData” from Wolfram Mathematica. Available online: https://reference.wolfram.com/language/ref/GraphData.html (accessed on 6 October 2019).
  32. Pegg, E., Jr.; Exoo, G. Crossing number graphs. Math. J. 2009, 11, 161–170. [Google Scholar] [CrossRef] [Green Version]
  33. Exoo, G.; Jajcay, R. Dynamic cage survey. Electron. J. Combin 2008, 15, 4. [Google Scholar]
Figure 1. Graph legends.
Figure 1. Graph legends.
Symmetry 12 00002 g001
Table 1. Illustrations of symbols used for automorphism groups.
Table 1. Illustrations of symbols used for automorphism groups.
SymbolDescription
A n Alternating group on a set of length n
C n Cyclic group of order n
D n Dihedral group of order 2 n
GL ( n , p ) General linear group of degree n over finite field F p
PGL ( n , p ) Projective general linear group obtained from G L ( n , p )
S n Symmetric group on a set of length n
Aut ( H ) Automorphism group of group H
Hol ( H ) Holomorph of group H
K × H Direct product of groups K and H
H m Direct product of m copies of group H
K H Semidirect product of groups K and H (In this manuscript, H acting faithfully on K)
K n H Wreath product of groups K and H, H acting on K n (n is ommited when H = S n or D n )
Table 2. The optimal graphs for N 12 and k 7 .
Table 2. The optimal graphs for N 12 and k 7 .
k34567
N
41.00001
Symmetry 12 00002 i001
424
S 4
5 1.00001
Symmetry 12 00002 i002
6120
S 5
61.400011.200011.00001
Symmetry 12 00002 i003 Symmetry 12 00002 i004 Symmetry 12 00002 i005
5726489720
S 3 S 2 S 2 S 3 S 6
7 1.33331 1.00001
Symmetry 12 00002 i006 Symmetry 12 00002 i007
648 125040
D 4 × S 3 S 7
81.571411.428611.285711.142911.00001
Symmetry 12 00002 i008 Symmetry 12 00002 i009 Symmetry 12 00002 i010 Symmetry 12 00002 i011 Symmetry 12 00002 i012
416811521060123841640320
D 8 S 4 S 2 S 3 × D 5 S 2 S 4 S 8
9 1.50001 1.25001
Symmetry 12 00002 i013 Symmetry 12 00002 i014
872 141296
S 3 S 2 S 3 S 3
101.666711.555611.444411.333311.22221
Symmetry 12 00002 i015 Symmetry 12 00002 i016 Symmetry 12 00002 i017 Symmetry 12 00002 i018 Symmetry 12 00002 i019
5120832013288001428817576
S 5 S 2 D 5 S 5 S 2 C 2 × S 3 × S 4 D 4 × ( S 3 S 2 )
11 1.60001 1.40001
Symmetry 12 00002 i020 Symmetry 12 00002 i021
822 165760
D 11 C 2 × S 4 × S 5
121.909111.636411.545511.454511.36361
Symmetry 12 00002 i022 Symmetry 12 00002 i023 Symmetry 12 00002 i024 Symmetry 12 00002 i025 Symmetry 12 00002 i026
618104812576181036800204608
( ( C 2 × S 3 ) S 2 )
D 9 D 4 × S 3 × C 2 S 6 S 2 S 2 6 ( S 3 S 2 )
Table 3. The optimal graphs for N = 14 , 16 , . . . , 32 ; k = 3 (left) and for N = 13 , 14 , . . . , 21 , 32 ; k = 4 (right).
Table 3. The optimal graphs for N = 14 , 16 , . . . , 32 ; k = 3 (left) and for N = 13 , 14 , . . . , 21 , 32 ; k = 4 (right).
k3 k4
N N
142.07691131.66671
Symmetry 12 00002 i027 Symmetry 12 00002 i028
73361052
PGL ( 2 , 7 ) C 13 C 4
162.20002141.69231
Symmetry 12 00002 i029 Symmetry 12 00002 i030
661096
S 3 C 2 2 × S 4
182.29411151.71431
Symmetry 12 00002 i031 Symmetry 12 00002 i032
781012
D 4 D 6
202.36841161.7500*1
Symmetry 12 00002 i033 Symmetry 12 00002 i034
8201232
D 10 C 2 2 C 2
222.4805*1171.8162*1
Symmetry 12 00002 i035 Symmetry 12 00002 i036
9161236
C 2 × D 4 S 3 2
242.56521181.8627*1
Symmetry 12 00002 i037 Symmetry 12 00002 i038
8321212
Hol ( C 8 ) D 6
262.68001191.88891
Symmetry 12 00002 i039 Symmetry 12 00002 i040
9521224
C 13 C 4 D 12
282.77781201.94741
Symmetry 12 00002 i041 Symmetry 12 00002 i042
103361496
PGL ( 2 , 7 ) GL ( 2 , 3 ) C 2
302.86211212.00002
Symmetry 12 00002 i043 Symmetry 12 00002 i044
914401414
Aut ( S 6 ) D 7
322.93551322.35483
Symmetry 12 00002 i045 Symmetry 12 00002 i046
1012183
A 4 C 3
Table 4. Other optimal graphs.
Table 4. Other optimal graphs.
( 16 , 3 ) ( 21 , 4 ) ( 32 , 4 ) ( 32 , 4 )
2.200022.000022.354832.35483
Symmetry 12 00002 i047 Symmetry 12 00002 i048 Symmetry 12 00002 i049 Symmetry 12 00002 i050
661414183183
S 3 D 7 C 3 C 3
Table 5. The finite presentations of semidirect product groups in Table 2, Table 3 and Table 4.
Table 5. The finite presentations of semidirect product groups in Table 2, Table 3 and Table 4.
( N , k ) Semidirect Product GroupFinite Presentation
(26,3) C 13 C 4 a , b | a 13 = b 4 = 1 , b a b 1 = a 5
(13,4)
(20,4) G L ( 2 , 3 ) C 2 a , b , c , d , e | a 4 = d 3 = e 2 = 1 , b 2 = c 2 = a 2 ,
a b = b a , a c = c a , a d = d a , c b c 1 = a 2 b , d b d 1 = a 2 b c ,
d c d 1 = b , e a e = a 1 , e b e = b c , e c e = a 2 c , e d e = d 1
Table 6. A summary of the properties of the optimal graphs in Table 2, Table 3 and Table 4.
Table 6. A summary of the properties of the optimal graphs in Table 2, Table 3 and Table 4.
kNNamed Graphs
4Tetrahedral graph; Complete; Distance-transitive; Strongly regular; Cayley; (3,3)-Cage; Circulant; Planar; Smallest cubic crossing number-0
6Thomsen graph; Complete bipartite; Distance-transitive; Strongly regular; Cayley; (3,4)-Cage; Circulant; Smallest cubic crossing number-1
8Wagner graph; Vertex-transitive; Cayley; Circulant; tripartite
10Petersen graph; Nonhamiltonian; Distance-transitive; Strongly regular; (3,5)-Cage; Smallest cubic crossing number-2; tripartite
314Heawood graph; Bipartite; Distance-transitive; Cayley; (3,6)-Cage; Smallest cubic crossing number-3
22Smallest cubic crossing number-7; tripartite
24McGee graph; (3,7)-Cage; Smallest cubic crossing number-8; tripartite
26Generalized Petersen-(13,5); Vertex-transitive; Smallest cubic crossing number-9; tripartite
28Coxeter graph; Nonhamiltonian; Distance-transitive; Smallest cubic crossing number-11; tripartite
30Levi graph; Bipartite; Distance-transitive; (3,8)-Cage; Smallest cubic crossing number-13 (to be proved)
5Pentatope graph; Complete; Distance-transitive; Strongly regular; Cayley; (4,3)-Cage; Circulant
6Octahedral graph; Complete tripartite; Distance-transitive; Strongly regular; Cayley; Planar; Circulant
8Complete bipartite; Distance-transitive; Strongly regular; Cayley; (4,4)-Cage; Circulant
49Generalized quadrangle-(2,1); (2, 3)-Hamming graph; (3, 3)-rook graph; 9-Paley graph; Distance-transitive; Strongly regular; Cayley; tripartite
10Arc-transitive; Cayley; Circulant; tripartite
114-Andrásfai graph; Vertex-transitive; Cayley; Circulant; tripartite
12Vertex-transitive; Cayley; Circulant; tripartite
1313-Cyclotomic graph; Arc-transitive; Cayley; Circulant; 4-partite
19Robertson graph; (4,5)-cage; tripartite
21Brinkmann graph; 4-partite (Table 4)
6Complete; Distance-transitive; Strongly regular; Cayley; (5,3)-Cage; Circulant
58(5,3)-Cone graph; 4-partite
10Complete bipartite; Distance-transitive; Strongly regular; Cayley; (5,4)-Cage; Circulant
7Complete; Distance-transitive; Strongly regular; Cayley; (6,3)-Cage; Circulant
816-Cell; Complete 4-partite; Distance-transitive; Strongly regular; Cayley; Circulant
69Complete tripartite; Distance-transitive; Strongly regular; Cayley; Circulant
10(6,4)-Cone graph; tripartite
12Complete bipartite; Distance-transitive; Strongly regular; Cayley; (6,4)-Cage; Circulant
78Complete; Distance-transitive; Strongly regular; Cayley; (7,3)-Cage; Circulant
12Vertex-transitive; Cayley; Circulant; 4-partite

Share and Cite

MDPI and ACS Style

Zhang, Y.; Huang, X.; Xu, Z.; Deng, Y. A Structured Table of Graphs with Symmetries and Other Special Properties. Symmetry 2020, 12, 2. https://doi.org/10.3390/sym12010002

AMA Style

Zhang Y, Huang X, Xu Z, Deng Y. A Structured Table of Graphs with Symmetries and Other Special Properties. Symmetry. 2020; 12(1):2. https://doi.org/10.3390/sym12010002

Chicago/Turabian Style

Zhang, Yidan, Xiaolong Huang, Zhipeng Xu, and Yuefan Deng. 2020. "A Structured Table of Graphs with Symmetries and Other Special Properties" Symmetry 12, no. 1: 2. https://doi.org/10.3390/sym12010002

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop