Module tsp

Module tsp 

Source
Expand description

Travelling Salesman Problem via Held-Karp bitmask DP.

Functionsยง

tsp_held_karp
Solves the Travelling Salesman Problem exactly using the Held-Karp bitmask dynamic programming algorithm.