Skip to content

bartko-s/tsp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Travelling Salesman Challenge 2.0

My solution of Travelling Salesman Challenge 2.0. I used simulated annealing algorithm and Go programing language.

How to use

  • build GoLang program for your platform
  • run within terminal app.sh < ./data/3.in.txt

Flags

Name Value Description
duration 5s Max execution time
debug true Show debug information
cpu-profile ./profile.prof Enable cpu profiler
trace-log ./trace.log Enable trace log

Releases

No releases published

Packages

No packages published

Languages