Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • I don't know how to express it in terms of TSP, but the points for an edge are based on the size: [1, 2, 4, 7, 10, 15], and the points for a route are the length of the minimal path. So if A->B->C with edge lengths 2 and 3, then claiming the entire route would give 2 + 4 + 5 = 11 points. If you claimed the alternative route A->D->C with lengths 3 and 4, you would gain 4 + 7 + 5 = 16 points. Commented Mar 3, 2015 at 20:53