a hard problem in a boolean asynchronous freezing
play

A Hard Problem In A Boolean Asynchronous Freezing Cellular Automata - PowerPoint PPT Presentation

A Hard Problem In A Boolean Asynchronous Freezing Cellular Automata Eric Goles, Diego Maldonado, Pedro Montealegre, and Mart n R os-Wilson Facultad de Ingenier a y Ciencias International Workshop on Boolean Neworks, 9 de enero


  1. Cellular automata Recipe Ingredients: ◮ n States ◮ 1 Grid with cells ◮ 1 Neighborhood ◮ 1 Local function Directions: Apply the local function on each cell in parallel (synchronously) once. Repeat until obtain a dynamical system. Remark In general, CA shows a complex behavior.

  2. Cellular automata Recipe Ingredients: ◮ n States ◮ 1 Grid with cells ◮ 1 Neighborhood ◮ 1 Local function Directions: Apply the local function on each cell in parallel (synchronously) once. Repeat until obtain a dynamical system. Remark In general, CA shows a complex behavior.

  3. Cellular automata Recipe Ingredients: ◮ n States ◮ 1 Grid with cells ◮ 1 Neighborhood ◮ 1 Local function Directions: Apply the local function on each cell in parallel (synchronously) once. Repeat until obtain a dynamical system. Remark In general, CA shows a complex behavior.

  4. Cellular automata Recipe Ingredients: ◮ n States ◮ 1 Grid with cells ◮ 1 Neighborhood ◮ 1 Local function Directions: Apply the local function on each cell in parallel (synchronously) once. Repeat until obtain a dynamical system. Remark In general, CA shows a complex behavior.

  5. Asynchronous Cellular Automata An Asynchronous Cellular Automaton is a function F : Q Z d → Q Z d : � f ( F σ ( t − 1) ( x ) N ( z ) ) if z = σ ( t ) F σ (0) ( x ) = x ; F σ ( t ) ( x ) z = x z otherwise. ◮ N ⊂ Z d is called the neighborhood ◮ f is the local function ◮ σ : N → Z d is the update scheme Remark In asynchronous cellular automata only changes one cell at each time step.

  6. Neighborhoods and Boolean Network Main neighborhoods von Neumann Moore neighborhood neighborhood

  7. Neighborhoods and Boolean Network u u t v s t v s w w von Neumann Cellular automata grid Boolean network interaction graph

  8. Neighborhoods and Boolean Network p q p q u u t v s t v s r w x r w x von Neumann Cellular automata grid Moore Cellular automata grid Boolean network interaction graph

  9. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 1 1 2 4 3

  10. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 1 f 1 2 4 3

  11. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 2 f 2 4 3

  12. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 3 f 2 4 3

  13. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 4 f 4

  14. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 5 f

  15. Example: Life without Death. Local funcation of Life without death Or any permutation f : Time 5

  16. Definitions Definition An ACA is freezing if f : � ; ∗ → �

  17. Definitions Definition An ACA is freezing if f : � ; ∗ → � Definition Given a configuration x , a cell z ∈ Z 2 is unstable if ∃ σ, ∃ T : F σ ( T ) ( x ) z � = x z

  18. Definitions Definition An ACA is freezing if f : � ; ∗ → � Definition Given a configuration x , a cell z ∈ Z 2 is unstable if ∃ σ, ∃ T : F σ ( T ) ( x ) z � = x z Definition ( AsyncUnstability F ) F is a FACA. INPUT: A n × n -periodic configuration x and a cell z . QUESTION: Does there exist a updating scheme σ and T > 0 such that F σ ( T ) ( x ) z � = x z ?

  19. History ◮ Prediction problem. Input : F , z , x , q , t , question : F t ( x ) z = q ?. (Banks 1971)

  20. History ◮ Prediction problem. Input : F , z , x , q , t , question : F t ( x ) z = q ?. (Banks 1971) ◮ Given a FCA and a n × n conf. x , F O ( n 2 ) ( x ) is a fixed point. (Goles, Ollinger, Theyssier 2015)

  21. History ◮ Prediction problem. Input : F , z , x , q , t , question : F t ( x ) z = q ?. (Banks 1971) ◮ Given a FCA and a n × n conf. x , F O ( n 2 ) ( x ) is a fixed point. (Goles, Ollinger, Theyssier 2015) ◮ Unstability problem. Input : F , z , x , question : F O ( n 2 ) ( x ) z = x z ?. (Goles, M, Montealegre, Ollinger 2017)

  22. History ◮ Prediction problem. Input : F , z , x , q , t , question : F t ( x ) z = q ?. (Banks 1971) ◮ Given a FCA and a n × n conf. x , F O ( n 2 ) ( x ) is a fixed point. (Goles, Ollinger, Theyssier 2015) ◮ Unstability problem. Input : F , z , x , question : F O ( n 2 ) ( x ) z = x z ?. (Goles, M, Montealegre, Ollinger 2017) ◮ We study boolean FCA with von Neumann neighborhood and we found one “complex”.

  23. History ◮ Prediction problem. Input : F , z , x , q , t , question : F t ( x ) z = q ?. (Banks 1971) ◮ Given a FCA and a n × n conf. x , F O ( n 2 ) ( x ) is a fixed point. (Goles, Ollinger, Theyssier 2015) ◮ Unstability problem. Input : F , z , x , question : F O ( n 2 ) ( x ) z = x z ?. (Goles, M, Montealegre, Ollinger 2017) ◮ We study boolean FCA with von Neumann neighborhood and we found one “complex”. f 2 : Or any permutation ◮ Is f 2 complex in others context too? (today, Asynchronous)

  24. History ◮ Prediction problem. Input : F , z , x , q , t , question : F t ( x ) z = q ?. (Banks 1971) ◮ Given a FCA and a n × n conf. x , F O ( n 2 ) ( x ) is a fixed point. (Goles, Ollinger, Theyssier 2015) ◮ Unstability problem. Input : F , z , x , question : F O ( n 2 ) ( x ) z = x z ?. (Goles, M, Montealegre, Ollinger 2017) ◮ We study boolean FCA with von Neumann neighborhood and we found one “complex”. f 2 : Or any permutation ◮ Is f 2 complex in others context too? (today, Asynchronous)

  25. Computational Complexity Definition A decision problem A is NP-Complete if A is in NP and for each problem B in P B can by reduced to A , i.e. there is a φ polynomial s.t. ∀ x , B ( x ) = true ⇔ A ( φ ( x )) = true

  26. Computational Complexity Definition A decision problem A is NP-Complete if A is in NP and for each problem B in P B can by reduced to A , i.e. there is a φ polynomial s.t. ∀ x , B ( x ) = true ⇔ A ( φ ( x )) = true ◮ If A is NP-complete and P � NP, then A �∈ P ◮ Boolean satisfiability problem (SAT) and Circuit SAT are NP-complete x 1 x 2 ¬ ( x 1 ∨ x 2 ) ∧ ( x 1 ∨ ¬ x 2 ) ∨ ∨ ∧

  27. Computational Complexity Definition A decision problem A is NP-Complete if A is in NP and for each problem B in P B can by reduced to A , i.e. there is a φ polynomial s.t. ∀ x , B ( x ) = true ⇔ A ( φ ( x )) = true ◮ If A is NP-complete and P � NP, then A �∈ P ◮ Boolean satisfiability problem (SAT) and Circuit SAT are NP-complete x 1 x 2 ¬ ¬ ∨ ∨ ( x 1 ∨ x 2 ) ∧ ( x 1 ∨ ¬ x 2 ) ∨ ∨ ∧

  28. The Problem We will study the following FACA with von Neumann neighborhood: f 2 : Or any permutation von Neumann neighborhood

  29. The Problem We will study the following FACA with von Neumann neighborhood: f 2 : Or any permutation von Neumann neighborhood Unstability (synchronous version of AsyncUnstability ) is P-complete for f 2 , then the question is :

  30. The Problem We will study the following FACA with von Neumann neighborhood: f 2 : Or any permutation von Neumann neighborhood Unstability (synchronous version of AsyncUnstability ) is P-complete for f 2 , then the question is : Problem Is AsyncUnstability NP-complete for f 2 ?

  31. Previous Works Theorem (Goldschlager 1977) Planar circuit value problem is P-complete.

  32. Previous Works Theorem (Goldschlager 1977) Planar circuit value problem is P-complete. 1 2 3 4 5

  33. Previous Works Theorem (Goldschlager 1977) Planar circuit value problem is P-complete. 1 2 1 2 3 4 3 4 5 5

  34. Previous Works Theorem (Goldschlager 1977) Planar circuit value problem is P-complete. b 1 2 1 a ⊕ ⊕ a 2 3 4 3 ⊕ 4 5 5 b

  35. Previous Works Theorem (Goldschlager 1977) Planar circuit value problem is P-complete. b 1 2 1 a ⊕ ⊕ a 2 3 4 3 ⊕ 4 5 5 { b C

  36. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate.

  37. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. x i S i ¬ x i

  38. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. 1 2 3 4 5 6 7 φ ( x 1 , x 2 ) = ¬ x 1 ∨ x 2 S 1 C ⊤ C C C C 1 C S 2 C C ⊤ C C 1 2 2 x 1 x 2 C C ∨ C C C C 3 ⊢ C C ∨ C C C 3 4 5 6 4 ¬ ¬ ∨ ∨ C C C C ∨ C ⊤ 5 C ⊢ C C C ∨ C 7 6 ∨ C C C ⊢ C C ∨ 7

  39. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. 1 2 3 4 5 6 7 φ ( x 1 , x 2 ) = ¬ x 1 ∨ x 2 S 1 C ⊤ C C C C 1 C S 2 C C ⊤ C C 1 2 2 x 1 x 2 C C ∨ C C C C 3 ⊢ C C ∨ C C C 3 4 5 6 4 ¬ ¬ ∨ ∨ C C C C ∨ C ⊤ 5 C ⊢ C C C ∨ C 7 6 ∨ C C C ⊢ C C ∨ 7

  40. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. 1 2 3 4 5 6 7 φ ( x 1 , x 2 ) = ¬ x 1 ∨ x 2 S 1 C ⊤ C C C C 1 C S 2 C C ⊤ C C 1 2 2 x 1 x 2 C C ∨ C C C C 3 ⊢ C C ∨ C C C 3 4 5 6 4 ¬ ¬ ∨ ∨ C C C C ∨ C ⊤ 5 C ⊢ C C C ∨ C 7 6 ∨ C C C ⊢ C C ∨ 7

  41. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. 1 2 3 4 5 6 7 φ ( x 1 , x 2 ) = ¬ x 1 ∨ x 2 S 1 C ⊤ C C C C 1 C S 2 C C ⊤ C C 1 2 2 x 1 x 2 C C ∨ C C C C 3 ⊢ C C ∨ C C C 3 4 5 6 4 ¬ ¬ ∨ ∨ C C C C ∨ C ⊤ 5 C ⊢ C C C ∨ C 7 6 ∨ C C C ⊢ C C ∨ 7

  42. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. 1 2 3 4 5 6 7 φ ( x 1 , x 2 ) = ¬ x 1 ∨ x 2 S 1 C ⊤ C C C C 1 C S 2 C C ⊤ C C 1 2 2 x 1 x 2 C C ∨ C C C C 3 ⊢ C C ∨ C C C 3 4 5 6 4 ¬ ¬ ∨ ∨ C C C C ∨ C ⊤ 5 C ⊢ C C C ∨ C 7 6 ∨ C C C ⊢ C C ∨ 7

  43. Lemma I South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 , C and S i , where S i sends a value for the South output and the opposite value for the East output and C is a crossing gate. 1 2 3 4 5 6 7 φ ( x 1 , x 2 ) = ¬ x 1 ∨ x 2 S 1 C ⊤ C C C C 1 C S 2 C C ⊤ C C 1 2 2 x 1 x 2 C C ∨ C C C C 3 ⊢ C C ∨ C C C 3 4 5 6 4 ¬ ¬ ∨ ∨ C C C C ∨ C ⊤ 5 C ⊢ C C C ∨ C 7 6 ∨ C C C ⊢ C C ∨ 7

  44. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  45. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  46. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ X (7 , 4) (4 , 7) b ′ a ′

  47. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ X (7 , 4) (4 , 7) b ′ a ′

  48. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ X (7 , 4) (4 , 7) b ′ a ′

  49. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ X (7 , 4) (4 , 7) b ′ a ′

  50. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ X (7 , 4) (4 , 7) b ′ a ′

  51. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ X (7 , 4) (4 , 7) b ′ a ′

  52. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  53. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ X X (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  54. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ X X (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  55. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ X X (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  56. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ X X (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  57. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ X X (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  58. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b (2 , 4) (3 , 3) (4 , 2) ∧ ∧ ∧ X X (4 , 3) (3 , 4) ∨ ∨ (4 , 1) (1 , 4) s s (4 , 4) ∨ (6 , 4) (4 , 6) ∧ ∧ (7 , 4) (4 , 7) b ′ a ′

  59. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a ′ b ′ a b s 1 s 2 a b 0 0 ↓ ↓ 0 0 0 0 ↓ → 0 0 (2 , 4) (3 , 3) (4 , 2) 0 0 → ↓ 0 0 ∧ ∧ ∧ 0 0 → → 0 0 0 1 ↓ ↓ 0 1 (4 , 3) (3 , 4) 0 1 ↓ → 0 0 ∨ ∨ (4 , 1) (1 , 4) 0 1 → ↓ 0 0 0 1 → → 0 0 s s (4 , 4) 1 0 ↓ ↓ 0 0 ∨ 1 0 ↓ → 0 0 1 0 → ↓ 0 0 (6 , 4) (4 , 6) 1 0 → → 1 0 ∧ ∧ 1 1 ↓ ↓ 0 1 1 1 ↓ → 1 1 (7 , 4) (4 , 7) 1 1 → ↓ 0 0 1 1 → → 1 0 b ′ a ′

  60. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . (3 , 0) (0 , 3) a b 0 1 2 3 4 5 6 7 (2 , 4) (3 , 3) (4 , 2) 0 0 0 0 ∨ 0 0 0 0 ∧ ∧ ∧ 1 0 0 0 ∨ S ∨ ∨ 0 (4 , 3) (3 , 4) 2 0 0 0 ∨ ∧ 0 ∨ 0 ∨ ∨ (4 , 1) (1 , 4) 3 ∨ ∨ ∨ ∧ ∨ 0 ∨ 0 s s (4 , 4) 4 0 ∧ ∨ ∨ ∨ ∧ ∨ S ∨ 5 0 ∨ 0 0 ∨ 0 0 0 (6 , 4) (4 , 6) 6 0 ∨ ∨ ∨ ∧ 0 0 0 ∧ ∧ 7 0 0 0 0 ∨ 0 0 0 (7 , 4) (4 , 7) b ′ a ′

  61. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . 0 1 2 3 4 5 6 7 0 0 0 0 ∨ 0 0 0 0 1 0 0 0 ∨ S ∨ ∨ 0 2 0 0 0 ∨ ∧ 0 ∨ 0 3 ∨ ∨ ∨ ∧ ∨ 0 ∨ 0 4 0 ∧ ∨ ∨ ∨ ∧ ∨ S 5 0 ∨ 0 0 ∨ 0 0 0 6 0 ∨ ∨ ∨ ∧ 0 0 0 7 0 0 0 0 ∨ 0 0 0 Problem!!!

  62. Lemma II South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 0 0 0 ∨ 0 0 0 0 0 0 0 0 ∨ 0 0 0 0 1 0 0 0 ∨ ∨ ∨ 0 1 0 0 0 ∨ ∨ ∨ 0 S S 2 0 0 0 ∨ ∧ 0 ∨ 0 2 0 0 0 ∨ ∧ 0 ∨ 0 3 ∨ ∨ ∨ ∧ ∨ 0 ∨ 0 3 ∨ ∨ ∨ ∧ ∨ 0 ∨ 0 4 0 S ∧ ∨ ∨ ∨ ∧ ∨ 4 0 S ∧ ∨ ∨ ∨ ∧ ∨ 5 0 ∨ 0 0 ∨ 0 0 0 5 0 ∨ 0 0 ∨ 0 0 0 6 0 ∨ ∨ ∨ ∧ 0 0 0 6 0 ∨ ∨ ∨ ∧ 0 0 0 7 0 0 0 0 ∨ 0 0 0 7 0 0 0 0 ∨ 0 0 0

  63. Gates ∨ , ∧ , 0 and S ∨ ∨ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 ∨ ∨ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ∨ ∨ ∨ ∨ ∨ 0 0 0 ∨ ∨ ∨ ∧ ∨ 0 0 0 ∨ ∨ ∨ ∨ ∨ ∨ ∨ ∨ 0 0 0 0 0 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 S ∨ ∨ ∨ 0 0 0 0 ∨ ∨ ∨ ∨ 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 0 0 0 0 ∨ 0 0 0 ∨ ∨ 0 0 0 0 0 0 0 0 0 0 0 0 0 0

  64. G

  65. G G

  66. 0 0 0 0 0 0 0 S ∧ 0 S ∧ ∨ 0 0 C ∨ C Therefore South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i .

  67. Finally... Theorem AsyncUnstability is NP-complete. Remember: South-East grid-embedded circuit SAT is NP-complete, with gates ∧ , ∨ , 0 and S i . ∨ ∧ 0 S

  68. OR gate in f 2

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