These are the functions to get vertex tours:
| Function | Short Description | |
| TSPCycle | shortest round trip across all vertices (Traveling Salesman) | |
| TSPPath | shortest trip between start and end vertex across all vertices | |
| TSPStationWalk | shortest (round) trip across given set of vertices |
The facing column contains an example for TSPCycle.