Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 326 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 326 Bytes

Branch-and-bound for Traveling Salesman Problem (TSP) in C++

The implementation follows division of search space by inclusion/exclusion of edges selected by a criterion that maximizes early cuts of subspaces of the search space.

A good algorithm explanation is at http://www.cs.berkeley.edu/~demmel/cs267/assignment4.html