jakobbossek / salesperson

Algorithms to solve and features to characterise TSP problems.
http://jakobbossek.github.io/salesperson/
Other
10 stars 7 forks source link

Add approximation algorithms #23

Closed jakobbossek closed 9 years ago

jakobbossek commented 9 years ago

Write an interface for the C(++) implementation of the spanning-tree heuristic and the Christofides algorithm. Code is already located in another private repo.

jakobbossek commented 9 years ago

Added adapter to C code by the research group of Markus Wagner.