<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I having some problems with the tsp<br>
<br>
I have a matrix
{{0,31,22,42},{31,0,90,2},{22,90,0,27},{42,2,27,0}}, starting at
node 2, I get the answer <br>
seq | id <br>
-----+----<br>
0 | 2<br>
1 | 3<br>
2 | 1<br>
3 | 0<br>
(4 rows)<br>
using the matrix <br>
<br>
{{0,22,42,31},{22,0,27,90},{42,27,0,2},{31,90,2,0}} starting at
node 4 I get the answer<br>
seq | id <br>
-----+----<br>
0 | 0<br>
1 | 1<br>
2 | 2<br>
3 | 3
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<br>
The matrix is topological identicial, I start off at the same
topological node, so I was expecting the same answer, also I was
expecting all nodes to be in the result set ie nodes 1,2,3 and 4,
for some strange reason I get 0.<br>
<br>
Is there some mistake in my data?<br>
<br>
regards<br>
<br>
<br>
Dave.<br>
<br>
<br>
<br>
</body>
</html>