Araştırma Makalesi


DOI :10.26650/JTL.2022.1092188   IUP :10.26650/JTL.2022.1092188    Tam Metin (PDF)

Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması

Kevser ArmanAyşegül Tuş

Lojistik; ürünlerin taşınması, depolanması ve nihai varış noktasına ulaşması ile ilgili tüm süreçlerin yönetimidir. Lojistik faaliyetlerinin son derece karmaşık süreci, ürünlerin başlangıç noktasından varış noktasına kadar doğru bir şekilde koordinasyonunu gerektirir. Bu çalışmada, bir lojistik firması için Düzce-Artvin arasındaki toplam mesafeyi ve süreyi en aza indiren bir rota belirleme problemi, şebeke analiz yöntemlerinden biri olan En Kısa Yol (EKY) problemi olarak ele alınmıştır. Çalışmanın amacı, lojistik firmasının dağıtım faaliyetlerini optimize ederek daha yüksek düzeyde kârlılık ve müşteri hizmeti sunmaktır. Problemin çözümünde düğüm kombinasyonu algoritması kullanılmış, mesafe ve süre dikkate alınarak iki farklı rota elde edilmiştir. Bulgular, toplam minimum mesafenin 1152 km ve toplam minimum sürenin 16 saat 33 dakika olduğunu göstermektedir. Çalışmada toplam minimum mesafe dikkate alınarak elde edilen rota, Google Haritalar’ın sunduğu iki rotadan daha kısa mesafede ve sürede alternatif bir rota sunmaktadır. Ayrıca toplam minimum süre dikkate alınarak elde edilen rotanın, Google Haritalar’ın sunduğu alternatifler arasından en kısa mesafe ve süreye ait olan rota ile uyumlu olması, düğüm kombinasyonu algoritmasının uygulanabilirliğini göstermesi açısından önemlidir.

DOI :10.26650/JTL.2022.1092188   IUP :10.26650/JTL.2022.1092188    Tam Metin (PDF)

Applying the Node Combination Algorithm to the Shortest Path Problem for a Logistics Firm

Kevser ArmanAyşegül Tuş

Logistics entails the management of all processes related to products’ transportation, storage, and arrival at their destination. The highly complex process of logistics activities requires products to be accurately coordinated from their starting point to their destination. This study considers a route determination problem that minimizes the total distance and time between the cities of Düzce and Artvin in Turkey for a logistics company in terms of the shortest path problem (SPP), a network analysis method. The aim of the study is to provide a higher level of profitability and customer service by optimizing the distribution activities of a logistics company. The node combination algorithm has been used to solve the problem, with two different routes being obtained by considering distance and time. The study’s findings show the total minimum distance to be 1,152 km and the total minimum time to be 16 hours and 33 minutes. The route the study obtained by considering the total minimum distance offers an alternative route in terms of both shorter distance and time compared to the two routes offered by Google Maps. In addition, having the route obtained by considering the total minimum time be compatible with the route with the shortest distance and time that is found among the alternatives offered by Google Maps is important in terms of demonstrating the applicability of the node combination algorithm used in the study.  


GENİŞLETİLMİŞ ÖZET


Logistics is the action of physically delivering businesses’ goods or services to the required place at the desired time and has great importance concerning businesses’ profitability. Transportation costs these days are constantly increasing, and timely delivery is one of the main issues customers focus on. For this reason, the importance of logistics activities increases daily (Kosif & Ekmekçi, 2012, p. 41). However, logistics companies spend more than half their budget on transportation activities, and obtaining the most efficient distribution path is necessary for acquiring higher profits (Zulfiqar et al., 2018, p. 371). Accordingly, one of the most important problems in logistics activities involves determining the shortest route in terms of distance that will save time and costs, and a network analysis method can be used to solve this problem. A network is an effective format used for representing complex systems. Network analysis methods are activities that ensure optimal coordination and placement of resources. Rapid progress has occurred in both the methodology and application of network analysis methods, one of these being the shortest path problem (SPP). This problem has been used to minimize a linear function representing the distance between a predetermined pair of nodes in a given network (Climaco & Martins, 1982, p. 399). Many algorithms have been developed to solve the SPP, with the Dijkstra, Prim, Bellman-Ford, Floyd-Warshall, and Johnson algorithms seen to have been widely used in the literature (Dermawan, 2019, p. 55).

