Marwan, Marwan
University of Mataram

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Solving Traveling Salesman Problem Art Using Clustered Traveling Salesman Problem Sulistia, Nadya; Irwansyah, Irwansyah; Marwan, Marwan
(IJCSAM) International Journal of Computing Science and Applied Mathematics Vol 11, No 1 (2025)
Publisher : Institut Teknologi Sepuluh Nopember

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.12962/j24775401.v11i1.20259

Abstract

Traveling Salesman Problem (TSP) is a method of finding the minimum tour in a graph. In line with the development of TSP theory and its application, TSP Art shows up as the implementation of mathematics in art. TSP Art is an art which represented in a graph. TSP Art consists of a lot of vertice that make the solution more complicated to be found. This problem has been solved using the Parallel Genetic Algorithm with Edge Assembly Crossover algorithm (GA-EAX). However, there are few lacks of this algorithm e.g., the running time is too long, it needs $12$ hours to solve the problem. In addition, GA-EAX required too much amount of RAM to process hundreds thousands of these vertice. While, in this research, one of the TSP variants is used, that is Clustered Traveling Salesman Problem (CTSP). CTSP is a modification of TSP by clustering number of vertice in a cluster, where each cluster must be visited one by one. The purpose of this study is to determine the TSP Art's solution using the CTSP method and to know the length of the CTSP’s minimum tour on the TSP Art problem. In this study, the Nearest Neighbor Heuristic algorithm is used to find the minimum path of each cluster. Furthermore, Kruskal’s algorithm is used to connect those minimum paths to become CTSP’s minimum tour. Based on this study, the minimum tour of Monalisa, Van Gogh, and Venus are 6.932.014,192594253 distance units, 7.902.043,90173308 distance units, and 8.210.589,60220378 distance units, respectively.