damienleroux / test-go-exact-algo-travelling-salesmans-problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolving the Travelling salesmans problem using exact algorithme & go

Motivation

Just for fun:

  • to play with go and to benchmark performance using exact algorithm Travelling salesman problem
  • to complexify the classic travelling salesman problem that I already did solve here with multiple salesmans instead of only one.

WIP

This repository is in progress and a proper readme will come later.

About


Languages

Language:Go 100.0%