[pgrouting-users] Traveling Sales Person

When I call tsp() I get a segmentation fault. When I use tsp_dijkstra_directed() it complains about a missing relation, tsp_test. I won’t go into a lot of detail, as it’s basically the exact same issue described here:

https://github.com/pgRouting/pgrouting/issues/27

My question is… is there currently a way to implement TSP using pgrouting (version 1.05)? If it’s not working yet, I’ll try out Delawin’s solution from the above link, but I was just curious. Thanks!