-
Notifications
You must be signed in to change notification settings - Fork 0
This project implements a branch and bound algorithm to find solutions to the traveling salesperson problem (TSP) giving me exposure to NP-complete problems. The branch and bound algorithm finds a reduced cost matrix to determine the lower-bound and then performs a depth-first search which expands the most promising partial path first in order t…
kwjesse/TravelingSalesperson
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
This project implements a branch and bound algorithm to find solutions to the traveling salesperson problem (TSP) giving me exposure to NP-complete problems. The branch and bound algorithm finds a reduced cost matrix to determine the lower-bound and then performs a depth-first search which expands the most promising partial path first in order t…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published