<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    More TSP for today.  In testing the example in the docs against the
    example data, I get what is to me a cryptic error:<br>
    <br>
    <font face="Courier New, Courier, monospace">SELECT * FROM
      pgr_tsp('SELECT id AS source_id, x, y FROM
      vertex_table','2,7,11',7);<br>
      <br>
      ERROR:  Error TSP fail to findEulerianPath, check your distance
      matrix is valid.<br>
      <br>
      <br>
      ********** Error **********<br>
      <br>
      ERROR: Error TSP fail to findEulerianPath, check your distance
      matrix is valid.<br>
      SQL state: XX000<br>
    </font><br>
    I get an entirely different error against my OSM data, but one error
    at a time... .<br>
    <br>
    Best,<br>
    Steve<br>
  </body>
</html>