|
|
|
|
|
by yarg
1220 days ago
|
|
I think the complexity of the problem is such that even a lot of lecturers don't really understand it. I remember in one lecture where the dude drew an unweighted graph on the board, claiming it to be in NP. But he'd already proven it to be planar (by construction), which (and correct me if I'm wrong) simplifies the problem to P. |
|
Vertex cover is NP-complete on planar graphs even if each vertex has at most three neighbors.
Travelling Salesman is NP-complete on planar graphs.
So is independent set, dominating set, 3-coloring...