Skip to content

alexpilk/ATSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traveling salesman problem

Solved using brute force and branch & bound.

Help

Run using python: python cli.py atsp/tests/test_data/tsp_10.txt

Run executable from Windows command line: dist\cli.exe atsp/tests/test_data/tsp_10.txt

Build executable: pyinstaller cli.py --onefile

Run tests: pytest atsp/tests

About

Asymmetric traveling salesman problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published