<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    I have been puzzling over the TSP matrix option and its use for
    non-Euclidean distances in large part because the routing problem I
    normally solve is not a rational city layout, but an irrational
    trail layout which regularly violates the expectation of Euclidean
    distance (places like this: <a class="moz-txt-link-freetext" href="http://maps.clemetparks.com/url/fjc">http://maps.clemetparks.com/url/fjc</a> or
    even better this: <a class="moz-txt-link-freetext" href="http://maps.clemetparks.com/url/cjc">http://maps.clemetparks.com/url/cjc</a> .<br>
    <br>
    So, am I correct to assume that the matrix itself is like the
    distance matrices in the back of an old atlas, or am I way off here?<br>
    <br>
    <font face="Courier New, Courier, monospace">            Chicago   
      Denver    New York<br>
      Chicago          0      1004        790<br>
      Denver        1004         0       1778<br>
      New York       790      1778          0</font><br>
    <br>
    Thanks,<br>
    Best,<br>
    Steve<br>
  </body>
</html>