Imagine a city map drawn as a graph: each junction is a dot, each street an edge. You want to place security cameras so that every junction is either watched directly or sits next to a watched one â and, because cameras cost money, you want to use as few as possible.
That chosen handful of junctions is called a dominating set: a set of vertices such that every other vertex is adjacent to at least one of them. The smallest possible one defines the graph's domination number.
The rule sounds almost trivial. Yet the moment you ask for the smallest dominating set, you walk straight into one of the hardest families of problems in computer science â the same wall behind facility placement, sensor networks and a dozen real engineering decisions.
Comments
Loading comments...