DOI QR코드

DOI QR Code

4-색 알고리즘

The Four Color Algorithm

  • 이상운 (강릉원주대학교 멀티미디어공학과)
  • Lee, Sang-Un (Dept. of Multimedia Eng., Gangneung-Wonju National University)
  • 투고 : 2013.01.07
  • 심사 : 2013.03.26
  • 발행 : 2013.05.31

초록

본 논문은 지금까지 NP-완전인 난제로 알려진 4-색 정리를 $O(n)$선형시간 복잡도로 수기식과 컴퓨터를 활용하여 증명하는 알고리즘을 제안하였다. 제안된 알고리즘은 그래프 $G=(V_1,E_1)$의 정점 집합 V를 최대 독립집합 $\bar{C_1}$와 최소 정점 피복 집합 $C_1$으로 정확히 양분하는 기법을 적용하여 $\bar{C_1}$에 첫 번째 색을 배정하고, $C_1$ 집합의 정점들로 축소된 연결 그래프 $G=(V_2,E_2)$를 대상으로 $\bar{C_2}$$C_2$로 양분하여 $\bar{C_2}$에 두 번째 색을 지정하였다. $C_2$ 집합의 정점들로 축소된 연결 그래프 $G=(V_3,E_3)$를 대상으로 $\bar{C_3}$$C_3$로 양분하여 $\bar{C_3}$에 세 번째 색을 지정하였다. 마지막으로$C_3$$\bar{C_4}$로 하여 4번째 색을 배정하였다. 2개의 실제 지도 그래프와 2개의 평면 그래프를 대상으로 제안된 알고리즘을 적용한 결과 모든 그래프에서 채색수 ${\chi}(G)=4$를 찾는데 성공하였다. 결국, 제안된 "4-색 알고리즘"은 평면 그래프의 4-색을 결정하는 일반적인 알고리즘으로 적용할 수 있을 것이다.

This paper proposes an algorithm that proves an NP-complete 4-color theorem by employing a linear time complexity where $O(n)$. The proposed algorithm accurately halves the vertex set V of the graph $G=(V_1,E_1)$ into the Maximum Independent Set (MIS) $\bar{C_1}$ and the Minimum Vertex Cover Set $C_1$. It then assigns the first color to $\bar{C_1}$ and the second to $\bar{C_2}$, which, along with $C_2$, is halved from the connected graph $G=(V_2,E_2)$, a reduced set of the remaining vertices. Subsequently, the third color is assigned to $\bar{C_3}$, which, along with $C_3$, is halved from the connected graph $G=(V_3,E_3)$, a further reduced set of the remaining vertices. Lastly, denoting $C_3$ as $\bar{C_4}$, the algorithm assigns the forth color to $\bar{C_4}$. The algorithm has successfully obtained the chromatic number ${\chi}(G)=4$ with 100% probability, when applied to two actual map and two planar graphs. The proposed "four color algorithm", therefore, could be employed as a general algorithm to determine four-color for planar graphs.

키워드

참고문헌

  1. Wikipedia, "Graph Coloring," http://en.wikipedia.org/wiki/Graph_Coloring, Wikimedia Foundation Inc., 2013.
  2. Wikipedia, "Four Color Theorem," http://en.wikipedia.org/wiki/Four_Color_Theorem, Wikimedia Foundation Inc., 2008.
  3. R. Thomas, "The Four Color Theorem," School of Mathematics, Georgia Institute of Technology, Atlanta, Georgia, http://www.math.gatech.edu/ -thomas/FC/ fourcolor.html, 2007.
  4. M. Moore, "Four Color Theorem," Department of Mathematical Sciences, University of Arkansas, 2006.
  5. I. Cahit, "The Four Color Theorem and Three Proofs," http://www.emu.edu.tr/-cahit/The Four Color Theorem - Three Proofs.html, 2005.
  6. K. Brown, "The Four Color Theorem," http:// www.mathpages.com/home/kmath266/kmath26 6.htm, 2008.
  7. E. W. Weisstein, "The Four-Color Theorem," Wolfram MathWorld, http://mathworld.wolfram.com /Four-ColorTheorem.html, 2013.
  8. K. Appel and W. Haken, "Every Planar Map is Four-Colorable, II: Reducibility," Illinois Journal of Math., Vol. 21, pp. 491-567, 1977.
  9. M. Gardner, "Mathmatical Games: On Tessellatings the Plane with Convex Polygons," Science American, Vol. 232, pp. 112-117, 1975.
  10. S. Wagon, "Mathematica in Action, 2nd Ed.," New York: Springer-Verlag, pp. 535-536, 1999.
  11. S. Wagon, "A Machine Resolution of a Four-Color Hoax," Proceedings of the 14th Canadian Conference on Computational Geometry, pp. 174-185, 2002.
  12. A. B. Kempe, "On the Geographical Problem of the Four Colors," American Journal of Math., Vol. 2, pp. 193-200, 1879. https://doi.org/10.2307/2369235
  13. P. J. Heawood, "On the Four-Color Map Theorem," Quart. Journal Pure Math, Vol. 29, pp. 270-285, 1898.
  14. N. Robertson, D. P. Sanders, P. Seymour, and R. Thomas, "A New Proof of the Four-Colour Theorem," Electronic Research Announcements of the American Mathematical Society, Vol. 2, No. 1, 1996.
  15. A. Dharwadker, "A New Proof of the Four Colour Theorem," http://www.geocities.com/dharwadker/, 2000.
  16. A. Dharwadker, "The Vertex Coloring Algorithm,"http://www.geocities.com/dharwad ker/vertex_coloring/, 2006.
  17. Wikipedia, "Degree (Graph Theory)," http://en. wikipedia.org/wiki/Degree_(graph-theory), Wikimedia Foundation Inc., 2013.
  18. Wikipedia, "Hadwiger-Nelson Problem," http://en.wikipedia.org/wiki/Hadwiger_Nelson_Problem, Wikimedia Foundation Inc., 2013.

피인용 문헌

  1. 간선 색칠 문제의 다항시간 알고리즘 vol.18, pp.11, 2013, https://doi.org/10.9708/jksci.2013.18.11.159
  2. 평면의 채색수 알고리즘 vol.19, pp.5, 2013, https://doi.org/10.9708/jksci.2014.19.5.019