any monotone function is realized by interlocked polygons
play

Any Monotone Function Is Realized by Interlocked Polygons Authors: - PowerPoint PPT Presentation

Any Monotone Function Is Realized by Interlocked Polygons Authors: Erik Demaine, Martin Demaine, and Ryuhei Uehara Algorithms 2012 Outline Introduction: Sliding Block Puzzles Interlocked Polygons Monotone Boolean Functions


  1. Any Monotone Function Is Realized by Interlocked Polygons Authors: Erik Demaine, Martin Demaine, and Ryuhei Uehara Algorithms 2012

  2. Outline ● Introduction: – Sliding Block Puzzles – Interlocked Polygons – Monotone Boolean Functions ● PSPACE-completeness ● Nondeterministic Constraint Logic – Introduction ● True Quantified Boolean Formulas (TQBF) – Proof Idea

  3. Sliding Block Puzzles ● There are many variations of sliding block puzzles. ● The idea is to go from an initial state to a goal state through a series of valid moves. ● 15 puzzle is one of the first such puzzles studied. ● Left is the goal state of the puzzle.

  4. Sliding Block Puzzles ● Rush Hour is another sliding block puzzle variation. ● The goal is to help a specified car escape a traffic jam. ● Note that in both of these problems the less objects (i.e. tiles/cars) the easier the puzzle is to solve.

  5. Sliding Block Puzzles ● 3d variants are possible too naturally but we will see that 2d is already hard. ● The authors introduce the interlocked polygons problem as a generalization of such puzzles.

  6. Interlocked Polygons ● Suppose we have a set of n non-overlapping simple polygons. ● The polygons are interlocked if no subset can be separated arbitrarily far from the rest. – (i.e. separated using translations/rotations which do not cause polygons to overlap) ● Example here.

  7. Interlocked Polygons ● Suppose we have a set of n non-overlapping simple polygons. ● The polygons are interlocked if no subset can be separated arbitrarily far from the rest. – (i.e. separated using translations/rotations which do not cause polygons to overlap) ● Example here.

  8. Interlocked Polygons ● Suppose we have a set of n non-overlapping simple polygons. ● The polygons are interlocked if no subset can be separated arbitrarily far from the rest. – (i.e. separated using translations/rotations which do not cause polygons to overlap) ● Example here.

  9. Interlocked Polygons ● The new puzzle they introduce is the exploding sliding block puzzle . ● Such a puzzle asks if all polygons of a given collection of polygons can be free.

  10. Interlocked Polygons ● If one allows removing polygons from the set, an interlocked set of polygons can become free. ● Removing polygons from the set cannot cause a free set to become interlocked. ● They use these properties to reduce solving a monotone boolean function to the interlocked polygon problem.

  11. Hardness Reduction The authors want to say something about the hardness of this new problem. Exploding Sliding Block Puzzle Hard? Notes on Reductions

  12. Hardness Reduction The authors want to say something about the hardness of this new problem. Similar to the lowerbound proofs they are going to reduce solving a known hard problem to solving this problem. Exploding Sliding Block Puzzle Hard? Notes on Reductions

  13. Hardness Reduction The authors want to say something about the hardness of this new problem. Similar to the lowerbound proofs they are going to reduce solving a known hard problem to solving this problem. We begin by considering reducing from an easy problem which is related to the problem they will eventually reduce to solving the Exploding Sliding Block Problem. Satisfied Exploding Monotone Sliding Block Boolean Formula Puzzle Hard? Notes on Reductions

  14. Satisfied Monotone Boolean Formula You are given a Monotone (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of assignments for the variables. (Monotone indicates that variables only appear as positive literals in the formula) This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  15. Satisfied Monotone Boolean Formula You are given a Monotone x 1 x 2 x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of assignments for the variables. (Monotone indicates that variables only appear as positive literals in the formula) This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  16. Satisfied Monotone Boolean Formula You are given a Monotone x 1 x 2 x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of T T T assignments for the variables. (Monotone indicates that variables only appear as positive literals in the formula) This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  17. Satisfied Monotone Boolean Formula You are given a Monotone x 1 x 2 x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of T T T T assignments for the variables. (Monotone indicates that variables only appear as positive literals in the formula) This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  18. Satisfied Monotone Boolean Formula You are given a Monotone x 1 x 2 x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of T T T T T T F assignments for the variables. (Monotone indicates that variables only appear as positive literals in the formula) This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  19. Satisfied Monotone Boolean Formula You are given a Monotone x 1 x 2 x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of T T T T T T F T assignments for the variables. (Monotone indicates that variables only appear as positive literals in the formula) This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  20. Satisfied Monotone Boolean Formula You are given a Monotone x 1 x 2 x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) Boolean Formula and a set of T T T T T T F T assignments for the variables. T F T T (Monotone indicates that T F F F F T T T variables only appear as positive F T F F literals in the formula) F F T T F F F F This is a Satisfied Monotone Boolean Formula if the formula evaluates to TRUE for the given assignments of the variables. Notes on Reductions

  21. Monotone Boolean Functions ● What is a Monotone Boolean Function? – All variables appear as positive literals. – (Only ANDs and ORs allowed.) ● Thus, a variable being assigned as true cannot cause the function to become false.

  22. Reduction Gadgets: Frame ● All of the gadgets are constructed in a frame. ● This frame ensures that the set of polygons can be separated iff the polygon A can be moved left. ● The variables of f appear as polygons on the left hand side of the frame. ● Removing them corresponds to setting them to true.

  23. Reduction Graph (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) x 1 x 2 x 3 Notes on Reductions

  24. Reduction Graph (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) x 1 AND x 1 ∧ x 2 x 2 x 3 Notes on Reductions

  25. Reduction Graph (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) x 1 AND x 1 ∧ x 2 OR x 2 ( x 1 ∧ x 2 ) ∨ x 3 x 3 Notes on Reductions

  26. Reduction Graph (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) OR x 1 x 1 ∨ x 2 AND x 1 ∧ x 2 OR x 2 ( x 1 ∧ x 2 ) ∨ x 3 x 3 Notes on Reductions

  27. Reduction Graph (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) OR x 1 x 1 ∨ x 2 AND x 1 ∧ x 2 OR AND x 2 ( x 1 ∧ x 2 ) ∨ x 3 (( x 1 ∧ x 2 ) ∨ x 3 ) ∧ ( x 1 ∨ x 3 ) x 3 Notes on Reductions

  28. Reduction Gadgets: Frame ● All of the gadgets are constructed in a frame. ● This frame ensures that the set of polygons can be separated iff the polygon A can be moved left. ● The variables of f appear as polygons on the left hand side of the frame. ● Removing them corresponds to setting them to true.

  29. Reduction Gadgets: And/Split ● The And and Split gadgets are mirrors of each other.

  30. Reduction Gadgets: Or

  31. Reduction Gadgets: Turn

  32. Reduction Gadgets: Crossover ● Note that for all of these gadgets the operations are reversible. (i.e. can be undone)

  33. Reduction Gadgets

  34. Hardness Reduction Of course, Monotone Boolean Formula is an easy problem to solve so this doesn’t say much about the difficulty of the Exploding Sliding Block Problem to reduce from it. Satisfied Exploding Monotone Sliding Block Boolean Formula Puzzle Hard? Notes on Reductions

  35. Hardness Reduction Of course, Monotone Boolean Formula is an easy problem to solve so this doesn’t say much about the difficulty of the Exploding Sliding Block Problem to reduce from it. We now consider a more difficult problem: True Quantified Boolean Formulas Satisfied Exploding Monotone Sliding Block Boolean Formula Puzzle Hard? Notes on Reductions

  36. Hardness Reduction Of course, Monotone Boolean Formula is an easy problem to solve so this doesn’t say much about the difficulty of the Exploding Sliding Block Problem to reduce from it. We now consider a more difficult problem: True Quantified Boolean Formulas True Quantified Exploding Boolean Sliding Block Formulas Puzzle PSPACE-complete Hard? Notes on Reductions

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend