Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Math Science

Road Coloring Problem Solved 202

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."
This discussion has been archived. No new comments can be posted.

Road Coloring Problem Solved

Comments Filter:
  • by Emor dNilapasi ( 455542 ) on Friday March 21, 2008 @09:44AM (#22818458)
    1) Frist Psot!

    2) I read the linked-to blurb(s)* and promptly got confused. I'm sure this is indeed some sort of breakthrough, but could some of the more mathematically-literate Slashdotters out there translate this into an explanation that the rest of us could understand? I'd particularly like to see exactly how this finding applies to real-world applications. Thanks in advance...

    * - Why yes, I am new here - how did you know?
  • Comment removed (Score:4, Interesting)

    by account_deleted ( 4530225 ) on Friday March 21, 2008 @09:44AM (#22818464)
    Comment removed based on user account deletion
  • by Anonymous Coward on Friday March 21, 2008 @10:07AM (#22818722)
    It probably isn't the best way to get from one point to another... but it *is* useful to go from an unknown starting point to a destination, which is the point of the problem. I could see that having applications - probably not in real-world navigation since we're not actually going to paint all the roads, but in (as the summary notes) internet routing.
  • Actually (Score:3, Interesting)

    by The MAZZTer ( 911996 ) <.moc.liamg. .ta. .tzzagem.> on Friday March 21, 2008 @10:09AM (#22818752) Homepage
    He did it in 6.5 pages, the rest is references, whitespace at the very end, and the abstract and title.
  • Re:Night Watchman? (Score:4, Interesting)

    by reset_button ( 903303 ) on Friday March 21, 2008 @10:26AM (#22818956)
    According to Wikipedia [wikipedia.org], he is a mathematician at Bar-Ilan University in Israel. Here is his homepage [biu.ac.il] hosted by the university. Maybe he was a night watchman, but it looks to me like he's a professor now...
  • by BattleApple ( 956701 ) on Friday March 21, 2008 @11:08AM (#22819478)
    It's just like the "psychologist" that entered the Netflix contest
    http://developers.slashdot.org/article.pl?sid=08/03/04/2348257 [slashdot.org]
  • by kevinatilusa ( 620125 ) <kcostell@@@gmail...com> on Friday March 21, 2008 @11:47AM (#22820004)
    The question behind road coloring is this: Given a directed network with out-degree 2 (from any place you can get to exactly two other places), we want to color the edges leading out of each node red or blue so the following "universal directions" condition exists: For any final destination A, there is a set of directions (e.g. take red three times, then blue twice, then red again) that gets you to A no matter where you started from. It may not be the shortest path, but you'll get there. There is one obvious obstruction and one slightly less obvious obstruction: If your network is disconnected so you can't get to A from your starting point no matter what path you follow, you're clearly stuck. On the other hand, there's also a "periodicity" obstruction if all of the cycles of the graph are multiples of the same number. For example, suppose that you were trying to give universal directions for a square, where the roads in question connected every vertex to its two neighbors. If I want to go from my starting point to an adjacent vertex, I have to take an odd number of steps. If I want to go from my starting point to the opposite vertex, I have to take an even number of steps. This means I can't even know how many steps I have to take (let along which steps) unless I knew where I started. It was conjectured, and Trahtman showed, that these two are the only possible obstructions. In particular, he even gives an algorithm for figuring out how to label the roads quickly. I guess the applications I'd see in this are for algorithms and the design of autonomous systems. The idea here is that, if the robot gets stuck somewhere in a multi-step procedure, you may want it to restart from the beginning. However, this can be difficult if the robot does not know where it is in the procedure, or even where it is physically. Trahtman's algorithm could allow you to exchange some computation at the beginning of the procedure (which can be done before the robot goes out, for example), for this "reset" functionality. I don't know whether this is feasible or not though.

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...