Блог пользователя abhayps

Автор abhayps, история, 6 лет назад, По-английски

For what kind of graphs, finding maximum independent set is possible in polynomial time ?

  • Проголосовать: нравится
  • +3
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I am doing my thesis these days about "treewidth". This parameter is closely related with other parameters and with perfect graphs. "In all perfect graphs, the graph coloring problem, maximum clique problem, and maximum independent set problem can all be solved in polynomial time" (taken from wikipedia)" Some perfect graphs that I am familiar with are the "bipartite"(not odd cycles) graphs and the "chordal"(not induced cycle bigger than 3) graphs.