This study considers a route determination problem that minimizes the total distance and time between the cities of Düzce and Artvin in Turkey for a logistics company with regard to the SPP. The aim of the study is to provide a higher level of profitability and customer service by optimizing the distribution activities of a logistics company. For this purpose, the study uses the node combination method, one of the SPP methods. Although Dijkstra’s algorithm has been used frequently, it may not be easily understood, especially when applying the labeling method. The process of solving the SPP with the node combination algorithm is relatively simple, straightforward, and efficient compared to the Dijkstra algorithm. For this reason, this study has chosen to use the node combination algorithm. The basic idea behind the node combination (NC) algorithm proposed by Lu and Camitz (2011) is based on combining nodes instead of keeping the labeling sets, as occurs in the Dijkstra algorithm and differs from the Dijkstra algorithm in this respect. The node combination finds the nearest neighbor to the starting node and combines this node with the starting node, calculating the SPP iteratively. It then updates the edge weights connected to the nearest node. The path expression used in the SPP can occur different variables such as distance, time, or cost for different problems (Gencer & Karamanoğlu, 2020, p. 50). The current study examines the path characteristics in terms of distance and time, with the results then being compared to Google Maps. The study’s findings show the total minimum distance to be 1,152 km and the total minimum time to be 16 hours and 33 minutes. The route the study obtained by considering the total minimum distance offers an alternative route with regard to shorter distance and time compared to the two routes offered by Google Maps. Moreover, the route obtained by considering the total minimum time is compatible with the route possessing the shortest distance and time that occur among the alternatives offered by Google Maps. This study has shown the node combination algorithm to have been successfully implemented for a real-life problem. In addition, the results the study obtained are expected to contribute to decision makers in terms of offering alternatives that are different from the routes provided by Google Maps. Different results may occur between those from the applied algorithm and those from various online map services such as Google Maps because the node combination algorithm implements the direct distance between two cities, whereas Google Maps might use the alternative route between two cities.

One of the limitations of this study is that the SPP was solved only by considering distance and time. The concept of optimal route depends on the needs or the nature of the problem. The optimal route may be the shortest distance, the lowest cost, or the shortest time (Bulut & Erol, 2018, p. 189). Moreover, various factors such as road conditions, traffic variations, and vehicle characteristics may change the shortest time route or the lowest cost route, despite not changing the shortest distance. For this reason, future studies can address the optimal route determination problem with these variables using various other SPP algorithms and programming languages. In cases where routes change due to some sudden reasons or due to a change in traffic density while traveling between nodes, the real-time dynamic route control system proposed by Bulut and Erol (2018) may be used. Optimization algorithms may differ in performance with regard to particular problems. Hybrid approaches that take advantage of this difference may provide higher performance in many cases. With the increases in processors’ computational capacity, hybrid methods have started being preferred more often (Uslu et al., 2020, p. 102). In addition, many problems in real world applications cannot be solved accurately in polynomial time by any known algorithm. As the number of nodes in the route increases, so does the complexity of the computational solution and the computation time (Bulut & Erol, 2018, pp. 189–190). In this case, metaheuristic algorithms may be used as stated by Uslu et al. (2020). 


PDF Görünüm

