tsp (#20) - TSP Bounding Box - Wrappers??? (#321) - Message List

TSP Bounding Box - Wrappers???

I have a large road network and I would like to prevent loading the entire network for analysis. I know the wrappers for Dijkstra and A* have an option to pass a bounding box and limit the search. Is something similar available for TSP?

Also, I get an error when using the tsp_wrappers. It seems that they refer to a non-existent table 'tsp_test'. This was introduced in the last changeset to the wrappers with a commit message of 'TSP wrappers fixed'.

Looks like it might have broke them.

Thanks