Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Travelling problem

by LanX (Saint)
on Dec 22, 2013 at 05:14 UTC ( [id://1068085]=note: print w/replies, xml ) Need Help??


in reply to Travelling problem

FWIW:

The naive approach (start at first and successively take the shortest edge to a yet unvisited node) gives a path of length 95166.

Thats not bad considering that the lower bound for any possible solution is already at 70135! (summing up all minimal edges per node and striking the longest of those edges again)

NB: This doesn't mean that such a solution exists, thats fairly utopic.

Cheers Rolf

( addicted to the Perl Programming Language)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068085]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found