Referanslar

  • Amaliah, B., Fatichah, C., & Riptianingdyah, O. (2016). “Finding the Shortest Paths Among Cities in Java Island Using Node Combination Based on Dijkstra Algorithm”. International Journal on Smart Sensing & Intelligent Systems, 9(4), 2219-2236. google scholar
  • Bulut, F., & Erol, H. M. (2018). “A Real-Time Dynamic Route Control Approach on Google Maps Using Integer Programming Methods”. International Journal of Next-Generation Computing, 189-202. google scholar
  • Climaco, J. C. N., & Martins, E. Q. V. (1982). “A Bicriterion Shortest Path Algorithm”. European Journal of Operational Research, 11(4), 399-404. google scholar
  • Deng, Y., Chen, Y., Zhang, Y., & Mahadevan, S. (2012). “Fuzzy Dijkstra Algorithm for Shortest Path Problem Under Uncertain Environment”. Applied Soft Computing, 12(3), 1231-1237. google scholar
  • Dermawan, T. S. (2019). “Comparison of Dijkstra dan Floyd-Warshall Algorithm to Determine the Best Route of Train”. IJID (International Journal on Informatics for Development), 7(2), 54-58. google scholar
  • Dijkstra EW. (1959) “A Note on Two Problems in Connexion with Graphs”. Numerische Mathematik, 1(1), 269-271. google scholar
  • Düzce’den Artvin’e Alternatif Rotalar, https://www.google.com/maps (09.03.2022). google scholar
  • Ekmen, D. E. (2020). “A Study on Performance Evaluation of Optimization Algorithms in the Shortest Path Problem”, (Unpublished Master Thesis), Ankara Yıldırım Beyazıt University Graduate School of Natural and Applied Sciences, Ankara. google scholar
  • Erol, M. H., & Bulut, F. (2017, April). “Real-Time Application of Travelling Salesman Problem Using Google Maps API”. In 2017 Electric Electronics, Computer Science, Biomedical Engineerings’ Meeting (EBBT) (pp. 1-5). IEEE. google scholar
  • F.S. Hillier, & G.L. Lieberman (2001). Introduction to Operations Research, (Seventh Edition), McGraw-Hill. google scholar
  • Fitro, A., P Sulistio Ilham, A., B Saeful, O., & Frendianata, I. (2018). “Shortest Path Finding in Geographical Information Systems Using Node Combination and Dijkstra Algorithm”. International Journal of Mechanical Engineering and Technology, 9(2), 755-760. google scholar
  • Gencer C., & Karamanaoğlu Y. E. (2020). Şebeke Optimizasyonu. Nobel Yayınevi, Ankara. google scholar
  • Hall, R. W. (1986). “The Fastest Path Through a Network with Random Time-Dependent Travel Times”. Transportation Science, 20(3), 182-188. google scholar
  • Karslı, N. (2010). “Akıllı Ulaşım Sistemleri için Yapay Bağışıklık Sistemleri ve Genetik Algoritma ile Yeni Stokastik En Kısa Yol Algoritmalarının Geliştirilmesi”, (Yayınlanmamış Doktora Tezi), Atatürk Üniversitesi Fen Bilimleri Enstitüsü, Erzurum. google scholar
  • Klein, C. M. (1991). “Fuzzy Shortest Paths”. Fuzzy Sets and Systems, 39(1), 27-41. google scholar
  • Kosif, B., & Ekmekçi, İ. (2012). “Araç Rotalama Sistemleri ve Tasarruf Algoritması Uygulaması”. İstanbul Ticaret Üniversitesi Fen Bilimleri Dergisi, 11(21), 41-51. google scholar
  • Lu, X., & Camitz, M. (2011). “Finding the Shortest Paths by Node Combination”. Applied Mathematics and Computation, 217(13), 6401-6408. google scholar
  • Mirino, A. E. (2017). “Best Routes Selection Using Dijkstra and Floyd-Warshall Algorithm”. In 2017 11th International Conference on Information & Communication Technology and System (ICTS) (pp. 155-158). IEEE. google scholar
  • Ojekudo, N. A., & Akpan, N. P. (2017). “An Application of Dijkstra’s Algorithm to Shortest Route Problem”. IOSR Journal of Mathematics (IOSR-JM), 13(3), 20-32. google scholar
  • Opasanon, S., & Miller-Hooks, E. (2005). “Adjustable Preference Path Strategies for Use in Multicriteria, Stochastic, and Time-Varying Transportation Networks”. Transportation Research Record, 1923(1), 137-143. google scholar
  • Özdemir, S., Sacar, Ö., & Özcan, E. “Dijkstra Algoritması Kullanılarak İpek Yolu Koridorları Arasında En Kısa Ulaştırma Güzergâhının Belirlenmesi”. Demiryolu Mühendisliği, (13), 97-105. google scholar
  • Öztürk, A. (2009). Yöneylem Araştırması, (12. Baskı). Ekin Basım Yayın Dağıtım, Bursa. google scholar
  • Render, B., Stair Jr, R. M., Hanna, M. E. & Trevor, S. T. (2015). Quantitative Analysis for Management, 13e. Pearson Education. google scholar
  • Rosita, Y. D., Rosyida, E. E., & Rudiyanto, M. A. (2019). “Implementation of Dijkstra Algorithm and MultiCriteria Decision-Making for Optimal Route Distribution”. Procedia Computer Science, 161, 378-385. google scholar
  • Shu-Xi, W. (2012). “The Improved Dijkstra’s Shortest Path Algorithm and Its Application”. Procedia Engineering, 29, 1186-1190. google scholar
  • Taha, H. A. (2017). Operations Research: An Introduction. Pearson Education Limited. google scholar
  • Tirastittam, P., & Waiyawuththanapoom, P. (2014). “Public Transport Planning System by Dijkstra Algorithm: Case Study Bangkok Metropolitan Area. World Academy of Science, Engineering and Technology International Journal of Social, Behavioral, Educational, Economic”, Business and Industrial Engineering, 8(1), 54-59. google scholar
  • Uslu, M. F., Uslu, S., & Bulut, F. (2020). “An Adaptive Hybrid Approach: Combining Genetic Algorithm and Ant Colony Optimization for Integrated Process Planning and Scheduling”. Applied Computing and Informatics, 18 (1/2), 101-112. google scholar
  • Winston, W. L., & Goldberg, J. B. (2004). Operations Research: Applications and Algorithms (Fourth Edition). Belmont: Thomson Brooks/Cole. google scholar
  • Yuan, Y., & Wang, D. (2009). “Path Selection Model and Algorithm for Emergency Logistics Management”. Computers & Industrial Engineering, 56(3), 1081-1094. google scholar
  • Zulfiqar, O.M., Isnanto, R.R. & Nurhayati, O.D. (2018). “Optimal Distribution Route Planning Based on Collaboration of Dijkstra and Sweep Algorithm”, 10th International Conference on Information Technology and Electrical Engineering (ICITEE) Information Technology and Electrical Engineering, Bali, Indonesia. google scholar

