I encountered many problems that can be formulated as graph problem. It is in general NP-hard but sometimes the graph can be proved to be planar. Hence, I am interested in learning these problems and the algorithms.

So far as I know:

  1. Max cut in planar graphs
  2. Four-coloring in planar graphs
  3. Max Independent Set in cubic planar graphs

Hope someone can complete this list.

link|improve this question

70% accept rate
I think this belongs to cstheory.se – Alexandru Jun 21 '11 at 20:15
Looking at their FAQ, I think cstheory.se would probably close this. – Bill the Lizard Jun 22 '11 at 0:49
I had closed this because it seems like a "List of X" question, but I'm reopening in hopes that there's one resource with the answer. If others feel there's no one right answer they can vote to close. – Bill the Lizard Jun 22 '11 at 0:59
feedback

1 Answer

up vote 3 down vote accepted

In this compendium of NP-complete problems, under planar in the index there are a good number (~25) of entries. These entries typically link to problems where planar input admits a PTAS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.