Comparison Between an Exact and a Heuristic-Based Traveling Salesman Problem with Time Window Constraints
Published Online: Nov 09, 2024
Page range: 99 - 112
Received: Jun 30, 2024
Accepted: Aug 30, 2024
DOI: https://doi.org/10.2478/bipie-2023-0017
Keywords
© 2023 Mihaela-Alexandra Barb-Ciorbea, published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
This work aims to compare two distinct approaches for solving a Travelling Salesman Problem with time window constraints. Given an environment with a fixed number of cities (points of interest), a robot must determine a route such that each city is visited in an imposed time interval. Both of the examined techniques have the objective of identifying the path with the lowest cost in terms of the distance traveled.
The initial approach employs an exact method by defining the requirements as a mixed integer linear programming (MILP) optimization problem.
The second method involves a meta-heuristic approach, using an ant colony procedure to solve the optimization problem.
Besides qualitative information, the performed quantitative comparison relies on multiple numerical simulations performed in a MATLAB environment. We thus highlight the advantages and disadvantages of both methods, by taking into consideration criteria as the simulation time and the relative difference between the obtained costs versus the number of cities.