Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.01 KB

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 :)