Slashdot Mirror


Road Coloring Problem Solved

ArieKremen writes "Israeli Avraham Trakhtman, a Russian immigrant mathematician who had been employed as a night watchman, has solved the Road Coloring problem. First posed in 1970 by Benjamin Weiss and Roy Adler, the problem posits that given a finite number of roads, one should be able to draw a map, coded in various colors, that leads to a certain destination regardless of the point of origin. The 63-year-old Trakhtman jotted down the solution in pencil in 8 pages. The problem has real-world implementation in message and traffic routing."

6 of 202 comments (clear)

  1. The writeup is misleading by karl+marx+is+my+hero · · Score: 5, Informative

    The guy is actually a mathematician who had to work as a security guard right after he immigrated to Israel, which is common for most immigrants. This guy had lots of formal training solving equations like this.

  2. Re:XKCD by Anonymous Coward · · Score: 5, Informative

    No, today's XKCD is about the traveling salesman problem. They are very different.

  3. wikipedia by ZiggyM · · Score: 5, Informative

    from Wikipedia: In the real world, this phenomenon would be as if you called a friend to ask for directions to his house, and he gave you a set of directions that worked no matter where you started from. http://en.wikipedia.org/wiki/Road_Coloring_Conjecture/

    1. Re:wikipedia by Stephan202 · · Score: 5, Informative
    2. Re:wikipedia by Jasin+Natael · · Score: 5, Informative

      The problem is more constrained than that. Think about it more like this: You're in a town that's been planned very carefully. At any intersection, the possible roads away from that intersection are labeled with colors. I'll assume three colors, and that each intersection has exactly three roads leading away from it (the number of roads that lead into the intersection doesn't matter).

      Your friend tells you that his address is "Red-Blue-Blue". This means that, no matter which intersection you start from, by repeatedly following these directions, you WILL end up at his house.

      --
      True science means that when you re-evaluate the evidence, you re-evaluate your faith.
  4. A Subquadratic Algorithm for Road Coloring by Frans+Faase · · Score: 5, Informative

    Apart from the referenced paper being some months old, the author has an extended paper with an efficient algorithm. See A Subquadratic Algorithm for Road Coloring.