Implemeted using Golang
See main.go for more details
for usage instructions visit here requires mercurial to be installed in the system
(Assuming Go is installed and $GOPATH points to the proper directory...if not then refer here for installation and here for post installation setup.)
Run $ go get github.com/mtShaikh/tsp_through_aco
to get the files
Run
$ go install
command in the directory where main.go file is ($GOPATH/src/github.com/mtShaikh/main
): and then run$ $GOPATH/bin/main
The implementation only considers the DIMENSION
and NODE_COORD_SECTION
fields in the files given. It uses the former to get the total number of cities and the latter to get the coordinates of those cities