leix28 / sa-tsp

An implement of Simulated Annealing on TSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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


Languages

Language:C++ 94.9%Language:Makefile 5.1%