Minesweeper is NP-Complete - PowerPoint PPT Presentation

About This Presentation
Title:

Minesweeper is NP-Complete

Description:

Minesweeper is NP-Complete Notes by Melissa Gymrek Based on a paper by Richard Kayes 2000 Unprepped column, wrong piece ... – PowerPoint PPT presentation

Number of Views:284
Avg rating:3.0/5.0
Slides: 34
Provided by: MelissaG158
Learn more at: http://web.mit.edu
Category:

less

Transcript and Presenter's Notes

Title: Minesweeper is NP-Complete


1
Minesweeper is NP-Complete
Notes by Melissa Gymrek Based on a paper by
Richard Kayes 2000
2
Minesweeper
  • Reducing 3SAT to generalized Minesweeper
  • Reducing cSAT to well-know version of Minesweeper

3
General Minesweeper
MINESWEEPER G, ? G is a graph and ? is a
partial integer labeling of G, and G can be
filled with mines in such a way that any node v
labeled m has exactly m neighboring nodes
containing mines. Deciding if a graph is in the
MINESWEEPER language is NP-complete - Polynomial
time verification - Reduce from 3SAT in
polynomial time
4
Polynomial Time Verification
  • For each node v labeled m
  • Check that exactly m neighbors contain mines
  • O(E) time clearly polynomial

5
Reduce from 3SAT
3SAT instance w
MINESW instance Z
f(w)
  • Function f converts a 3SAT instance to a MINESW
    instance in polynomial time
  • Z is satisfiable iff w is satisfiable

6
3SAT Review
Boolean 3CNF formula (A V B V C) (A V D V
C) N variables (A, B, C, D) in this
instance M clauses (here 2 clauses are
shown) Question Is this boolean formula
satisfiable?
7
3SAT ? MINESWEEPER
1
0
0
xi
xi
Make a gadget for each variable
8
3SAT ? MINESWEEPER
For clause (A V B V C)
N
0
0
0
N-1 satellite nodes
...
N
Connect to variable gadgets
0
0
0
0
0
0
0
0
0
1
1
1
A
B
A
C
Make a gadget for each clause
9
3SAT ? MINESWEEPER
  • Conversion took polynomial time
  • 1 gadget for each of the N vars O(N)
  • 1 gadget for each of M clauses O(MN)
  • Total O(N(M1)) time

10
Minesweeper as we know it
MINESWEEPER Problem Given a rectangular grid
partially marked with numbers and/or mines, some
squares being left blank, determine whether there
is some pattern of mines in the blank squares
giving rise to the numbers seen. Deciding if a
graph is in the MINESWEEPER language is
NP-complete - Polynomial time verification -
Reduce from cSAT in polynomial time
11
Wire
Either all the x's or all the x''s are mines. If
it is the x's, we call it true, if the x''s, we
call it false
http//www.claymath.org/Popular_Lectures/Minesweep
er/msweep-fig3.jpg
12
Manipulating Wires
Minesweeper is NP-Complete, Kayes
13
Manipulating Wires
Minesweeper is NP-Complete, Kayes
14
NOT gate
Inverts the sign of a wire
http//www.claymath.org/Popular_Lectures/Minesweep
er/msweep-fig3.jpg
15
More gates
  • We can now manipulate/invert wires
  • Cross wires? First make planar XOR, then use XOR
    and three way splitter to cross wires
  • We have NOT, and AND, universal!

16
More gates
Minesweeper is NP-Complete, Kayes
17
AND gate
Minesweeper is NP-Complete, Kayes
18
NAND is universal!
  • (A nand A) nand (B nand B) A v B
  • (A nand B) nand (A nand B) A B
  • (A nand A) A

19
Tetris is NP-complete
Ron Breukelaar, Erik Demaine, Susan Hohenberger,
Hendrik Jan Hoogeboom, Walter Kosters,
David Liben-Nowell published 2004
20
(No Transcript)
21
(No Transcript)
22
Initial Board
T lock
T notches(target sum)
(it is possible toactually get here)
s columns (one per sum)
bane
23
Piece Sequence
  • For each input ai

(ai reps)
24
Failure to Launch
25
Forced Moves
26
FinalePieces
27
FinalePieces
28
FinalePieces
29
FinalePieces
30
FinalePieces
31
FinalePieces
32
Summary
  • If theres a 3-partition, can win TetrisGet
    tons of lines, Tetrises, live forever, etc.
  • If theres no 3-partition, must lose TetrisDie,
    no lines, no Tetrises, etc.

33
Open Problems
  • What if the initial board is empty?
  • What about Tetris with O(1) columns?
  • What about Tetris with O(1) rows?
  • What about restricted piece sets (e.g. just )?
  • What if every move drops from high up(no
    last-minute slides)?
  • Is two-player Tetris PSPACE-complete?
  • What can we say about online (regular) Tetris?
Write a Comment
User Comments (0)
About PowerShow.com