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:<br>
<br><a href="https://github.com/pgRouting/pgrouting/issues/27">https://github.com/pgRouting/pgrouting/issues/27</a><br><br>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!<br>