Skip to content

addlatt/TSP-IP-vs-Heuristics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Traveling salesperson problems are NP-Complete. Some large problems may take very long to solve optimally. In situations where speed is necessary, there are several heuristics that can reliably find solution approximations that are close to optimal much more quickly. I want to compare the optimization based solutions to the heurisitcs available for varying network sizes and time requirements.

I will model this as a mixed integer program and try to solve it for multiple different network sizes. As for heuristics, i will use: nearest neighbor, christofides, as well as the improvement method 2-opt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published