Content: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Definition:In graph theory, the diameter of a graph is defined as a the maximum distance of the shortest path between any pair of vertices; the degree of a vertex is defined as the number adjacent vertices; and the girth is the length of the shortest cycle contained in a graph. The degree/diameter problem refers to find the largest possible graph, in terms of the number of vertices, with constraints in the diameter (D) of the graph and the maximum degree (Δ) of each vertex. The graph that meets this constraints are denoted as (Δ,D) graph.
Additionally, the order of a (Δ,D) graph with degree Δ > 2, and a diameter D is bounded by the Moore bound (an equivalent definition is a graph of diameter D and girth 2D+1). ![]() However, most of the degree diameter graph found until now are smaller than the Moore bound. The knowing graphs that meets the upper Moore bound are:
Table 1: Degree/Diameter graph that meets the upper bound defined by Moore bound [Din1994, Mil2005] ![]() Figure 1: Hoffman- Singleton (Left) [1], K3*C5 graph [2], and its dominating set (centre), and Petersen graph [2], and its dominating set in red (Right) Given that this problem is computational hard researchers around the world keep a database with the graphs that meets the requirements. Some examples of research that try to tackle this problem are [Ami2009, Jaj2009, Asa2010, Kon2005] . [1] https://en.wikipedia.org/wiki/File:Hoffman-Singleton_graph.svg [2] http://www-ma4.upc.es/%7Ecomellas/delta-d/desc_g/desc_g2.html#72 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(Δ,D) Application:The degree/diameter graphs are used mostly in network related problems where the number of connections attached to each node is limited (Δ), and the number of intermediate nodes should be small to meet timing tolerance [Din1994, Mil2005].
Other authors aim to solve two different problems at the same time, mixing the degree/diameter problem with another extra restriction. For example, taking into account the cost of the network, improve the parallel and distributed processing of a network, or construct a network to be faulttolerant [Dek2012, Rav2001]
Similarly, other authors applied the degree/diameter problem to different areas of knowledge. That is, Sohaee and Forst [Sah2009] tried to find the core of a network of interacting proteins by applying the bounded-diameter subgraphs. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Examples:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
References:[Din1994] Michael J. Dinneen and Paul R. Hafner. New results for the degree/diameter problem. Networks, 24(7):359–367, 1994. [Mil2005] Mirka Miller and Jozef Siran. Moore graphs and beyond: A survey of the degree/diameter problem. ELECTRONIC JOURNAL OF COMBINATORICS, DYNAMIC SURVEY D, 14:2005, 2005. [Dek2012] Anthony Dekker, Hebert P´erennes, S.rez-Ros´es, Guillermo Pineda-Villavicencio, and Paul Watters. The maximum degree & diameter-bounded subgraph and its applications. Journal of Mathematical Modelling and Algorithms, 11(3):249–268, 2012. [Rav2001] S. S. Ravi, Madhav V. Marathe, Daniel J. Rosenkrantz, S. S. Ravi, Harry B. Hunt, and III. Approximation algorithms for degree-constrained minimum-cost network-design problems, 2001. [Sah2009] Nassim Sohaee and Christian V. Forst. Bounded diameter clustering scheme for protein interaction networks. In World Congress on Engineering and Computer Science, vol I, 2009. [Ami2009] Omid Amini, David Peleg, St´ephane P´erennes, Ignasi Sau, and Saket Saurabh. Degree constrained subgraph problems: Hardness and approximation results. In Evripidis Bampis and Martin Skutella, editors, Approximation and Online Algorithms, volume 5426 of Lecture Notes in Computer Science, pages 29–42. Springer Berlin Heidelberg, 2009. [Jaj2009] Robert Jajcay and Geoffrey Exoo. Properties of groups for the cage and degree/diameter problems. Electronic Notes in Discrete Mathematics, 34(0):341 – 345, 2009. European Conference on Combinatorics, Graph Theory and Applications (EuroComb 2009). [Asa2010] Yuichi Asahiro, Eiji Miyano, and Kazuaki Samizo. Approximating maximum diameter-bounded subgraphs. In Proceedings of the 9th Latin American Conference on Theoretical Informatics, LATIN’10, pages 615–626, Berlin, Heidelberg, 2010. Springer-Verlag. [Kon2005] Jochen Konemann, Asaf Levin, and Amitabh Sinha. Approximating the degree-bounded minimum diameter spanning tree problem. Algorithmica, 41(2):117–129, 2005. |