Atıflar

Biçimlendirilmiş bir atıfı kopyalayıp yapıştırın veya seçtiğiniz biçimde dışa aktarmak için seçeneklerden birini kullanın


DIŞA AKTAR



APA

Arman, K., & Tuş, A. (2022). Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması. Journal of Transportation and Logistics, 7(2), 289-302. https://doi.org/10.26650/JTL.2022.1092188


AMA

Arman K, Tuş A. Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması. Journal of Transportation and Logistics. 2022;7(2):289-302. https://doi.org/10.26650/JTL.2022.1092188


ABNT

Arman, K.; Tuş, A. Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması. Journal of Transportation and Logistics, [Publisher Location], v. 7, n. 2, p. 289-302, 2022.


Chicago: Author-Date Style

Arman, Kevser, and Ayşegül Tuş. 2022. “Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması.” Journal of Transportation and Logistics 7, no. 2: 289-302. https://doi.org/10.26650/JTL.2022.1092188


Chicago: Humanities Style

Arman, Kevser, and Ayşegül Tuş. Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması.” Journal of Transportation and Logistics 7, no. 2 (Dec. 2024): 289-302. https://doi.org/10.26650/JTL.2022.1092188


Harvard: Australian Style

Arman, K & Tuş, A 2022, 'Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması', Journal of Transportation and Logistics, vol. 7, no. 2, pp. 289-302, viewed 9 Dec. 2024, https://doi.org/10.26650/JTL.2022.1092188


Harvard: Author-Date Style

Arman, K. and Tuş, A. (2022) ‘Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması’, Journal of Transportation and Logistics, 7(2), pp. 289-302. https://doi.org/10.26650/JTL.2022.1092188 (9 Dec. 2024).


MLA

Arman, Kevser, and Ayşegül Tuş. Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması.” Journal of Transportation and Logistics, vol. 7, no. 2, 2022, pp. 289-302. [Database Container], https://doi.org/10.26650/JTL.2022.1092188


Vancouver

Arman K, Tuş A. Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması. Journal of Transportation and Logistics [Internet]. 9 Dec. 2024 [cited 9 Dec. 2024];7(2):289-302. Available from: https://doi.org/10.26650/JTL.2022.1092188 doi: 10.26650/JTL.2022.1092188


ISNAD

Arman, Kevser - Tuş, Ayşegül. Bir Lojistik Firmasının En Kısa Yol Problemine Düğüm Kombinasyonu Algoritmasının Uygulanması”. Journal of Transportation and Logistics 7/2 (Dec. 2024): 289-302. https://doi.org/10.26650/JTL.2022.1092188



ZAMAN ÇİZELGESİ


Gönderim23.03.2021
Kabul17.08.2022
Çevrimiçi Yayınlanma30.12.2022

LİSANS


Attribution-NonCommercial (CC BY-NC)

This license lets others remix, tweak, and build upon your work non-commercially, and although their new works must also acknowledge you and be non-commercial, they don’t have to license their derivative works on the same terms.


PAYLAŞ




İstanbul Üniversitesi Yayınları, uluslararası yayıncılık standartları ve etiğine uygun olarak, yüksek kalitede bilimsel dergi ve kitapların yayınlanmasıyla giderek artan bilimsel bilginin yayılmasına katkıda bulunmayı amaçlamaktadır. İstanbul Üniversitesi Yayınları açık erişimli, ticari olmayan, bilimsel yayıncılığı takip etmektedir.