|
|
|
|
|
by JohnKemeny
519 days ago
|
|
The cops-and-robbers definition of Treewidth is quite intuitive. You have an undirected graph with a robber moving infinitely fast along the edges of the graph. You have k cops, each driving their own very slow helicopter that can land on any vertex you want (but it takes some time). The cops can communicate and they know at any time where the robber is. Given a graph, how many cops do you need to catch the robber, i.e., trap the robber on an edge? In a tree: 2 On a cycle: 3 In an n × m grid graph: you need min(n, m) + 1. --- In the game where the cops don't know where the robber is, the "width measure" is called pathwidth. |
|
Thank you for your service!
https://www.jstor.org/stable/20026529?seq=1
https://math.dartmouth.edu/~doyle/docs/finite/cover/cover.ht...
https://en.wikipedia.org/wiki/Kemeny%E2%80%93Young_method