How does the number of clauses depend on m and n suggest a


Question: Minesweeper, the well-known computer game, is closely related to the wumpus world. A minesweeper world is a rectangular grid of N squares with M invisible mines scattered among them. Any square may be probed by the agent; instant death follows if a mine is probed. Minesweeper indicates the presence of mines by revealing, in each probed square, the number of mines that are directly or diagonally adjacent. The goal is to have probed every unmined square.

a. Let Xi,j be true iff square [i, j] contains a mine. Write down the assertion that there are exactly two mines adjacent to [l,l] as a sentence involving some logical combination of Xi propositions.

b. Generalize your assertion from (a) by explaining how to construct a CNF sentence asserting that k of n neighbors contain mines.

c. Explain precisely how an agent can use DPLL to prove that a given square does (or does not) contain a mine, ignoring the global constraint that there are exactly M mines in all.

d. Suppose that the global constraint is constructed via your method from part (b). How does the number of clauses depend on M and N? Suggest a way to modify DPLL so that the global constraint does not need to be represented explicitly.

e. Are any conclusions derived by the method in part (c) invalidated when the global constraint is taken into account?

f. Give examples of configurations of probe values that induce long-range dependencies such that the contents of a given unprobed square would give information about the contents of a far-distant square.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: How does the number of clauses depend on m and n suggest a
Reference No:- TGS02473408

Now Priced at $15 (50% Discount)

Recommended (96%)

Rated (4.8/5)