Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP-Routing-Optimization

Application and Mathematical Analysis of TSP-based Delivery Route Optimization using Greedy, Random, Held-Karp, Simulated Annealing, Branch and Bound, and Nearest Insertion.

Features

  • Solve the Traveling Salesman Problem (TSP)

  • Compare multiple optimization algorithms:

    • Greedy
    • Random Search
    • Held-Karp Dynamic Programming
    • Simulated Annealing
    • Branch and Bound
    • Nearest Insertion
  • Route visualization on an interactive graph

  • Performance comparison between algorithms

  • Mathematical analysis of route optimization

Run the Project

  1. Download and extract TSP_System.zip
  2. Run the executable file
  3. Select an algorithm
  4. Generate locations and start optimization

Screenshots

Main Interface

Main Interface

Description: Main application window displaying generated cities, route visualization, and algorithm controls.

Route Visualization

Route Visualization

Description: Visualization of the optimized delivery route generated by the selected algorithm.

Algorithm Comparison

Algorithm Comparison

Description: Comparison of route distance and execution time between optimization algorithms.


Documentation

License

MIT License

About

Application and Mathematical Analysis of TSP-based Delivery Route Optimization using Greedy, Random, Held Karp, Simulated Anealing, Branch and Bound, and Nearest Insertion

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages