Jorg hi I post too much
Reputation: 7 Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
|
Posted: Sat Oct 02, 2010 9:28 pm Post subject: |
|
|
Hmm I have an idea.
Why don't you order the locations by the points that are closest to each other. Example
if you have
0,0
10,10
100,100
15,11
You would go this route
0,0
10,10
15,11
100,00
Probably to order them out you could use a loop to test each location to each location.
OR
BRUTE FORCE EVERYTHING until you get the shortest distance...
You could just brute _________________ CEF will always stay alive.
|
|