Skip to content
forked from leix28/sa-tsp

An implement of Simulated Annealing on TSP

Notifications You must be signed in to change notification settings

pdrocaldeira/sa-tsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#SA-TSP
An implement of Simulated Annealing algorithm on TSP problem.

Warning: The program is tested under:
	OS X 10.10 Yosemite
	Arch Linux Kernel 4.2.5-1	 
	
It probably works under other operating systems.

--------------

##Compile
- For Unix/Linux/OSX
	make
- For Windows
	mingw32-make

--------------

##Use
- screen I/O
./tsp

- file I/O
./tsp [input file name] [input file name]
Example: ./tsp input1.txt input2.txt input3.txt

--------------

Leonard Xu © All right reserved

About

An implement of Simulated Annealing on TSP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • Makefile 5.1%