Skip to content

vadimkantorov/tsp-bb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of branch-and-bound for TSP in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages