Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 238 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 238 Bytes

TSP Branch and Bound

Traveling Sales Person, using branch and bound.

In this python implementation, def travel(@params) finds a solution to TSP with the def bound(@params) determinging the bound of current node of space tree.