https://github.com/euank/branch-and-bound
An (in progress) branch and bound of the TSP in JS
https://github.com/euank/branch-and-bound
Last synced: over 1 year ago
JSON representation
An (in progress) branch and bound of the TSP in JS
- Host: GitHub
- URL: https://github.com/euank/branch-and-bound
- Owner: euank
- License: mit
- Created: 2013-12-06T06:07:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T23:10:16.000Z (over 12 years ago)
- Last Synced: 2025-01-24T17:20:06.866Z (over 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Branch-and-Bound
================
An (in progress) branch and bound of the TSP in JS
It doesn't work right now. Hopefully it will one day