#544 in Humor & entertainment books
Use arrows to jump to the previous/next product

Reddit mentions of In Pursuit of the Traveling Salesman: Mathematics at the Limits of Computation

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of In Pursuit of the Traveling Salesman: Mathematics at the Limits of Computation. Here are the top ones.

In Pursuit of the Traveling Salesman: Mathematics at the Limits of Computation
Buying options
View on Amazon.com
or
Specs:
Height9.5 Inches
Length6.5 Inches
Number of items1
Release dateJanuary 2012
Weight1.25002102554 Pounds
Width1 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on In Pursuit of the Traveling Salesman: Mathematics at the Limits of Computation:

u/brente · 2 pointsr/dataisbeautiful

Just about any integer programming technique can solve the TSP without exhausting every result. You just stop the algorithm when it reaches 0% optimality gap (in eleventy billion years for the tougher TSPs).

Here's a fun book: http://www.amazon.com/Pursuit-Traveling-Salesman-Mathematics-Computation/dp/0691152705

u/FinitelyGenerated · 1 pointr/math

You may wish to check out In Pursuit of the Traveling Salesman. The first chapter is available here.

u/joinr · 1 pointr/Clojure

> travelling salesman is intractable

In Pursuit of the Traveling Salesman is pretty interesting historical and technical overview of advances here. With modern ILPs and cuts and other techniques, the notion of intractable today vs. 20 years ago is vastly different.