Skip to content

khare-ashwini/CSE-6140-TSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 6140 - Fall 2014 Project

  •  Solve an intractable problem that is of practical importance
    
  •  Implement an exact branch-and-bound algorithm for TSP
    
  •  Implement heuristic algorithms for TSP (without approximation guarantees)
    
  •  Implement approximate algorithms for TSP, that run in reasonable time and provide high-quality solutions
    
  •  Develop your ability to conduct empirical analysis of algorithm performance on datasets, and to understand the trade-offs between accuracy, speed, etc., across different algorithms
    
  •  Work in group with other students
    

tl; dr

xkcd TSP

Source : xkcd

Report should be an interesting read for you.

Dataset

TSPLib

Authors

Richard, Ran, Vikas & Ashwini {@gatech}

License

Don't Care. Feel free to fix it though :)

About

Travelling Salesman Problem Heuristics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages