Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

This exmaple builds on british_isles_attractions.htm

It shows how SAS can calculate the "optimal tour" to visit all the locations
using the TSP statement in SAS/OR's PROC OPTNET (the TSP statement invokes 
an algorithm that solves the traveling salesman problem).

Back to Samples Index