Dominating Sets in Graphs

In a graph, the neighbors of a vertex are all the vertices which are connected to that vertex by a single edge. A dominating set for a graph is a set of vertices whose neighbors, along with themselves, constitute all the vertices in the graph.

(The Ice Cream Stands Problem is an example of a dominating set problem.