<?xml version="1.0" encoding="windows-1252"?>
<node id="40591" title="RE: Re: Graph Traversal" created="2000-11-08 17:23:35" updated="2005-07-21 01:21:58">
<type id="11">
note</type>
<author id="5549">
lhoward</author>
<data>
<field name="doctext">
This problem has one feature that make 
is distinct from the classic TSP (Travelling
Salesman Problem).  In the TSP you must visit every node
exactly once.  Even if a node is very 
far away it must be visited.
In my case I only need to visit 
as many nodes as possible in so many moves and
can safely ignore nodes that are 
"too far away".  
&lt;p&gt;
I've tried adpoting spanning-tree approach to solving the TSP
with moderate success.  But I have already done better with
an algorithm of my own.</field>
<field name="root_node">
40586</field>
<field name="parent_node">
40589</field>
</data>
</node>
