scholarly journals Multi Integer Linear Programming and the Traveling Salesman Problem

Author(s):  
S. Sathyapriya

The Travelling Salesman problem is considered as a binary integer problem. For this problem, several stop variables and subtours are discussed. The stops are generated and the distance between those stops are found, consequently the graphs are drawn. Further the variables are declared and the constraints are framed. Then the initial problem is visualised along with the subtour constraints in order to achieve the required output.

2013 ◽  
Vol 411-414 ◽  
pp. 2013-2016 ◽  
Author(s):  
Guo Zhi Wen

The traveling salesman problem is analyzed with genetic algorithms. The best route map and tendency of optimal grade of 500 cities before the first mutation, best route map after 15 times of mutation and tendency of optimal grade of the final mutation are displayed with algorithm animation. The optimal grade is about 0.0455266 for the best route map before the first mutation, but is raised to about 0.058241 for the 15 times of mutation. It shows that through the improvements of algorithms and coding methods, the efficiency to solve the traveling problem can be raised with genetic algorithms.


2021 ◽  
Vol 1 (8) ◽  
pp. 752-756
Author(s):  
Ifham Azizi Surya Syafiin ◽  
Sarah Nur Fatimah ◽  
Muchammad Fauzi

PT XYZ as the best and largest Bed Sheet Set company in Indonesia with products such as Bed Covers, Bed Sheets, Pillowcases, Bolsters and Blankets. The Traveling Salesman Problem (TSP) is a problem faced in finding the best route to visit shops that sell products from PT BIG. A visit to the shop is carried out on the condition that each city can only be visited once except the city of origin. The algorithms applied in this TSP problem include the Complete Enumeration, Branch & Bound and Greedy Heuristic methods.


Author(s):  
Yusuf Sahin ◽  
Erdal Aydemir ◽  
Kenan Karagul ◽  
Sezai Tokat ◽  
Burhan Oran

Traveling salesman problem in which all the vertices are assumed to be on a spherical surface is a special case of the conventional travelling salesman problem. There are exact and approximate algorithms for the travelling salesman problem. As the solution time is a performance parameter in most real-time applications, approximate algorithms always have an important area of research for both researchers and engineers. In this chapter, approximate algorithms based on heuristic methods are considered for the travelling salesman problem on the sphere. Firstly, 28 test instances were newly generated on the unit sphere. Then, using various heuristic methods such as genetic algorithms, ant colony optimization, and fluid genetic algorithms, the initial solutions for solving test instances of the traveling salesman problem are obtained in Matlab®. Then, the initial heuristic solutions are used as input for the 2-opt algorithm. The performances and time complexities of the applied methods are analyzed as a conclusion.


Author(s):  
Bogdan-Vasile Cioruța ◽  
Alexandru Lauran ◽  
Mirela Coman

The paper presents an introduction to the Ant Colony Optimisation (ACO) algorithm and methods for solving the Travelling Salesman Problem (TSP). Documenting, understanding and knowledge of concepts regarding the emergent behavior and intelligence swarms optimization, easily led on solving the Travelling Salesman Problem using a computational program, such as Mathematics Wolfram via Creative Demostration Projects (*.cdf) module. The proposed application runs for a different number of ants, a different number of ants, a different number of leaders (elite ants), and a different pheromone evaporation index. As a result it can be stated that the execution time of the algorithm to solve the TSP is direct and strictly proportional to the number of ants, cities and elite ants considered, the increase of the execution time increasing significantly with the increase of the variables.


Teknika ◽  
2019 ◽  
Vol 8 (2) ◽  
pp. 110-118
Author(s):  
Herdiesel Santoso ◽  
Rachmad Sanuri

Divisi pemasaran STMIK El Rahma memiliki permasalahan dengan penjadwalan rute kunjungan ketika harus melakukan perjalanan multi destinasi ke sekolah-sekolah untuk melakukan promosi. Perjalanan multi destinasi dengan mempertimbangkan waktu kunjungan merupakan permasalahan Travelling Salesman Problem with Time Windows (TSP-TW). Algoritma Genetika merupakan salah satu metode pencarian yang dapat digunakan untuk memberikan rute perjalanan yang optimal. Rekomendasi yang diberikan tidak hanya mempertimbangkan jarak tetapi juga waktu tempuh didapatkan menggunakan Google Maps API. Skenario pengujian yang dilakukan adalah pengujian banyak generasi optimal, pengujian banyak populasi optimal, pengujian kombinasi probabilitas crossover (Pc) dan proabilitas mutasi (Pm), serta pengujian konsistensi solusi yang dihasilkan Algoritma Genetika. Hasil pengujian menunjukan bahwa jumlah individu terbaik adalah 150 individu dalam satu populasi. Kriteria berhenti jika setelah 127 generasi berturut-turut didapatkan nilai fitness tertinggi yang tidak berubah dan kombinasi probabilitas crossover dan probabilitas mutasi yang paling optimal adalah {0.3 : 0.7}.


Author(s):  
Glaubos Climaco ◽  
Luidi Simonetti ◽  
Isabel Rosseti

The Prize Collecting Traveling Salesman Problem (PCTSP) represents a generalization of the well-known Traveling Salesman Problem. The PCTSP can be associated with a salesman that collects a prize in each visited city and pays a penalty for each unvisited city, with travel costs among the cities. The objective is to minimize the sum of the costs of the tour and penalties, while collecting a minimum amount of prize. This paper suggests MIP-based heuristics and a branch-and-cut algorithm to solve the PCTSP. Experiments were conducted with instances of the literature, and the results of our methods turned out to be quite satisfactory.


Author(s):  
N. Mouttaki ◽  
J. Benhra ◽  
G. Rguiga

Abstract. The Travelling Salesman Problem (TSP) is a classical problem in combinatorial optimization that consists of finding the shortest tour through all cities such that the salesman visits each city only one time and returns to the starting city. Genetic algorithm is one of the powerful ways to solve problems of traveling salesman problem TSP. The current genetic algorithm aims to take in consideration the constraints happening during the execution of genetic algorithm, such as traffic jams when solving TSP. This program has two important contributions. First one is proposing simple method into taking in consideration an inconvenient route linked to traffic jams. The second one is the use of closeness strategy during the initialization step, which can accelerate the execution time of the algorithm.The results of the experiments show that the improved algorithm works better than some other algorithms. The conclusion ends the analysis with recommendations and future works.


Author(s):  
Fayçal Chebihi ◽  
Mohammed essaid Riffi ◽  
Amine Agharghor ◽  
Soukaina Cherif Bourki Semlali ◽  
Abdelfattah Haily

<p>This paper proposes a novel discrete bio-inspired chicken swarm optimization algorithm (CSO) to solve the problem of the traveling salesman problem (TSP) which is one of the most known problems used to evaluate the performance of the new metaheuristics. This problem is solved by applying a local search method 2-opt in order to improve the quality of the solutions. The DCSO as a swarm system of the algorithm increases the level of diversification, in the same way the hierarchical order of the chicken swarm and the behaviors of chickens increase the level of intensification. In this contribution, we redefined the basic different operators and operations of the CSO algorithm. The performance of the algorithm is tested on a symmetric TSP benchmark dataset from TSPLIB library. Therefore, the algorithm provides good results in terms of both optimization accuracy and robustness comparing to other metaheuristics.</p>


Sign in / Sign up

Export Citation Format

Share Document