language recognition by reversible partitioned cellular

2980
Language Recognition by Reversible Partitioned Cellular Automata Kenichi Morita Hiroshima University 20th International Workshop on Cellular Automata and Discrete Complex Systems (AUTOMATA 2014), Himeji, Japan, 7–9 July 2014

Upload: others

Post on 16-Oct-2021

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Language Recognition by Reversible Partitioned Cellular

Language Recognition by Reversible

Partitioned Cellular Automata

Kenichi Morita

Hiroshima University

20th International Workshop on Cellular Automata and

Discrete Complex Systems (AUTOMATA 2014),

Himeji, Japan, 7–9 July 2014

Page 2: Language Recognition by Reversible Partitioned Cellular

Outline of the Talk

• Objective: To clarify how the reversibility con-

straint affects the language accepting capability

of 1-D partitioned cellular automata (PCAs).

· · · A B C

D

· · ·� � � ��

Reversible system

2

Page 3: Language Recognition by Reversible Partitioned Cellular

Outline of the Talk

• Objective: To clarify how the reversibility con-

straint affects the language accepting capability

of 1-D partitioned cellular automata (PCAs).

• Result: The capability of PCAs does not de-

crease by the constraint. We have

L(RPCA) =L(PCA) =L(DLBA) =L(RDLBA).

LBA: linear-bounded automaton

D: deterministic

R: reversible

3

Page 4: Language Recognition by Reversible Partitioned Cellular

Contents

1. Partitioned cellular automaton acceptor

2. Reversible linear-bounded automaton

3. Simulating RDLBA by RPCA

Appendices

4

Page 5: Language Recognition by Reversible Partitioned Cellular

1. Partitioned cellular automaton acceptor

5

Page 6: Language Recognition by Reversible Partitioned Cellular

Bounded CA Acceptor

• Smith (1972) proposed a bounded CA acceptor.

• An input word a1a2 · · · an is given as an initial

configuration.

• It uses only n cells (the space is bounded).

• If the cell at the position 1 enters an accepting

state, we say the CA accepts the input.0 1 2 · · · · n n + 1

t = 0 # a1 a2 · · · · an #

t = 1 # x11 x1

2 · · · · x1n #

...

t = t1 # xt11 xt1

2 · · · · xt1n #

6

Page 7: Language Recognition by Reversible Partitioned Cellular

Past Results on Bounded CA Acceptors

• Smith (1972) showed an irreversible CA acceptor

is equivalent to a DLBA, if the computing time

is not bounded:

L(CA) = L(DLBA)

DLBA: deterministic linear-bounded automaton

• Reversible CA acceptors were studied by Kutrib

and Malcher (2008), and basic properties of real-

time ones were derived.

7

Page 8: Language Recognition by Reversible Partitioned Cellular

Partitioned Cellular Automaton (PCA)

• We use partitioned cellular automata, since it

makes easy to design reversible CAs.

• In a 3-neighbor PCA, each cell is divided into 3

parts, and a local function f is applied as below.

L L LC C CR R R

t

t + 1

i − 1 i i + 1

︸ ︷︷ ︸

︷ ︸︸ ︷�f

• The global function is injective (hence the CA is

reversible), iff the local function is injective.8

Page 9: Language Recognition by Reversible Partitioned Cellular

Bounded PCA Acceptor

• An input word a1a2 · · · an is given as an initial

configuration.

• It uses n + 2 cells.

• If the left part of the first cell enters an accepting

state, we say the PCA accepts the input.0 1 2 · · n n + 1

t = 0 rs a1 a2 · · an

t = 1 l11 c11 r1

1a2 · · an

...

t = t1 rt10 lt11 ct1

1 rt11 lt12 ct1

2 rt12 · · · · · · lt1n ct1

n rt1n lt1n+1

9

Page 10: Language Recognition by Reversible Partitioned Cellular

Simple Example of PCA Acceptor (Irreversible)

• A PCA that accepts all well-formed parentheses.

(1) Input: ( ( ) )

0 s ( ( ) )

1 ( s ( ) )

2 ( ( s ) )

3 ( ( ) − s )

4 ( − − ) − s

5 ( − ) − − Y

6 ( ) − − Y −

7 − − Y − −

8 − Y − − −

9 Y − − − −

10

Page 11: Language Recognition by Reversible Partitioned Cellular

Simple Example of PCA Acceptor (Irreversible)

(2) Input: ( ( ) ( )

0 s ( ( ) ( )

1 ( s ( ) ( )

2 ( ( s ) ( )

3 ( ( ) − s ( )

4 ( − − ( s )

5 ( − − ( ) − s

6 ( − − − − Y

7 ( − − − Y −

8 ( − − Y − −

9 ( − Y − − −

10 ( Y − − − −

11 N ( − − − −

11

Page 12: Language Recognition by Reversible Partitioned Cellular

Simple Example of PCA Acceptor (Irreversible)

(3) Input: ( ) ( ) )

0 s ( ) ( ) )

1 ( s ) ( ) )

2 ( ) − s ( ) )

3 − − ( s ) )

4 − − ( ) − s )

5 − − − − ) − s

6 − − − ) − − Y

7 − − ) − − Y −

8 − ) − − Y − −

9 ) − − Y − − −

10 ) − Y − − − −

11 N − ) − − − −

12

Page 13: Language Recognition by Reversible Partitioned Cellular

2. Reversible linear-bounded automaton

13

Page 14: Language Recognition by Reversible Partitioned Cellular

Linear-Bounded Automaton (LBA)

• LBA is an automaton whose storage space is

bounded by the input length.

• Lange, McKenzie and Tapp (2000) showed:

L(RDLBA) = L(DLBA).

• But, their method is complex, and it is diffi-

cult to get a concrete description of a converted

RDLBA.

• We give a simpler method of converting DLBA

to RDLBA based on the method by Morita (2013).

14

Page 15: Language Recognition by Reversible Partitioned Cellular

2-Track Linear-Bounded Automaton (LBA)

• In this model, the input is kept unchanged, since

it is needed when converting DLBA into RDLBA.

Input track (read-only)� a1 a2 · · · · · · an �

q Finite-state control

Storage track (read/write)� b1 b2 · · bm # · · # �

• Its movement is defined by a set of rules:[p, [a, [b, b′]], q]: read-write rule[p, d, q]: shift rule (d ∈ {−,0,+})

• It is equivalent to a “standard” 1-track LBA.

15

Page 16: Language Recognition by Reversible Partitioned Cellular

Reversible LBA

• A “backward deterministic” LBA.

� a1 a2 · · · · · · an �

q1

� · · · s t u′ · · · �

� a1 a2 · · · · · · an �

q2

� · · · s′ t u · · · �

� a1 a2 · · · · · · an �

q

� · · · s′ t u′ · · · �

16

Page 17: Language Recognition by Reversible Partitioned Cellular

Definition of Reversible LBA

Definition 6. An LBA M = (Q,Σ,Γ, δ, �, �,#, q0, A,

N) is called a reversible LBA (RLBA) iff the follow-

ing condition holds.

∀ r1 = [p, x, q] ∈ δ, ∀ r2 = [p′, x′, q′] ∈ δ :(r1 �= r2 ∧ q = q′) ⇒ (x �∈ {−,0,+} ∧ x′ �∈ {−,0,+} ∧∀ [a, [b, c]], [a′[b′, c′]] ∈ Σ×Γ2 ∪ {[�, [�, �]], [�, [�, �]]}(x = [a, [b, c]] ∧ x′ = [a′, [b′, c′]] ⇒ [a, c] �= [a′, c′]))

For any two rules r1 and r2 in δ, if the next states q

and q′ are the same, then they are both read-write

rules and the pairs of the input symbols and the

written storage symbols [a,c] and [a′,c′] are different.

17

Page 18: Language Recognition by Reversible Partitioned Cellular

Converting DLBAs into RDLBAs

Lemma 2. Let M = (Q,Σ,Γ, δ, �, �,#, q0, A, N) be

an arbitrary DLBA. We can construct an RDLBA

M† = (Q†,Σ,Γ, δ†, �, �,#, q0, {q̂b0}, {qb0}) such that

the following holds, and thus L(M†) = L(M).

w ∈ L(M) ⇒� w �

q0

� # # · · · · # �

� w �

q̂b0

� # # · · · · # �|−−M†+

w �∈ L(M) ⇒� w �

q0

� # # · · · · # �

� w �

qb0

� # # · · · · # �|−−M†+

18

Page 19: Language Recognition by Reversible Partitioned Cellular

Proof Outline of Lemma 2

• RDLBA M† traverses a computation graph of M

using additional states.qa

q1 q2

q3 q4

q5 q0 q6 q7 q8

q9 q10 q11 q12

� �

� �

� � �� �

� � � �

q1 q2 q3

q4

q5

q6 q7 q8 q9

q0 q10

� �

� �

A case M halts A case M loops

Note: Each node represents a configuration of M . But,

here, only a state of the finite-state control is written.19

Page 20: Language Recognition by Reversible Partitioned Cellular

Traversing a Computation Graph Reversibly

• M† has the following states for each q of M .

q is for the forward simulation.

qb is for the backward simulation.

qj

qi1 qi2 qi3

� ��

qj

qi1 qi2 qi3

qbj

qbi1

qbi2

qbi3

� � �

Reversible simulation of irreversible transitions of M .

20

Page 21: Language Recognition by Reversible Partitioned Cellular

The Case M Halts in an Accepting State

qa

q1 q2

q3 q4

q5 q0 q6 q7 q8

q9 q10 q11 q12

� �

� �

� � �� �

� � � �

q0�

qb6

�qb10

�q10

q6

�q3

q1�

qb2

�qb4

�qb7

�qb11

�q11

q7�

qb8

�qb12

�q12

q8

�q4

q2

�qa

�q̂ba

�q̂b1

�q̂b3

�q̂b5

�q̂b9

�q̂9

�q̂5

�q̂b0

If M enters an accepting state qa, then M† keeps

the fact by the states of the form q̂.21

Page 22: Language Recognition by Reversible Partitioned Cellular

The Case M Loops

q1 q2 q3

q4

q5

q6 q7 q8 q9

q0 q10

� �

� �

q0

� qb7

� qb8

� qb9

�qb10

�q10

q9

qb3

�qb2

�qb1

�qb6

�qb0

M† also finally goes back to M ’s initial configuration

in the rejecting state qb0. This is because RDMFA

always halts, if the initial configuration has no pre-

decessor (Lemma 1 of the paper in the proceedings).22

Page 23: Language Recognition by Reversible Partitioned Cellular

Example of an Irreversible DLBA

The following irreversible DLBA Mp accepts all well-

formed parentheses.

Mp = (Q, { (, ) }, {#, x}, δ, �, �,#, q0, {qa}, {qr})Q = {q0, q0,1, q0,2, q0,3, q0,4, q1, q2, q3, q4, q5, q6, qa, qr}δ = { [q0, [�, [�, �]], q0,1], [q0,1,+, q0,2], [q0,2, [ (, [#,#]], q0,1],

[q0,2, [ ), [#,#]], q0,1], [q0,2, [�, [�, �]], q0,3], [q0,3,−, q0,4],[q0,4, [ (, [#,#]], q0,3], [q0,4, [ ), [#,#]], q0,3], [q0,4, [�, [�, �]], q1],[q1,+, q2], [q2, [ (, [#,#]], q1], [q2, [ (, [x, x]], q1],[q2, [ ), [x, x]], q1], [q2, [ ), [#, x]], q3], [q2, [�, [�, �]], q5],[q3,−, q4], [q4, [ (, [x, x]], q3], [q4, [ ), [x, x]], q3],[q4, [ (, [#, x]], q1], [q4, [�, [�, �]], qr], [q5,−, q6],[q6, [ (, [x, x]], q5], [q6, [ ), [x, x]], q5], [q6, [ (, [#,#]], qr],[q6, [�, [�, �]], qa] }

(See Appendix A1.)

23

Page 24: Language Recognition by Reversible Partitioned Cellular

Example of an RDLBA Converted from Mp

M †p = (Q†, { (, ) }, {#, x}, δ†, �, �,#, q0, {q̂b

0}, {qb0})

Q† = {q, q̂, qb, q̂b | q ∈ Q}δ† = δ1 ∪ · · · ∪ δ4 ∪ δ̂1 ∪ · · · ∪ δ̂4 ∪ δA ∪ δN

δ1 = { [qb0,1, [�, [�, �]], qb

0], [q0, [�, [�, �]], q0,1], [qb0,1, [ (, [#,#]], qb

0,2], [q0,2, [ (, [#,#]], q0,1],[qb

0,1, [ ), [#,#]], qb0,2], [q0,2, [ ), [#,#]], q0,1], [qb

0,3, [�, [�, �]], qb0,2], [q0,2, [�, [�, �]], q0,3],

[qb0,3, [ (, [#,#]], qb

0,4], [q0,4, [ (, [#,#]], q0,3], [qb0,3, [ ), [#,#]], qb

0,4], [q0,4, [ ), [#,#]], q0,3],[qb

1, [�, [�, �]], qb0,4], [q0,4, [�, [�, �]], q1], [qb

1, [ (, [#,#]], qb2], [q2, [ (, [#,#]], q1],

[qb1, [ ), [x, x]], qb

2], [q2, [ ), [x, x]], q1], [qb5, [�, [�, �]], qb

2], [q2, [�, [�, �]], q5],[qb

3, [ (, [x, x]], qb4], [q4, [ (, [x, x]], q3], [qb

3, [ ), [x,#]], qb2], [q2, [ ), [#, x]], qb

4],[q4, [ ), [x, x]], q3], [qb

1, [ (, [x, x]], qb2], [q2, [ (, [x,#]], qb

4], [q4, [ (, [#, x]], q1],[qb

r , [�, [�, �]], qb4], [q4, [�, [�, �]], qr], [qb

5, [ (, [x, x]], qb6], [q6, [ (, [x, x]], q5],

[qb5, [ ), [x, x]], qb

6], [q6, [ ), [x, x]], q5], [qbr , [ (, [#,#]], qb

6], [q6, [ (, [#,#]], qr],[qb

a , [�, [�, �]], qb6], [q6, [�, [�, �]], qa] }

δ2 = { [qb0,2,−, qb

0,1], [q0,1,+, q0,2], [qb0,4,+, qb

0,3], [q0,3,−, q0,4], [qb2,−, qb

1], [q1,+, q2],[qb

4,+, qb3], [q3,−, q4], [qb

6,+, qb5], [q5,−, q6] }

δ3 = { [qb0,1, [ (, [x, x]], q0,1], [qb

0,1, [ ), [x, x]], q0,1], [qb0,1, [�, [�, �]], q0,1], [qb

0,3, [�, [�, �]], q0,3],[qb

0,3, [ (, [x, x]], q0,3], [qb0,3, [ ), [x, x]], q0,3], [qb

1, [ ), [#,#]], q1], [qb1, [�, [�, �]], q1],

[qb3, [�, [�, �]], q3], [qb

3, [ (, [#,#]], q3], [qb3, [ ), [#,#]], q3], [qb

3, [�, [�, �]], q3],[qb

5, [�, [�, �]], q5], [qb5, [ (, [#,#]], q5], [qb

5, [ ), [#,#]], q5] }δ4 = { [q0,2, [�, [�, �]], qb

0,2], [q0,2, [ (, [x, x]], qb0,2], [q0,2, [ ), [x, x]], qb

0,2], [q0,4, [ (, [x, x]], qb0,4],

[q0,4, [ ), [x, x]], qb0,4], [q0,4, [�, [�, �]], qb

0,4], [q2, [�, [�, �]], qb2], [q4, [ ), [#,#]], qb

4],[q4, [�, [�, �]], qb

4], [q6, [ ), [#,#]], qb6], [q6, [�, [�, �]], qb

6] }δ̂i = { [p̂, x, q̂] | [p, x, q] ∈ δi } (i = 1, . . . ,4)

δA = { [qa,0, q̂ba], [q̂a,0, qb

a] }δN = { [qr,0, qb

r ], [q̂r,0, q̂br ] }

(See Appendix A2.)24

Page 25: Language Recognition by Reversible Partitioned Cellular

3. Simulating RDLBA by RPCA

25

Page 26: Language Recognition by Reversible Partitioned Cellular

Simulating RDLBA by RPCA

Lemma 3. For any DLBA M , we can construct an

RPCA PM such that L(PM) = L(M).

Proof outline:

• The RPCA PM simulates the RDLBA M† con-

verted from M .

• Simulation method is basically the same as the

one in [Morita, Harao, 1989], where a reversible Tur-

ing machine (RDTM) is simulated by an RPCA.

26

Page 27: Language Recognition by Reversible Partitioned Cellular

Simulation Method of RDTM by RPCA

[Morita, Harao, 1989]

t a b c

�p

RDTM

t + 1 a b′ c

�q

RPCA

2t a bp c

2t + 1 a b′ q c

2t + 2 a b′cq

27

Page 28: Language Recognition by Reversible Partitioned Cellular

Remarks on Simulating RDLBA

in Bounded RPCA

• Several steps of the RDLBA M† is simulated by

one step of the RPCA PM , since the movements

of the boundary cells are limited.

• In a bounded RPCA, any computation process

necessarily loops. Thus, it comes back to the

initial configuration.

28

Page 29: Language Recognition by Reversible Partitioned Cellular

Example of RPCA Converted from RDLBA

An RPCA that simulates the RDLBA M†p, and thus

accepts all well-formed parentheses (See Appendix A3):

PMp = ((L, C, R), f, (#,#,#), q0,2, { (, ) }, {q̂b0,1})

• The number of states of a cell, and that of rules

of are both 14157 (|L| = 11, |C| = 117 and |R| = 11).

• However, the number of rules that are actually

used to simulate M†p is only 203 as listed in the

next page.

29

Page 30: Language Recognition by Reversible Partitioned Cellular

Local Rules of the RPCA PMp[[#, #, #], [#, #, #]], [[#, [ (, #], #], [#, [ (, #], #]], [[#, [ (, x], #], [#, [ (, x], #]], [[#, [ ), #], #], [#, [ ), #], #]],

[[#, [ ), x], #], [#, [ ), x], #]], [[qb0,1, [ (, #], #], [#, [ (, #, qb

0,2], #]], [[#, [ (, #], q0,2], [#, [ (, #, q0,1], #]], [[qb0,1, [ ), #], #], [#, [ ), #, qb

0,2], #]],

[[#, [ ), #], q0,2], [#, [ ), #, q0,1], #]], [[#, #, qb0,3], [q

b0,1, #, #]], [[#, #, q0,2], [q0,4, #, #]], [[#, [ (, #], qb

0,3], [#, [ (, #, qb0,4], #]],

[[q0,4, [ (, #], #], [#, [ (, #, q0,3], #]], [[#, [ ), #], qb0,3], [#, [ ), #, qb

0,4], #]], [[q0,4, [ ), #], #], [#, [ ), #, q0,3], #]], [[qb1 , #, #], [#, #, qb

0,3]],

[[q0,4, #, #], [#, #, q2]], [[qb1 , [ (, #], #], [#, [ (, #, qb

2 ], #]], [[#, [ (, #], q2], [#, [ (, #, q1], #]], [[qb1 , [ ), x], #], [#, [ ), x, qb

2 ], #]],

[[#, [ ), x], q2], [#, [ ), x, q1], #]], [[#, #, qb5 ], [qb

1 , #, #]], [[#, #, q2], [q6, #, #]], [[#, [ (, x], qb3 ], [#, [ (, x, qb

4 ], #]],

[[q4, [ (, x], #], [#, [ (, x, q3], #]], [[#, [ ), x], qb3 ], [#, [ ), #, qb

2 ], #]], [[#, [ ), #], q2], [#, [ ), x, qb4 ], #]], [[q4, [ ), x], #], [#, [ ), x, q3], #]],

[[qb1 , [ (, x], #], [#, [ (, x, qb

2 ], #]], [[#, [ (, x], q2], [#, [ (, #, qb4 ], #]], [[q4, [ (, #], #], [#, [ (, x, q1], #]], [[q4, #, #], [#, #, qb

3 ]],

[[#, [ (, x], qb5 ], [#, [ (, x, qb

6 ], #]], [[q6, [ (, x], #], [#, [ (, x, q5], #]], [[#, [ ), x], qb5 ], [#, [ ), x, qb

6 ], #]], [[q6, [ ), x], #], [#, [ ), x, q5], #]],

[[#, [ (, #, qbr ], #], [#, [ (, #, qb

6 ], #]], [[q6, [ (, #], #], [#, [ (, #, qr], #]], [[q6, #, #], [#, #, q̂b5 ]], [[q̂b

0,1, [ (, #], #], [#, [ (, #, q̂b0,2], #]],

[[#, [ (, #], q̂0,2], [#, [ (, #, q̂0,1], #]], [[q̂b0,1, [ ), #], #], [#, [ ), #, q̂b

0,2], #]], [[#, [ ), #], q̂0,2], [#, [ ), #, q̂0,1], #]], [[#, #, q̂b0,3], [q̂

b0,1, #, #]],

[[#, #, q̂0,2], [q̂0,4, #, #]], [[#, [ (, #], q̂b0,3], [#, [ (, #, q̂b

0,4], #]], [[q̂0,4, [ (, #], #], [#, [ (, #, q̂0,3], #]], [[#, [ ), #], q̂b0,3], [#, [ ), #, q̂b

0,4], #]],

[[q̂0,4, [ ), #], #], [#, [ ), #, q̂0,3], #]], [[q̂b1 , #, #], [#, #, q̂b

0,3]], [[q̂0,4, #, #], [#, #, q̂2]], [[q̂b1 , [ (, #], #], [#, [ (, #, q̂b

2 ], #]],

[[#, [ (, #], q̂2], [#, [ (, #, q̂1], #]], [[q̂b1 , [ ), x], #], [#, [ ), x, q̂b

2 ], #]], [[#, [ ), x], q̂2], [#, [ ), x, q̂1], #]], [[#, #, q̂b5 ], [q̂b

1 , #, #]],

[[#, #, q̂2], [q̂6, #, #]], [[#, [ (, x], q̂b3 ], [#, [ (, x, q̂b

4 ], #]], [[q̂4, [ (, x], #], [#, [ (, x, q̂3], #]], [[#, [ ), x], q̂b3 ], [#, [ ), #, q̂b

2 ], #]],

[[#, [ ), #], q̂2], [#, [ ), x, q̂b4 ], #]], [[q̂4, [ ), x], #], [#, [ ), x, q̂3], #]], [[q̂b

1 , [ (, x], #], [#, [ (, x, q̂b2 ], #]], [[#, [ (, x], q̂2], [#, [ (, #, q̂b

4 ], #]],

[[q̂4, [ (, #], #], [#, [ (, x, q̂1], #]], [[q̂4, #, #], [#, #, q̂b3 ]], [[#, [ (, x], q̂b

5 ], [#, [ (, x, q̂b6 ], #]], [[q̂6, [ (, x], #], [#, [ (, x, q̂5], #]],

[[#, [ ), x], q̂b5 ], [#, [ ), x, q̂b

6 ], #]], [[q̂6, [ ), x], #], [#, [ ), x, q̂5], #]], [[#, [ (, #, q̂br ], #], [#, [ (, #, q̂b

6 ], #]], [[q̂6, [ (, #], #], [#, [ (, #, q̂r], #]],

[[q̂6, #, #], [#, #, qb5 ]], [[#, [ (, #, qb

0,2], #], [qb0,1, [ (, #], #]], [[#, [ (, x, qb

0,2], #], [qb0,1, [ (, x], #]], [[#, [ ), #, qb

0,2], #], [qb0,1, [ ), #], #]],

[[#, [ ), x, qb0,2], #], [qb

0,1, [ ), x], #]], [[#, [ (, #, q0,1], #], [#, [ (, #], q0,2]], [[#, [ (, x, q0,1], #], [#, [ (, x], q0,2]], [[#, [ ), #, q0,1], #], [#, [ ), #], q0,2]],

[[#, [ ), x, q0,1], #], [#, [ ), x], q0,2]], [[#, [ (, #, qb0,4], #], [#, [ (, #], qb

0,3]], [[#, [ (, x, qb0,4], #], [#, [ (, x], qb

0,3]], [[#, [ ), #, qb0,4], #], [#, [ ), #], qb

0,3]],

[[#, [ ), x, qb0,4], #], [#, [ ), x], qb

0,3]], [[#, [ (, #, q0,3], #], [q0,4, [ (, #], #]], [[#, [ (, x, q0,3], #], [q0,4, [ (, x], #]], [[#, [ ), #, q0,3], #], [q0,4, [ ), #], #]],

[[#, [ ), x, q0,3], #], [q0,4, [ ), x], #]], [[#, [ (, #, qb2 ], #], [qb

1 , [ (, #], #]], [[#, [ (, x, qb2 ], #], [qb

1 , [ (, x], #]], [[#, [ ), #, qb2 ], #], [qb

1 , [ ), #], #]],

[[#, [ ), x, qb2 ], #], [qb

1 , [ ), x], #]], [[#, [ (, #, q1], #], [#, [ (, #], q2]], [[#, [ (, x, q1], #], [#, [ (, x], q2]], [[#, [ ), #, q1], #], [#, [ ), #], q2]],

[[#, [ ), x, q1], #], [#, [ ), x], q2]], [[#, [ (, #, qb4 ], #], [#, [ (, #], qb

3 ]], [[#, [ (, x, qb4 ], #], [#, [ (, x], qb

3 ]], [[#, [ ), #, qb4 ], #], [#, [ ), #], qb

3 ]],

[[#, [ ), x, qb4 ], #], [#, [ ), x], qb

3 ]], [[#, [ (, #, q3], #], [q4, [ (, #], #]], [[#, [ (, x, q3], #], [q4, [ (, x], #]], [[#, [ ), #, q3], #], [q4, [ ), #], #]],

[[#, [ ), x, q3], #], [q4, [ ), x], #]], [[#, [ (, #, qb6 ], #], [#, [ (, #], qb

5 ]], [[#, [ (, x, qb6 ], #], [#, [ (, x], qb

5 ]], [[#, [ ), #, qb6 ], #], [#, [ ), #], qb

5 ]],

[[#, [ ), x, qb6 ], #], [#, [ ), x], qb

5 ]], [[#, [ (, #, q5], #], [q6, [ (, #], #]], [[#, [ (, x, q5], #], [q6, [ (, x], #]], [[#, [ ), #, q5], #], [q6, [ ), #], #]],

[[#, [ ), x, q5], #], [q6, [ ), x], #]], [[#, [ (, #, q̂b0,2], #], [q̂b

0,1, [ (, #], #]], [[#, [ (, x, q̂b0,2], #], [q̂b

0,1, [ (, x], #]], [[#, [ ), #, q̂b0,2], #], [q̂b

0,1, [ ), #], #]],

[[#, [ ), x, q̂b0,2], #], [q̂b

0,1, [ ), x], #]], [[#, [ (, #, q̂0,1], #], [#, [ (, #], q̂0,2]], [[#, [ (, x, q̂0,1], #], [#, [ (, x], q̂0,2]], [[#, [ ), #, q̂0,1], #], [#, [ ), #], q̂0,2]],

[[#, [ ), x, q̂0,1], #], [#, [ ), x], q̂0,2]], [[#, [ (, #, q̂b0,4], #], [#, [ (, #], q̂b

0,3]], [[#, [ (, x, q̂b0,4], #], [#, [ (, x], q̂b

0,3]], [[#, [ ), #, q̂b0,4], #], [#, [ ), #], q̂b

0,3]],

[[#, [ ), x, q̂b0,4], #], [#, [ ), x], q̂b

0,3]], [[#, [ (, #, q̂0,3], #], [q̂0,4, [ (, #], #]], [[#, [ (, x, q̂0,3], #], [q̂0,4, [ (, x], #]], [[#, [ ), #, q̂0,3], #], [q̂0,4, [ ), #], #]],

[[#, [ ), x, q̂0,3], #], [q̂0,4, [ ), x], #]], [[#, [ (, #, q̂b2 ], #], [q̂b

1 , [ (, #], #]], [[#, [ (, x, q̂b2 ], #], [q̂b

1 , [ (, x], #]], [[#, [ ), #, q̂b2 ], #], [q̂b

1 , [ ), #], #]],

[[#, [ ), x, q̂b2 ], #], [q̂b

1 , [ ), x], #]], [[#, [ (, #, q̂1], #], [#, [ (, #], q̂2]], [[#, [ (, x, q̂1], #], [#, [ (, x], q̂2]], [[#, [ ), #, q̂1], #], [#, [ ), #], q̂2]],

[[#, [ ), x, q̂1], #], [#, [ ), x], q̂2]], [[#, [ (, #, q̂b4 ], #], [#, [ (, #], q̂b

3 ]], [[#, [ (, x, q̂b4 ], #], [#, [ (, x], q̂b

3 ]], [[#, [ ), #, q̂b4 ], #], [#, [ ), #], q̂b

3 ]],

[[#, [ ), x, q̂b4 ], #], [#, [ ), x], q̂b

3 ]], [[#, [ (, #, q̂3], #], [q̂4, [ (, #], #]], [[#, [ (, x, q̂3], #], [q̂4, [ (, x], #]], [[#, [ ), #, q̂3], #], [q̂4, [ ), #], #]],

[[#, [ ), x, q̂3], #], [q̂4, [ ), x], #]], [[#, [ (, #, q̂b6 ], #], [#, [ (, #], q̂b

5 ]], [[#, [ (, x, q̂b6 ], #], [#, [ (, x], q̂b

5 ]], [[#, [ ), #, q̂b6 ], #], [#, [ ), #], q̂b

5 ]],

[[#, [ ), x, q̂b6 ], #], [#, [ ), x], q̂b

5 ]], [[#, [ (, #, q̂5], #], [q̂6, [ (, #], #]], [[#, [ (, x, q̂5], #], [q̂6, [ (, x], #]], [[#, [ ), #, q̂5], #], [q̂6, [ ), #], #]],

[[#, [ ), x, q̂5], #], [q̂6, [ ), x], #]], [[qb0,1, [ (, x], #], [#, [ (, x, q0,1], #]], [[qb

0,1, [ ), x], #], [#, [ ), x, q0,1], #]], [[#, [ (, x], qb0,3], [#, [ (, x, q0,3], #]],

[[#, [ ), x], qb0,3], [#, [ ), x, q0,3], #]], [[qb

1 , [ ), #], #], [#, [ ), #, q1], #]], [[#, [ (, #], qb3 ], [#, [ (, #, q3], #]], [[#, [ ), #], qb

3 ], [#, [ ), #, q3], #]],

[[#, #, qb3 ], [q4, #, #]], [[#, [ (, #], qb

5 ], [#, [ (, #, q5], #]], [[#, [ ), #], qb5 ], [#, [ ), #, q5], #]], [[q̂b

0,1, [ (, x], #], [#, [ (, x, q̂0,1], #]],

[[q̂b0,1, [ ), x], #], [#, [ ), x, q̂0,1], #]], [[#, [ (, x], q̂b

0,3], [#, [ (, x, q̂0,3], #]], [[#, [ ), x], q̂b0,3], [#, [ ), x, q̂0,3], #]], [[q̂b

1 , [ ), #], #], [#, [ ), #, q̂1], #]],

[[#, [ (, #], q̂b3 ], [#, [ (, #, q̂3], #]], [[#, [ ), #], q̂b

3 ], [#, [ ), #, q̂3], #]], [[#, #, q̂b3 ], [q̂4, #, #]], [[#, [ (, #], q̂b

5 ], [#, [ (, #, q̂5], #]],

[[#, [ ), #], q̂b5 ], [#, [ ), #, q̂5], #]], [[#, [ (, x], q0,2], [#, [ (, x, qb

0,2], #]], [[#, [ ), x], q0,2], [#, [ ), x, qb0,2], #]], [[q0,4, [ (, x], #], [#, [ (, x, qb

0,4], #]],

[[q0,4, [ ), x], #], [#, [ ), x, qb0,4], #]], [[q4, [ ), #], #], [#, [ ), #, qb

4 ], #]], [[q6, [ ), #], #], [#, [ ), #, qb6 ], #]], [[#, [ (, x], q̂0,2], [#, [ (, x, q̂b

0,2], #]],

[[#, [ ), x], q̂0,2], [#, [ ), x, q̂b0,2], #]], [[q̂0,4, [ (, x], #], [#, [ (, x, q̂b

0,4], #]], [[q̂0,4, [ ), x], #], [#, [ ), x, q̂b0,4], #]], [[q̂4, [ ), #], #], [#, [ ), #, q̂b

4 ], #]],

[[q̂6, [ ), #], #], [#, [ ), #, q̂b6 ], #]], [[#, [ (, #, qa], #], [#, [ (, #, q̂b

a], #]], [[#, [ (, x, qa], #], [#, [ (, x, q̂ba], #]], [[#, [ ), #, qa], #], [#, [ ), #, q̂b

a], #]],

[[#, [ ), x, qa], #], [#, [ ), x, q̂ba], #]], [[#, [ (, #, q̂a], #], [#, [ (, #, qb

a], #]], [[#, [ (, x, q̂a], #], [#, [ (, x, qba], #]], [[#, [ ), #, q̂a], #], [#, [ ), #, qb

a], #]],

[[#, [ ), x, q̂a], #], [#, [ ), x, qba], #]], [[#, [ (, #, qr], #], [#, [ (, #, qb

r ], #]], [[#, [ (, x, qr], #], [#, [ (, x, qbr ], #]], [[#, [ ), #, qr], #], [#, [ ), #, qb

r ], #]],

[[#, [ ), x, qr], #], [#, [ ), x, qbr ], #]], [[#, [ (, #, q̂r], #], [#, [ (, #, q̂b

r ], #]], [[#, [ (, x, q̂r], #], [#, [ (, x, q̂br ], #]], [[#, [ ), #, q̂r], #], [#, [ ), #, q̂b

r ], #]],

[[#, [ ), x, q̂r], #], [#, [ ), x, q̂br ], #]], [[q̂b

0,1, #, #], [#, #, q̂0,2]], [[qb0,1, #, #], [#, #, q0,2]]

30

Page 31: Language Recognition by Reversible Partitioned Cellular

Computing Process of the RPCA PMp

(1) Input: ( ( ) ( ) )

t = 0 q0,2 ( ( ) ( ) )

688 q̂b0,1

( ( ) ( ) )

1378 q0,2 ( ( ) ( ) )

31

Page 32: Language Recognition by Reversible Partitioned Cellular

Computing Process of the RPCA PMp

(2) Input: ( ( ) ( )

t = 0 q0,2 ( ( ) ( )

220 qb0,1

( ( ) ( )

221 q0,2 ( ( ) ( )

32

Page 33: Language Recognition by Reversible Partitioned Cellular

Concluding Remarks

• Theorem 1:

L(RPCA) =L(PCA) =L(DLBA) =L(RDLBA).

• Reversible partitioned iterative array (RPIA) can

also be defined as another model of acceptor (see

Appendix A4).

• Future study: To characterize the capability of

RPCAs for the case computing time is limited.

33

Page 34: Language Recognition by Reversible Partitioned Cellular

References

1 Kutrib, M.: Cellular automata and language theory. In: Encyclopediaof Complexity and System Science (ed. B. Meyers), Springer-Verlag,Berlin. pp. 800–823 (2009)

2 Kutrib, M., Malcher, A.: Fast reversible language recognition usingcellular automata. Inform. Comput. 206, 1142–1151 (2008)

3 Lange, K.J., McKenzie, P., Tapp, A.: Reversible space equals deter-ministic space. J. Comput. Syst. Sci. 60, 354–367 (2000)

4 Morita, K.: Simulating reversible Turing machines and cyclic tag sys-tems by one-dimensional reversible cellular automata. Theoret. Com-put. Sci. 412, 3856–3865 (2011)

5 Morita, K.: Two-way reversible multi-head finite automata. Funda-menta Informaticae 110(1-4), 241–254 (2011)

6 Morita, K.: A deterministic two-way multi-head finite automaton canbe converted into a reversible one with the same number of heads.Proc. RC 2012, LNCS 7581 pp. 29–43 (2013)

7 Morita, K., Harao, M.: Computation universality of one-dimensionalreversible (injective) cellular automata. Trans. IEICE Japan E72,758–762 (1989)

8 Smith III, A.: Real-time language recognition by one-dimensional cel-lular automata. J. Comput. Syst. Sci. 6, 233–253 (1972)

34

Page 35: Language Recognition by Reversible Partitioned Cellular

Appendices

Computing processes of machines that accept

all well-formed parentheses:

A1. DLBA Mp

A2. RDLBA M†p

A3. RPCA PMp

A4. RPIA

35

Page 36: Language Recognition by Reversible Partitioned Cellular

A1. DLBA Mp

36

Page 37: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 0

� ( ( ) ( ) ) �

q0

� # # # # # # �

Page 38: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 1

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 39: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 2

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 40: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 3

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 41: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 4

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 42: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 5

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 43: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 6

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 44: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 7

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 45: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 8

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 46: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 9

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 47: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 10

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 48: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 11

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 49: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 12

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 50: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 13

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Page 51: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 14

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Page 52: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 15

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 53: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 16

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 54: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 17

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 55: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 18

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 56: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 19

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 57: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 20

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 58: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 21

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 59: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 22

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 60: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 23

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 61: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 24

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 62: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 25

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 63: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 26

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 64: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 27

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Page 65: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 28

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Page 66: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 29

� ( ( ) ( ) ) �

q1

� # # # # # # �

Page 67: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 30

� ( ( ) ( ) ) �

q2

� # # # # # # �

Page 68: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 31

� ( ( ) ( ) ) �

q1

� # # # # # # �

Page 69: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 32

� ( ( ) ( ) ) �

q2

� # # # # # # �

Page 70: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 33

� ( ( ) ( ) ) �

q1

� # # # # # # �

Page 71: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 34

� ( ( ) ( ) ) �

q2

� # # # # # # �

Page 72: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 35

� ( ( ) ( ) ) �

q3

� # # x # # # �

Page 73: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 36

� ( ( ) ( ) ) �

q4

� # # x # # # �

Page 74: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 37

� ( ( ) ( ) ) �

q1

� # x x # # # �

Page 75: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 38

� ( ( ) ( ) ) �

q2

� # x x # # # �

Page 76: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 39

� ( ( ) ( ) ) �

q1

� # x x # # # �

Page 77: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 40

� ( ( ) ( ) ) �

q2

� # x x # # # �

Page 78: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 41

� ( ( ) ( ) ) �

q1

� # x x # # # �

Page 79: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 42

� ( ( ) ( ) ) �

q2

� # x x # # # �

Page 80: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 43

� ( ( ) ( ) ) �

q3

� # x x # x # �

Page 81: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 44

� ( ( ) ( ) ) �

q4

� # x x # x # �

Page 82: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 45

� ( ( ) ( ) ) �

q1

� # x x x x # �

Page 83: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 46

� ( ( ) ( ) ) �

q2

� # x x x x # �

Page 84: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 47

� ( ( ) ( ) ) �

q1

� # x x x x # �

Page 85: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 48

� ( ( ) ( ) ) �

q2

� # x x x x # �

Page 86: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 49

� ( ( ) ( ) ) �

q3

� # x x x x x �

Page 87: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 50

� ( ( ) ( ) ) �

q4

� # x x x x x �

Page 88: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 51

� ( ( ) ( ) ) �

q3

� # x x x x x �

Page 89: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 52

� ( ( ) ( ) ) �

q4

� # x x x x x �

Page 90: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 53

� ( ( ) ( ) ) �

q3

� # x x x x x �

Page 91: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 54

� ( ( ) ( ) ) �

q4

� # x x x x x �

Page 92: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 55

� ( ( ) ( ) ) �

q3

� # x x x x x �

Page 93: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 56

� ( ( ) ( ) ) �

q4

� # x x x x x �

Page 94: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 57

� ( ( ) ( ) ) �

q3

� # x x x x x �

Page 95: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 58

� ( ( ) ( ) ) �

q4

� # x x x x x �

Page 96: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 59

� ( ( ) ( ) ) �

q1

� x x x x x x �

Page 97: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 60

� ( ( ) ( ) ) �

q2

� x x x x x x �

Page 98: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 61

� ( ( ) ( ) ) �

q1

� x x x x x x �

Page 99: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 62

� ( ( ) ( ) ) �

q2

� x x x x x x �

Page 100: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 63

� ( ( ) ( ) ) �

q1

� x x x x x x �

Page 101: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 64

� ( ( ) ( ) ) �

q2

� x x x x x x �

Page 102: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 65

� ( ( ) ( ) ) �

q1

� x x x x x x �

Page 103: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 66

� ( ( ) ( ) ) �

q2

� x x x x x x �

Page 104: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 67

� ( ( ) ( ) ) �

q1

� x x x x x x �

Page 105: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 68

� ( ( ) ( ) ) �

q2

� x x x x x x �

Page 106: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 69

� ( ( ) ( ) ) �

q1

� x x x x x x �

Page 107: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 70

� ( ( ) ( ) ) �

q2

� x x x x x x �

Page 108: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 71

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 109: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 72

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 110: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 73

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 111: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 74

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 112: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 75

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 113: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 76

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 114: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 77

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 115: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 78

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 116: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 79

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 117: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 80

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 118: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 81

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 119: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 82

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 120: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 83

� ( ( ) ( ) ) �

q5

� x x x x x x �

Page 121: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 84

� ( ( ) ( ) ) �

q6

� x x x x x x �

Page 122: Language Recognition by Reversible Partitioned Cellular

DLBA Mp that accepts all well-formed parentheses

t = 85

� ( ( ) ( ) ) �

qa

� x x x x x x �

The input is accepted

Page 123: Language Recognition by Reversible Partitioned Cellular

A2. RDLBA M†p

37

Page 124: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 0

� ( ( ) ( ) ) �

q0

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 125: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 1

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 126: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 2

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 127: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 3

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 128: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 4

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 129: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 5

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 130: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 6

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 131: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 7

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 132: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 8

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 133: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 9

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 134: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 10

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 135: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 11

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 136: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 12

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 137: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 13

� ( ( ) ( ) ) �

q0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 138: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 14

� ( ( ) ( ) ) �

q0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 139: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 15

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 140: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 16

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 141: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 17

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 142: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 18

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 143: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 19

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 144: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 20

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 145: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 21

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 146: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 22

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 147: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 23

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 148: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 24

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 149: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 25

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 150: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 26

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 151: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 27

� ( ( ) ( ) ) �

q0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 152: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 28

� ( ( ) ( ) ) �

q0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 153: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 29

� ( ( ) ( ) ) �

q1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 154: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 30

� ( ( ) ( ) ) �

q2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 155: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 31

� ( ( ) ( ) ) �

q1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 156: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 32

� ( ( ) ( ) ) �

q2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 157: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 33

� ( ( ) ( ) ) �

q1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 158: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 34

� ( ( ) ( ) ) �

q2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 159: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 35

� ( ( ) ( ) ) �

qb4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 160: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 36

� ( ( ) ( ) ) �

qb3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 161: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 37

� ( ( ) ( ) ) �

q3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 162: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 38

� ( ( ) ( ) ) �

q4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 163: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 39

� ( ( ) ( ) ) �

q3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 164: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 40

� ( ( ) ( ) ) �

q4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 165: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 41

� ( ( ) ( ) ) �

q1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 166: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 42

� ( ( ) ( ) ) �

q2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 167: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 43

� ( ( ) ( ) ) �

q1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 168: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 44

� ( ( ) ( ) ) �

q2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 169: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 45

� ( ( ) ( ) ) �

q1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 170: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 46

� ( ( ) ( ) ) �

q2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 171: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 47

� ( ( ) ( ) ) �

qb4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 172: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 48

� ( ( ) ( ) ) �

qb3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 173: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 49

� ( ( ) ( ) ) �

q3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 174: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 50

� ( ( ) ( ) ) �

q4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 175: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 51

� ( ( ) ( ) ) �

q3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 176: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 52

� ( ( ) ( ) ) �

q4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 177: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 53

� ( ( ) ( ) ) �

q1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 178: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 54

� ( ( ) ( ) ) �

q2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 179: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 55

� ( ( ) ( ) ) �

q1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 180: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 56

� ( ( ) ( ) ) �

q2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 181: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 57

� ( ( ) ( ) ) �

qb4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 182: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 58

� ( ( ) ( ) ) �

qb3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 183: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 59

� ( ( ) ( ) ) �

q3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 184: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 60

� ( ( ) ( ) ) �

q4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 185: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 61

� ( ( ) ( ) ) �

q3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 186: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 62

� ( ( ) ( ) ) �

q4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 187: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 63

� ( ( ) ( ) ) �

q3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 188: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 64

� ( ( ) ( ) ) �

q4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 189: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 65

� ( ( ) ( ) ) �

q3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 190: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 66

� ( ( ) ( ) ) �

q4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 191: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 67

� ( ( ) ( ) ) �

q3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 192: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 68

� ( ( ) ( ) ) �

q4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 193: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 69

� ( ( ) ( ) ) �

q3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 194: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 70

� ( ( ) ( ) ) �

q4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 195: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 71

� ( ( ) ( ) ) �

q1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 196: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 72

� ( ( ) ( ) ) �

q2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 197: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 73

� ( ( ) ( ) ) �

qb4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 198: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 74

� ( ( ) ( ) ) �

qb3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 199: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 75

� ( ( ) ( ) ) �

qb2

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 200: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 76

� ( ( ) ( ) ) �

qb1

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 201: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 77

� ( ( ) ( ) ) �

qb2

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 202: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 78

� ( ( ) ( ) ) �

qb1

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 203: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 79

� ( ( ) ( ) ) �

qb2

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 204: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 80

� ( ( ) ( ) ) �

qb1

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 205: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 81

� ( ( ) ( ) ) �

qb0,4

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 206: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 82

� ( ( ) ( ) ) �

qb0,3

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 207: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 83

� ( ( ) ( ) ) �

q0,3

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 208: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 84

� ( ( ) ( ) ) �

q0,4

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 209: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 85

� ( ( ) ( ) ) �

q1

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 210: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 86

� ( ( ) ( ) ) �

q2

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 211: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 87

� ( ( ) ( ) ) �

qb4

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 212: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 88

� ( ( ) ( ) ) �

qb3

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 213: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 89

� ( ( ) ( ) ) �

q3

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 214: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 90

� ( ( ) ( ) ) �

q4

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 215: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 91

� ( ( ) ( ) ) �

q1

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 216: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 92

� ( ( ) ( ) ) �

q2

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 217: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 93

� ( ( ) ( ) ) �

q1

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 218: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 94

� ( ( ) ( ) ) �

q2

� x # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 219: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 95

� ( ( ) ( ) ) �

qb4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 220: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 96

� ( ( ) ( ) ) �

qb3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 221: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 97

� ( ( ) ( ) ) �

qb4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 222: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 98

� ( ( ) ( ) ) �

qb3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 223: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 99

� ( ( ) ( ) ) �

qb2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 224: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 100

� ( ( ) ( ) ) �

qb1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 225: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 101

� ( ( ) ( ) ) �

qb2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 226: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 102

� ( ( ) ( ) ) �

qb1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 227: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 103

� ( ( ) ( ) ) �

qb2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 228: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 104

� ( ( ) ( ) ) �

qb1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 229: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 105

� ( ( ) ( ) ) �

qb2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 230: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 106

� ( ( ) ( ) ) �

qb1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 231: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 107

� ( ( ) ( ) ) �

qb2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 232: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 108

� ( ( ) ( ) ) �

qb1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 233: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 109

� ( ( ) ( ) ) �

qb0,4

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 234: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 110

� ( ( ) ( ) ) �

qb0,3

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 235: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 111

� ( ( ) ( ) ) �

q0,3

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 236: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 112

� ( ( ) ( ) ) �

q0,4

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 237: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 113

� ( ( ) ( ) ) �

q1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 238: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 114

� ( ( ) ( ) ) �

q2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 239: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 115

� ( ( ) ( ) ) �

qb4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 240: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 116

� ( ( ) ( ) ) �

qb3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 241: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 117

� ( ( ) ( ) ) �

q3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 242: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 118

� ( ( ) ( ) ) �

q4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 243: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 119

� ( ( ) ( ) ) �

q1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 244: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 120

� ( ( ) ( ) ) �

q2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 245: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 121

� ( ( ) ( ) ) �

q1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 246: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 122

� ( ( ) ( ) ) �

q2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 247: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 123

� ( ( ) ( ) ) �

q1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 248: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 124

� ( ( ) ( ) ) �

q2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 249: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 125

� ( ( ) ( ) ) �

qb4

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 250: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 126

� ( ( ) ( ) ) �

qb3

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 251: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 127

� ( ( ) ( ) ) �

q3

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 252: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 128

� ( ( ) ( ) ) �

q4

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 253: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 129

� ( ( ) ( ) ) �

q1

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 254: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 130

� ( ( ) ( ) ) �

q2

� x # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 255: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 131

� ( ( ) ( ) ) �

qb4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 256: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 132

� ( ( ) ( ) ) �

qb3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 257: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 133

� ( ( ) ( ) ) �

qb2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 258: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 134

� ( ( ) ( ) ) �

qb1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 259: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 135

� ( ( ) ( ) ) �

qb2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 260: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 136

� ( ( ) ( ) ) �

qb1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 261: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 137

� ( ( ) ( ) ) �

qb2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 262: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 138

� ( ( ) ( ) ) �

qb1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 263: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 139

� ( ( ) ( ) ) �

qb2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 264: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 140

� ( ( ) ( ) ) �

qb1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 265: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 141

� ( ( ) ( ) ) �

qb2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 266: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 142

� ( ( ) ( ) ) �

qb1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 267: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 143

� ( ( ) ( ) ) �

qb2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 268: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 144

� ( ( ) ( ) ) �

qb1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 269: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 145

� ( ( ) ( ) ) �

qb0,4

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 270: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 146

� ( ( ) ( ) ) �

qb0,3

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 271: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 147

� ( ( ) ( ) ) �

q0,3

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 272: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 148

� ( ( ) ( ) ) �

q0,4

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 273: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 149

� ( ( ) ( ) ) �

q1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 274: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 150

� ( ( ) ( ) ) �

q2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 275: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 151

� ( ( ) ( ) ) �

qb4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 276: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 152

� ( ( ) ( ) ) �

qb3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 277: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 153

� ( ( ) ( ) ) �

q3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 278: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 154

� ( ( ) ( ) ) �

q4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 279: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 155

� ( ( ) ( ) ) �

q1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 280: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 156

� ( ( ) ( ) ) �

q2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 281: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 157

� ( ( ) ( ) ) �

q1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 282: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 158

� ( ( ) ( ) ) �

q2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 283: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 159

� ( ( ) ( ) ) �

q1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 284: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 160

� ( ( ) ( ) ) �

q2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 285: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 161

� ( ( ) ( ) ) �

qb4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 286: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 162

� ( ( ) ( ) ) �

qb3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 287: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 163

� ( ( ) ( ) ) �

qb2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 288: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 164

� ( ( ) ( ) ) �

qb1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 289: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 165

� ( ( ) ( ) ) �

qb2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 290: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 166

� ( ( ) ( ) ) �

qb1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 291: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 167

� ( ( ) ( ) ) �

qb2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 292: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 168

� ( ( ) ( ) ) �

qb1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 293: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 169

� ( ( ) ( ) ) �

qb2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 294: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 170

� ( ( ) ( ) ) �

qb1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 295: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 171

� ( ( ) ( ) ) �

qb2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 296: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 172

� ( ( ) ( ) ) �

qb1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 297: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 173

� ( ( ) ( ) ) �

qb0,4

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 298: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 174

� ( ( ) ( ) ) �

qb0,3

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 299: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 175

� ( ( ) ( ) ) �

q0,3

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 300: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 176

� ( ( ) ( ) ) �

q0,4

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 301: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 177

� ( ( ) ( ) ) �

q1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 302: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 178

� ( ( ) ( ) ) �

q2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 303: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 179

� ( ( ) ( ) ) �

qb4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 304: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 180

� ( ( ) ( ) ) �

qb3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 305: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 181

� ( ( ) ( ) ) �

q3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 306: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 182

� ( ( ) ( ) ) �

q4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 307: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 183

� ( ( ) ( ) ) �

q1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 308: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 184

� ( ( ) ( ) ) �

q2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 309: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 185

� ( ( ) ( ) ) �

q1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 310: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 186

� ( ( ) ( ) ) �

q2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 311: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 187

� ( ( ) ( ) ) �

q1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 312: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 188

� ( ( ) ( ) ) �

q2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 313: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 189

� ( ( ) ( ) ) �

q1

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 314: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 190

� ( ( ) ( ) ) �

q2

� x # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 315: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 191

� ( ( ) ( ) ) �

qb4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 316: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 192

� ( ( ) ( ) ) �

qb3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 317: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 193

� ( ( ) ( ) ) �

q3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 318: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 194

� ( ( ) ( ) ) �

q4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 319: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 195

� ( ( ) ( ) ) �

q3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 320: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 196

� ( ( ) ( ) ) �

q4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 321: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 197

� ( ( ) ( ) ) �

q1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 322: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 198

� ( ( ) ( ) ) �

q2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 323: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 199

� ( ( ) ( ) ) �

q1

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 324: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 200

� ( ( ) ( ) ) �

q2

� x # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 325: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 201

� ( ( ) ( ) ) �

qb4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 326: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 202

� ( ( ) ( ) ) �

qb3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 327: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 203

� ( ( ) ( ) ) �

q3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 328: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 204

� ( ( ) ( ) ) �

q4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 329: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 205

� ( ( ) ( ) ) �

q3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 330: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 206

� ( ( ) ( ) ) �

q4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 331: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 207

� ( ( ) ( ) ) �

q3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 332: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 208

� ( ( ) ( ) ) �

q4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 333: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 209

� ( ( ) ( ) ) �

q3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 334: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 210

� ( ( ) ( ) ) �

q4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 335: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 211

� ( ( ) ( ) ) �

q3

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 336: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 212

� ( ( ) ( ) ) �

q4

� x # x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 337: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 213

� ( ( ) ( ) ) �

q1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 338: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 214

� ( ( ) ( ) ) �

q2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 339: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 215

� ( ( ) ( ) ) �

q1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 340: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 216

� ( ( ) ( ) ) �

q2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 341: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 217

� ( ( ) ( ) ) �

qb4

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 342: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 218

� ( ( ) ( ) ) �

qb3

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 343: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 219

� ( ( ) ( ) ) �

qb2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 344: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 220

� ( ( ) ( ) ) �

qb1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 345: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 221

� ( ( ) ( ) ) �

qb2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 346: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 222

� ( ( ) ( ) ) �

qb1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 347: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 223

� ( ( ) ( ) ) �

qb2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 348: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 224

� ( ( ) ( ) ) �

qb1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 349: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 225

� ( ( ) ( ) ) �

qb2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 350: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 226

� ( ( ) ( ) ) �

qb1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 351: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 227

� ( ( ) ( ) ) �

qb2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 352: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 228

� ( ( ) ( ) ) �

qb1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 353: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 229

� ( ( ) ( ) ) �

qb0,4

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 354: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 230

� ( ( ) ( ) ) �

qb0,3

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 355: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 231

� ( ( ) ( ) ) �

q0,3

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 356: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 232

� ( ( ) ( ) ) �

q0,4

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 357: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 233

� ( ( ) ( ) ) �

q1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 358: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 234

� ( ( ) ( ) ) �

q2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 359: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 235

� ( ( ) ( ) ) �

qb4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 360: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 236

� ( ( ) ( ) ) �

qb3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 361: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 237

� ( ( ) ( ) ) �

qb4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 362: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 238

� ( ( ) ( ) ) �

qb3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 363: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 239

� ( ( ) ( ) ) �

qb2

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 364: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 240

� ( ( ) ( ) ) �

qb1

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 365: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 241

� ( ( ) ( ) ) �

qb2

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 366: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 242

� ( ( ) ( ) ) �

qb1

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 367: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 243

� ( ( ) ( ) ) �

qb2

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 368: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 244

� ( ( ) ( ) ) �

qb1

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 369: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 245

� ( ( ) ( ) ) �

qb0,4

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 370: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 246

� ( ( ) ( ) ) �

qb0,3

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 371: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 247

� ( ( ) ( ) ) �

qb0,4

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 372: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 248

� ( ( ) ( ) ) �

qb0,3

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 373: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 249

� ( ( ) ( ) ) �

q0,3

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 374: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 250

� ( ( ) ( ) ) �

q0,4

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 375: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 251

� ( ( ) ( ) ) �

q0,3

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 376: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 252

� ( ( ) ( ) ) �

q0,4

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 377: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 253

� ( ( ) ( ) ) �

q1

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 378: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 254

� ( ( ) ( ) ) �

q2

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 379: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 255

� ( ( ) ( ) ) �

q1

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 380: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 256

� ( ( ) ( ) ) �

q2

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 381: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 257

� ( ( ) ( ) ) �

qb4

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 382: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 258

� ( ( ) ( ) ) �

qb3

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 383: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 259

� ( ( ) ( ) ) �

q3

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 384: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 260

� ( ( ) ( ) ) �

q4

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 385: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 261

� ( ( ) ( ) ) �

q1

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 386: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 262

� ( ( ) ( ) ) �

q2

� # x # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 387: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 263

� ( ( ) ( ) ) �

qb4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 388: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 264

� ( ( ) ( ) ) �

qb3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 389: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 265

� ( ( ) ( ) ) �

q3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 390: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 266

� ( ( ) ( ) ) �

q4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 391: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 267

� ( ( ) ( ) ) �

q3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 392: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 268

� ( ( ) ( ) ) �

q4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 393: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 269

� ( ( ) ( ) ) �

q3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 394: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 270

� ( ( ) ( ) ) �

q4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 395: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 271

� ( ( ) ( ) ) �

q1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 396: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 272

� ( ( ) ( ) ) �

q2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 397: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 273

� ( ( ) ( ) ) �

qb4

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 398: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 274

� ( ( ) ( ) ) �

qb3

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 399: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 275

� ( ( ) ( ) ) �

qb2

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 400: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 276

� ( ( ) ( ) ) �

qb1

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 401: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 277

� ( ( ) ( ) ) �

qb2

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 402: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 278

� ( ( ) ( ) ) �

qb1

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 403: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 279

� ( ( ) ( ) ) �

qb2

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 404: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 280

� ( ( ) ( ) ) �

qb1

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 405: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 281

� ( ( ) ( ) ) �

qb0,4

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 406: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 282

� ( ( ) ( ) ) �

qb0,3

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 407: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 283

� ( ( ) ( ) ) �

q0,3

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 408: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 284

� ( ( ) ( ) ) �

q0,4

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 409: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 285

� ( ( ) ( ) ) �

q1

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 410: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 286

� ( ( ) ( ) ) �

q2

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 411: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 287

� ( ( ) ( ) ) �

qb4

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 412: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 288

� ( ( ) ( ) ) �

qb3

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 413: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 289

� ( ( ) ( ) ) �

q3

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 414: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 290

� ( ( ) ( ) ) �

q4

� # # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 415: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 291

� ( ( ) ( ) ) �

q1

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 416: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 292

� ( ( ) ( ) ) �

q2

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 417: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 293

� ( ( ) ( ) ) �

q1

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 418: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 294

� ( ( ) ( ) ) �

q2

� x # # # # x �

Direction of simulation: qi: forward, qbi : backward

Page 419: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 295

� ( ( ) ( ) ) �

qb4

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 420: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 296

� ( ( ) ( ) ) �

qb3

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 421: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 297

� ( ( ) ( ) ) �

q3

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 422: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 298

� ( ( ) ( ) ) �

q4

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 423: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 299

� ( ( ) ( ) ) �

q3

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 424: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 300

� ( ( ) ( ) ) �

q4

� x # x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 425: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 301

� ( ( ) ( ) ) �

q1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 426: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 302

� ( ( ) ( ) ) �

q2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 427: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 303

� ( ( ) ( ) ) �

q1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 428: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 304

� ( ( ) ( ) ) �

q2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 429: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 305

� ( ( ) ( ) ) �

q1

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 430: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 306

� ( ( ) ( ) ) �

q2

� x x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 431: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 307

� ( ( ) ( ) ) �

qb4

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 432: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 308

� ( ( ) ( ) ) �

qb3

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 433: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 309

� ( ( ) ( ) ) �

qb2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 434: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 310

� ( ( ) ( ) ) �

qb1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 435: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 311

� ( ( ) ( ) ) �

qb2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 436: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 312

� ( ( ) ( ) ) �

qb1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 437: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 313

� ( ( ) ( ) ) �

qb2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 438: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 314

� ( ( ) ( ) ) �

qb1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 439: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 315

� ( ( ) ( ) ) �

qb2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 440: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 316

� ( ( ) ( ) ) �

qb1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 441: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 317

� ( ( ) ( ) ) �

qb2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 442: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 318

� ( ( ) ( ) ) �

qb1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 443: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 319

� ( ( ) ( ) ) �

qb2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 444: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 320

� ( ( ) ( ) ) �

qb1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 445: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 321

� ( ( ) ( ) ) �

qb0,4

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 446: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 322

� ( ( ) ( ) ) �

qb0,3

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 447: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 323

� ( ( ) ( ) ) �

q0,3

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 448: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 324

� ( ( ) ( ) ) �

q0,4

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 449: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 325

� ( ( ) ( ) ) �

q1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 450: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 326

� ( ( ) ( ) ) �

q2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 451: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 327

� ( ( ) ( ) ) �

qb4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 452: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 328

� ( ( ) ( ) ) �

qb3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 453: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 329

� ( ( ) ( ) ) �

qb4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 454: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 330

� ( ( ) ( ) ) �

qb3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 455: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 331

� ( ( ) ( ) ) �

qb2

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 456: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 332

� ( ( ) ( ) ) �

qb1

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 457: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 333

� ( ( ) ( ) ) �

qb2

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 458: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 334

� ( ( ) ( ) ) �

qb1

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 459: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 335

� ( ( ) ( ) ) �

qb2

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 460: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 336

� ( ( ) ( ) ) �

qb1

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 461: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 337

� ( ( ) ( ) ) �

qb0,4

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 462: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 338

� ( ( ) ( ) ) �

qb0,3

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 463: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 339

� ( ( ) ( ) ) �

qb0,4

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 464: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 340

� ( ( ) ( ) ) �

qb0,3

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 465: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 341

� ( ( ) ( ) ) �

q0,3

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 466: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 342

� ( ( ) ( ) ) �

q0,4

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 467: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 343

� ( ( ) ( ) ) �

q0,3

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 468: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 344

� ( ( ) ( ) ) �

q0,4

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 469: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 345

� ( ( ) ( ) ) �

q1

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 470: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 346

� ( ( ) ( ) ) �

q2

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 471: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 347

� ( ( ) ( ) ) �

q1

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 472: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 348

� ( ( ) ( ) ) �

q2

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 473: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 349

� ( ( ) ( ) ) �

qb4

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 474: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 350

� ( ( ) ( ) ) �

qb3

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 475: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 351

� ( ( ) ( ) ) �

q3

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 476: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 352

� ( ( ) ( ) ) �

q4

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 477: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 353

� ( ( ) ( ) ) �

q1

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 478: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 354

� ( ( ) ( ) ) �

q2

� # x # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 479: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 355

� ( ( ) ( ) ) �

qb4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 480: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 356

� ( ( ) ( ) ) �

qb3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 481: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 357

� ( ( ) ( ) ) �

q3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 482: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 358

� ( ( ) ( ) ) �

q4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 483: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 359

� ( ( ) ( ) ) �

q3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 484: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 360

� ( ( ) ( ) ) �

q4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 485: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 361

� ( ( ) ( ) ) �

q3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 486: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 362

� ( ( ) ( ) ) �

q4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 487: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 363

� ( ( ) ( ) ) �

q1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 488: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 364

� ( ( ) ( ) ) �

q2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 489: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 365

� ( ( ) ( ) ) �

qb4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 490: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 366

� ( ( ) ( ) ) �

qb3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 491: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 367

� ( ( ) ( ) ) �

qb2

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 492: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 368

� ( ( ) ( ) ) �

qb1

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 493: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 369

� ( ( ) ( ) ) �

qb2

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 494: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 370

� ( ( ) ( ) ) �

qb1

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 495: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 371

� ( ( ) ( ) ) �

qb2

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 496: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 372

� ( ( ) ( ) ) �

qb1

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 497: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 373

� ( ( ) ( ) ) �

qb0,4

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 498: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 374

� ( ( ) ( ) ) �

qb0,3

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 499: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 375

� ( ( ) ( ) ) �

q0,3

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 500: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 376

� ( ( ) ( ) ) �

q0,4

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 501: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 377

� ( ( ) ( ) ) �

q1

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 502: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 378

� ( ( ) ( ) ) �

q2

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 503: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 379

� ( ( ) ( ) ) �

qb4

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 504: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 380

� ( ( ) ( ) ) �

qb3

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 505: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 381

� ( ( ) ( ) ) �

q3

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 506: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 382

� ( ( ) ( ) ) �

q4

� # # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 507: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 383

� ( ( ) ( ) ) �

q1

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 508: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 384

� ( ( ) ( ) ) �

q2

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 509: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 385

� ( ( ) ( ) ) �

q1

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 510: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 386

� ( ( ) ( ) ) �

q2

� x # # # x # �

Direction of simulation: qi: forward, qbi : backward

Page 511: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 387

� ( ( ) ( ) ) �

qb4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 512: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 388

� ( ( ) ( ) ) �

qb3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 513: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 389

� ( ( ) ( ) ) �

q3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 514: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 390

� ( ( ) ( ) ) �

q4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 515: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 391

� ( ( ) ( ) ) �

q3

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 516: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 392

� ( ( ) ( ) ) �

q4

� x # x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 517: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 393

� ( ( ) ( ) ) �

q1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 518: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 394

� ( ( ) ( ) ) �

q2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 519: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 395

� ( ( ) ( ) ) �

q1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 520: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 396

� ( ( ) ( ) ) �

q2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 521: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 397

� ( ( ) ( ) ) �

q1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 522: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 398

� ( ( ) ( ) ) �

q2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 523: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 399

� ( ( ) ( ) ) �

q1

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 524: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 400

� ( ( ) ( ) ) �

q2

� x x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 525: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 401

� ( ( ) ( ) ) �

qb4

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 526: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 402

� ( ( ) ( ) ) �

qb3

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 527: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 403

� ( ( ) ( ) ) �

q3

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 528: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 404

� ( ( ) ( ) ) �

q4

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 529: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 405

� ( ( ) ( ) ) �

q3

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 530: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 406

� ( ( ) ( ) ) �

q4

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 531: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 407

� ( ( ) ( ) ) �

q3

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 532: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 408

� ( ( ) ( ) ) �

q4

� x x x # x x �

Direction of simulation: qi: forward, qbi : backward

Page 533: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 409

� ( ( ) ( ) ) �

q1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 534: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 410

� ( ( ) ( ) ) �

q2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 535: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 411

� ( ( ) ( ) ) �

q1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 536: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 412

� ( ( ) ( ) ) �

q2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 537: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 413

� ( ( ) ( ) ) �

q1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 538: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 414

� ( ( ) ( ) ) �

q2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 539: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 415

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 540: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 416

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 541: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 417

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 542: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 418

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 543: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 419

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 544: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 420

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 545: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 421

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 546: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 422

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 547: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 423

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 548: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 424

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 549: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 425

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 550: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 426

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 551: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 427

� ( ( ) ( ) ) �

q5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 552: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 428

� ( ( ) ( ) ) �

q6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 553: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 429

� ( ( ) ( ) ) �

qa

� x x x x x x �

The simulated DLBA accepts the input

Direction of simulation: qi: forward, qbi : backward

Page 554: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 430

� ( ( ) ( ) ) �

q̂ba

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 555: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 431

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 556: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 432

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 557: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 433

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 558: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 434

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 559: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 435

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 560: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 436

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 561: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 437

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 562: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 438

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 563: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 439

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 564: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 440

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 565: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 441

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 566: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 442

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 567: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 443

� ( ( ) ( ) ) �

q̂b6

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 568: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 444

� ( ( ) ( ) ) �

q̂b5

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 569: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 445

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 570: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 446

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 571: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 447

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 572: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 448

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 573: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 449

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 574: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 450

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 575: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 451

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 576: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 452

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 577: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 453

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 578: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 454

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 579: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 455

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 580: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 456

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 581: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 457

� ( ( ) ( ) ) �

q̂b2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 582: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 458

� ( ( ) ( ) ) �

q̂b1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 583: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 459

� ( ( ) ( ) ) �

q̂b0,4

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 584: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 460

� ( ( ) ( ) ) �

q̂b0,3

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 585: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 461

� ( ( ) ( ) ) �

q̂0,3

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 586: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 462

� ( ( ) ( ) ) �

q̂0,4

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 587: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 463

� ( ( ) ( ) ) �

q̂1

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 588: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 464

� ( ( ) ( ) ) �

q̂2

� x x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 589: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 465

� ( ( ) ( ) ) �

q̂b4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 590: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 466

� ( ( ) ( ) ) �

q̂b3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 591: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 467

� ( ( ) ( ) ) �

q̂b4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 592: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 468

� ( ( ) ( ) ) �

q̂b3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 593: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 469

� ( ( ) ( ) ) �

q̂b2

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 594: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 470

� ( ( ) ( ) ) �

q̂b1

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 595: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 471

� ( ( ) ( ) ) �

q̂b2

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 596: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 472

� ( ( ) ( ) ) �

q̂b1

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 597: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 473

� ( ( ) ( ) ) �

q̂b2

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 598: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 474

� ( ( ) ( ) ) �

q̂b1

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 599: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 475

� ( ( ) ( ) ) �

q̂b0,4

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 600: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 476

� ( ( ) ( ) ) �

q̂b0,3

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 601: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 477

� ( ( ) ( ) ) �

q̂b0,4

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 602: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 478

� ( ( ) ( ) ) �

q̂b0,3

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 603: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 479

� ( ( ) ( ) ) �

q̂0,3

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 604: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 480

� ( ( ) ( ) ) �

q̂0,4

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 605: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 481

� ( ( ) ( ) ) �

q̂0,3

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 606: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 482

� ( ( ) ( ) ) �

q̂0,4

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 607: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 483

� ( ( ) ( ) ) �

q̂1

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 608: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 484

� ( ( ) ( ) ) �

q̂2

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 609: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 485

� ( ( ) ( ) ) �

q̂1

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 610: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 486

� ( ( ) ( ) ) �

q̂2

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 611: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 487

� ( ( ) ( ) ) �

q̂b4

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 612: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 488

� ( ( ) ( ) ) �

q̂b3

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 613: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 489

� ( ( ) ( ) ) �

q̂3

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 614: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 490

� ( ( ) ( ) ) �

q̂4

� # # # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 615: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 491

� ( ( ) ( ) ) �

q̂1

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 616: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 492

� ( ( ) ( ) ) �

q̂2

� # x # x x x �

Direction of simulation: qi: forward, qbi : backward

Page 617: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 493

� ( ( ) ( ) ) �

q̂b4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 618: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 494

� ( ( ) ( ) ) �

q̂b3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 619: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 495

� ( ( ) ( ) ) �

q̂b4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 620: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 496

� ( ( ) ( ) ) �

q̂b3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 621: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 497

� ( ( ) ( ) ) �

q̂b2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 622: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 498

� ( ( ) ( ) ) �

q̂b1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 623: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 499

� ( ( ) ( ) ) �

q̂b2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 624: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 500

� ( ( ) ( ) ) �

q̂b1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 625: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 501

� ( ( ) ( ) ) �

q̂b2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 626: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 502

� ( ( ) ( ) ) �

q̂b1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 627: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 503

� ( ( ) ( ) ) �

q̂b2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 628: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 504

� ( ( ) ( ) ) �

q̂b1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 629: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 505

� ( ( ) ( ) ) �

q̂b2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 630: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 506

� ( ( ) ( ) ) �

q̂b1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 631: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 507

� ( ( ) ( ) ) �

q̂b0,4

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 632: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 508

� ( ( ) ( ) ) �

q̂b0,3

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 633: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 509

� ( ( ) ( ) ) �

q̂b0,4

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 634: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 510

� ( ( ) ( ) ) �

q̂b0,3

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 635: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 511

� ( ( ) ( ) ) �

q̂0,3

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 636: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 512

� ( ( ) ( ) ) �

q̂0,4

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 637: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 513

� ( ( ) ( ) ) �

q̂0,3

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 638: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 514

� ( ( ) ( ) ) �

q̂0,4

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 639: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 515

� ( ( ) ( ) ) �

q̂1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 640: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 516

� ( ( ) ( ) ) �

q̂2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 641: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 517

� ( ( ) ( ) ) �

q̂1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 642: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 518

� ( ( ) ( ) ) �

q̂2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 643: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 519

� ( ( ) ( ) ) �

q̂b4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 644: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 520

� ( ( ) ( ) ) �

q̂b3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 645: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 521

� ( ( ) ( ) ) �

q̂b2

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 646: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 522

� ( ( ) ( ) ) �

q̂b1

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 647: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 523

� ( ( ) ( ) ) �

q̂b2

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 648: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 524

� ( ( ) ( ) ) �

q̂b1

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 649: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 525

� ( ( ) ( ) ) �

q̂b2

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 650: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 526

� ( ( ) ( ) ) �

q̂b1

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 651: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 527

� ( ( ) ( ) ) �

q̂b0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 652: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 528

� ( ( ) ( ) ) �

q̂b0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 653: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 529

� ( ( ) ( ) ) �

q̂b0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 654: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 530

� ( ( ) ( ) ) �

q̂b0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 655: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 531

� ( ( ) ( ) ) �

q̂b0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 656: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 532

� ( ( ) ( ) ) �

q̂b0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 657: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 533

� ( ( ) ( ) ) �

q̂b0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 658: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 534

� ( ( ) ( ) ) �

q̂b0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 659: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 535

� ( ( ) ( ) ) �

q̂0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 660: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 536

� ( ( ) ( ) ) �

q̂0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 661: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 537

� ( ( ) ( ) ) �

q̂0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 662: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 538

� ( ( ) ( ) ) �

q̂0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 663: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 539

� ( ( ) ( ) ) �

q̂0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 664: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 540

� ( ( ) ( ) ) �

q̂0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 665: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 541

� ( ( ) ( ) ) �

q̂0,3

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 666: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 542

� ( ( ) ( ) ) �

q̂0,4

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 667: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 543

� ( ( ) ( ) ) �

q̂1

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 668: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 544

� ( ( ) ( ) ) �

q̂2

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 669: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 545

� ( ( ) ( ) ) �

q̂1

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 670: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 546

� ( ( ) ( ) ) �

q̂2

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 671: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 547

� ( ( ) ( ) ) �

q̂1

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 672: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 548

� ( ( ) ( ) ) �

q̂2

� # # # x # x �

Direction of simulation: qi: forward, qbi : backward

Page 673: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 549

� ( ( ) ( ) ) �

q̂b4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 674: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 550

� ( ( ) ( ) ) �

q̂b3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 675: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 551

� ( ( ) ( ) ) �

q̂b4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 676: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 552

� ( ( ) ( ) ) �

q̂b3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 677: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 553

� ( ( ) ( ) ) �

q̂3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 678: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 554

� ( ( ) ( ) ) �

q̂4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 679: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 555

� ( ( ) ( ) ) �

q̂3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 680: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 556

� ( ( ) ( ) ) �

q̂4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 681: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 557

� ( ( ) ( ) ) �

q̂3

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 682: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 558

� ( ( ) ( ) ) �

q̂4

� # # x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 683: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 559

� ( ( ) ( ) ) �

q̂1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 684: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 560

� ( ( ) ( ) ) �

q̂2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 685: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 561

� ( ( ) ( ) ) �

q̂1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 686: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 562

� ( ( ) ( ) ) �

q̂2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 687: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 563

� ( ( ) ( ) ) �

q̂b4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 688: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 564

� ( ( ) ( ) ) �

q̂b3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 689: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 565

� ( ( ) ( ) ) �

q̂3

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 690: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 566

� ( ( ) ( ) ) �

q̂4

� # x x # # x �

Direction of simulation: qi: forward, qbi : backward

Page 691: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 567

� ( ( ) ( ) ) �

q̂1

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 692: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 568

� ( ( ) ( ) ) �

q̂2

� # x x x # x �

Direction of simulation: qi: forward, qbi : backward

Page 693: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 569

� ( ( ) ( ) ) �

q̂b4

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 694: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 570

� ( ( ) ( ) ) �

q̂b3

� # x x x x x �

Direction of simulation: qi: forward, qbi : backward

Page 695: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 571

� ( ( ) ( ) ) �

q̂b2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 696: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 572

� ( ( ) ( ) ) �

q̂b1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 697: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 573

� ( ( ) ( ) ) �

q̂b2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 698: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 574

� ( ( ) ( ) ) �

q̂b1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 699: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 575

� ( ( ) ( ) ) �

q̂b2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 700: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 576

� ( ( ) ( ) ) �

q̂b1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 701: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 577

� ( ( ) ( ) ) �

q̂b2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 702: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 578

� ( ( ) ( ) ) �

q̂b1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 703: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 579

� ( ( ) ( ) ) �

q̂b2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 704: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 580

� ( ( ) ( ) ) �

q̂b1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 705: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 581

� ( ( ) ( ) ) �

q̂b2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 706: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 582

� ( ( ) ( ) ) �

q̂b1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 707: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 583

� ( ( ) ( ) ) �

q̂b0,4

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 708: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 584

� ( ( ) ( ) ) �

q̂b0,3

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 709: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 585

� ( ( ) ( ) ) �

q̂b0,4

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 710: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 586

� ( ( ) ( ) ) �

q̂b0,3

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 711: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 587

� ( ( ) ( ) ) �

q̂0,3

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 712: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 588

� ( ( ) ( ) ) �

q̂0,4

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 713: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 589

� ( ( ) ( ) ) �

q̂0,3

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 714: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 590

� ( ( ) ( ) ) �

q̂0,4

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 715: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 591

� ( ( ) ( ) ) �

q̂1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 716: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 592

� ( ( ) ( ) ) �

q̂2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 717: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 593

� ( ( ) ( ) ) �

q̂1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 718: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 594

� ( ( ) ( ) ) �

q̂2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 719: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 595

� ( ( ) ( ) ) �

q̂b4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 720: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 596

� ( ( ) ( ) ) �

q̂b3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 721: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 597

� ( ( ) ( ) ) �

q̂b2

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 722: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 598

� ( ( ) ( ) ) �

q̂b1

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 723: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 599

� ( ( ) ( ) ) �

q̂b2

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 724: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 600

� ( ( ) ( ) ) �

q̂b1

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 725: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 601

� ( ( ) ( ) ) �

q̂b2

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 726: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 602

� ( ( ) ( ) ) �

q̂b1

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 727: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 603

� ( ( ) ( ) ) �

q̂b0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 728: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 604

� ( ( ) ( ) ) �

q̂b0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 729: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 605

� ( ( ) ( ) ) �

q̂b0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 730: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 606

� ( ( ) ( ) ) �

q̂b0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 731: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 607

� ( ( ) ( ) ) �

q̂b0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 732: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 608

� ( ( ) ( ) ) �

q̂b0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 733: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 609

� ( ( ) ( ) ) �

q̂b0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 734: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 610

� ( ( ) ( ) ) �

q̂b0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 735: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 611

� ( ( ) ( ) ) �

q̂0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 736: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 612

� ( ( ) ( ) ) �

q̂0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 737: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 613

� ( ( ) ( ) ) �

q̂0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 738: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 614

� ( ( ) ( ) ) �

q̂0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 739: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 615

� ( ( ) ( ) ) �

q̂0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 740: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 616

� ( ( ) ( ) ) �

q̂0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 741: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 617

� ( ( ) ( ) ) �

q̂0,3

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 742: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 618

� ( ( ) ( ) ) �

q̂0,4

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 743: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 619

� ( ( ) ( ) ) �

q̂1

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 744: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 620

� ( ( ) ( ) ) �

q̂2

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 745: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 621

� ( ( ) ( ) ) �

q̂1

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 746: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 622

� ( ( ) ( ) ) �

q̂2

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 747: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 623

� ( ( ) ( ) ) �

q̂1

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 748: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 624

� ( ( ) ( ) ) �

q̂2

� # # # x x # �

Direction of simulation: qi: forward, qbi : backward

Page 749: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 625

� ( ( ) ( ) ) �

q̂b4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 750: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 626

� ( ( ) ( ) ) �

q̂b3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 751: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 627

� ( ( ) ( ) ) �

q̂b4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 752: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 628

� ( ( ) ( ) ) �

q̂b3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 753: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 629

� ( ( ) ( ) ) �

q̂b2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 754: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 630

� ( ( ) ( ) ) �

q̂b1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 755: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 631

� ( ( ) ( ) ) �

q̂b2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 756: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 632

� ( ( ) ( ) ) �

q̂b1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 757: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 633

� ( ( ) ( ) ) �

q̂b2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 758: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 634

� ( ( ) ( ) ) �

q̂b1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 759: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 635

� ( ( ) ( ) ) �

q̂b2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 760: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 636

� ( ( ) ( ) ) �

q̂b1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 761: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 637

� ( ( ) ( ) ) �

q̂b2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 762: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 638

� ( ( ) ( ) ) �

q̂b1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 763: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 639

� ( ( ) ( ) ) �

q̂b0,4

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 764: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 640

� ( ( ) ( ) ) �

q̂b0,3

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 765: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 641

� ( ( ) ( ) ) �

q̂b0,4

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 766: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 642

� ( ( ) ( ) ) �

q̂b0,3

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 767: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 643

� ( ( ) ( ) ) �

q̂b0,4

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 768: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 644

� ( ( ) ( ) ) �

q̂b0,3

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 769: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 645

� ( ( ) ( ) ) �

q̂0,3

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 770: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 646

� ( ( ) ( ) ) �

q̂0,4

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 771: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 647

� ( ( ) ( ) ) �

q̂0,3

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 772: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 648

� ( ( ) ( ) ) �

q̂0,4

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 773: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 649

� ( ( ) ( ) ) �

q̂0,3

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 774: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 650

� ( ( ) ( ) ) �

q̂0,4

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 775: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 651

� ( ( ) ( ) ) �

q̂1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 776: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 652

� ( ( ) ( ) ) �

q̂2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 777: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 653

� ( ( ) ( ) ) �

q̂1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 778: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 654

� ( ( ) ( ) ) �

q̂2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 779: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 655

� ( ( ) ( ) ) �

q̂1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 780: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 656

� ( ( ) ( ) ) �

q̂2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 781: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 657

� ( ( ) ( ) ) �

q̂1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 782: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 658

� ( ( ) ( ) ) �

q̂2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 783: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 659

� ( ( ) ( ) ) �

q̂b4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 784: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 660

� ( ( ) ( ) ) �

q̂b3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 785: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 661

� ( ( ) ( ) ) �

q̂3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 786: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 662

� ( ( ) ( ) ) �

q̂4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 787: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 663

� ( ( ) ( ) ) �

q̂1

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 788: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 664

� ( ( ) ( ) ) �

q̂2

� # # x x # # �

Direction of simulation: qi: forward, qbi : backward

Page 789: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 665

� ( ( ) ( ) ) �

q̂b4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 790: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 666

� ( ( ) ( ) ) �

q̂b3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 791: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 667

� ( ( ) ( ) ) �

q̂3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 792: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 668

� ( ( ) ( ) ) �

q̂4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 793: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 669

� ( ( ) ( ) ) �

q̂3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 794: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 670

� ( ( ) ( ) ) �

q̂4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 795: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 671

� ( ( ) ( ) ) �

q̂3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 796: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 672

� ( ( ) ( ) ) �

q̂4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 797: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 673

� ( ( ) ( ) ) �

q̂3

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 798: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 674

� ( ( ) ( ) ) �

q̂4

� # # x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 799: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 675

� ( ( ) ( ) ) �

q̂1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 800: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 676

� ( ( ) ( ) ) �

q̂2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 801: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 677

� ( ( ) ( ) ) �

q̂1

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 802: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 678

� ( ( ) ( ) ) �

q̂2

� # x x x x # �

Direction of simulation: qi: forward, qbi : backward

Page 803: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 679

� ( ( ) ( ) ) �

q̂b4

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 804: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 680

� ( ( ) ( ) ) �

q̂b3

� # x x # x # �

Direction of simulation: qi: forward, qbi : backward

Page 805: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 681

� ( ( ) ( ) ) �

q̂b2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 806: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 682

� ( ( ) ( ) ) �

q̂b1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 807: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 683

� ( ( ) ( ) ) �

q̂b2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 808: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 684

� ( ( ) ( ) ) �

q̂b1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 809: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 685

� ( ( ) ( ) ) �

q̂b2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 810: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 686

� ( ( ) ( ) ) �

q̂b1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 811: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 687

� ( ( ) ( ) ) �

q̂b2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 812: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 688

� ( ( ) ( ) ) �

q̂b1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 813: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 689

� ( ( ) ( ) ) �

q̂b2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 814: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 690

� ( ( ) ( ) ) �

q̂b1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 815: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 691

� ( ( ) ( ) ) �

q̂b0,4

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 816: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 692

� ( ( ) ( ) ) �

q̂b0,3

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 817: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 693

� ( ( ) ( ) ) �

q̂b0,4

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 818: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 694

� ( ( ) ( ) ) �

q̂b0,3

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 819: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 695

� ( ( ) ( ) ) �

q̂0,3

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 820: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 696

� ( ( ) ( ) ) �

q̂0,4

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 821: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 697

� ( ( ) ( ) ) �

q̂0,3

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 822: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 698

� ( ( ) ( ) ) �

q̂0,4

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 823: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 699

� ( ( ) ( ) ) �

q̂1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 824: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 700

� ( ( ) ( ) ) �

q̂2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 825: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 701

� ( ( ) ( ) ) �

q̂1

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 826: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 702

� ( ( ) ( ) ) �

q̂2

� # x x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 827: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 703

� ( ( ) ( ) ) �

q̂b4

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 828: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 704

� ( ( ) ( ) ) �

q̂b3

� # # x # # # �

Direction of simulation: qi: forward, qbi : backward

Page 829: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 705

� ( ( ) ( ) ) �

q̂b2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 830: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 706

� ( ( ) ( ) ) �

q̂b1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 831: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 707

� ( ( ) ( ) ) �

q̂b2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 832: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 708

� ( ( ) ( ) ) �

q̂b1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 833: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 709

� ( ( ) ( ) ) �

q̂b2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 834: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 710

� ( ( ) ( ) ) �

q̂b1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 835: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 711

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 836: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 712

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 837: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 713

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 838: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 714

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 839: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 715

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 840: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 716

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 841: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 717

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 842: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 718

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 843: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 719

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 844: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 720

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 845: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 721

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 846: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 722

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 847: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 723

� ( ( ) ( ) ) �

q̂b0,4

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 848: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 724

� ( ( ) ( ) ) �

q̂b0,3

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 849: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 725

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 850: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 726

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 851: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 727

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 852: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 728

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 853: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 729

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 854: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 730

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 855: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 731

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 856: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 732

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 857: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 733

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 858: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 734

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 859: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 735

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 860: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 736

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 861: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 737

� ( ( ) ( ) ) �

q̂b0,2

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 862: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 738

� ( ( ) ( ) ) �

q̂b0,1

� # # # # # # �

Direction of simulation: qi: forward, qbi : backward

Page 863: Language Recognition by Reversible Partitioned Cellular

RDLBA M†p that accepts all well-formed parentheses

t = 739

� ( ( ) ( ) ) �

q̂b0

� # # # # # # �

The input is accepted

Direction of simulation: qi: forward, qbi : backward

Page 864: Language Recognition by Reversible Partitioned Cellular

A3. RPCA PMp

38

Page 865: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 0

q0,2 ( ( ) ( ) )

Page 866: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1

(q0,1

( ) ( ) )

Page 867: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 2

( q0,2 ( ) ( ) )

Page 868: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 3

( (q0,1

) ( ) )

Page 869: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 4

( ( q0,2 ) ( ) )

Page 870: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 5

( ( )q0,1

( ) )

Page 871: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 6

( ( ) q0,2 ( ) )

Page 872: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 7

( ( ) (q0,1

) )

Page 873: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 8

( ( ) ( q0,2 ) )

Page 874: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 9

( ( ) ( )q0,1

)

Page 875: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 10

( ( ) ( ) q0,2 )

Page 876: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 11

( ( ) ( ) )q0,1

Page 877: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 12

( ( ) ( ) ) q0,2

Page 878: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 13

( ( ) ( ) ) q0,4

Page 879: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 14

( ( ) ( ) )q0,3

Page 880: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 15

( ( ) ( ) q0,4 )

Page 881: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 16

( ( ) ( )q0,3

)

Page 882: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 17

( ( ) ( q0,4 ) )

Page 883: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 18

( ( ) (q0,3

) )

Page 884: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 19

( ( ) q0,4 ( ) )

Page 885: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 20

( ( )q0,3

( ) )

Page 886: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 21

( ( q0,4 ) ( ) )

Page 887: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 22

( (q0,3

) ( ) )

Page 888: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 23

( q0,4 ( ) ( ) )

Page 889: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 24

(q0,3

( ) ( ) )

Page 890: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 25

q0,4 ( ( ) ( ) )

Page 891: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 26

q2 ( ( ) ( ) )

Page 892: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 27

(q1

( ) ( ) )

Page 893: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 28

( q2 ( ) ( ) )

Page 894: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 29

( (q1

) ( ) )

Page 895: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 30

( ( q2 ) ( ) )

Page 896: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 31

( ()xqb4

( ) )

Page 897: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 32

( ( )x qb

3( ) )

Page 898: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 33

( ( )x

(q3

) )

Page 899: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 34

( ( )x

q4 ( ) )

Page 900: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 35

( ()xq3

( ) )

Page 901: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 36

( ( q4)x

( ) )

Page 902: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 37

((xq1

)x

( ) )

Page 903: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 38

( (x

q2)x

( ) )

Page 904: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 39

( (x

)xq1

( ) )

Page 905: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 40

( (x

)x

q2 ( ) )

Page 906: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 41

( (x

)x

(q1

) )

Page 907: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 42

( (x

)x

( q2 ) )

Page 908: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 43

( (x

)x

()xqb4

)

Page 909: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 44

( (x

)x

( )x qb

3)

Page 910: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 45

( (x

)x

( )x

)q3

Page 911: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 46

( (x

)x

( )x

q4 )

Page 912: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 47

( (x

)x

()xq3

)

Page 913: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 48

( (x

)x

( q4)x

)

Page 914: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 49

( (x

)x

(xq1

)x

)

Page 915: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 50

( (x

)x

(x

q2)x

)

Page 916: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 51

( (x

)x

(x

)xq1

)

Page 917: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 52

( (x

)x

(x

)x

q2 )

Page 918: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 53

( (x

)x

(x

)x

)xqb4

Page 919: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 54

( (x

)x

(x

)x

)x qb

3

Page 920: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 55

( (x

)x

(x

)x

)x

q4

Page 921: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 56

( (x

)x

(x

)x

)xq3

Page 922: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 57

( (x

)x

(x

)x

q4)x

Page 923: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 58

( (x

)x

(x

)xq3

)x

Page 924: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 59

( (x

)x

(x

q4)x

)x

Page 925: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 60

( (x

)x

(xq3

)x

)x

Page 926: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 61

( (x

)x

q4(x

)x

)x

Page 927: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 62

( (x

)xq3

(x

)x

)x

Page 928: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 63

( (x

q4)x

(x

)x

)x

Page 929: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 64

((xq3

)x

(x

)x

)x

Page 930: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 65

( q4(x

)x

(x

)x

)x

Page 931: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 66

(xq1

(x

)x

(x

)x

)x

Page 932: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 67

(x

q2(x

)x

(x

)x

)x

Page 933: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 68

(x

(

qb4

)x

(x

)x

)x

Page 934: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 69

(x

( qb3

)x

(x

)x

)x

Page 935: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 70

(x

()

qb2

(x

)x

)x

Page 936: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 71

(x

( qb1

) (x

)x

)x

Page 937: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 72

(x

(

qb2

) (x

)x

)x

Page 938: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 73

(x qb

1( ) (

x)x

)x

Page 939: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 74

(xqb2

( ) (x

)x

)x

Page 940: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 75

qb1

(x

( ) (x

)x

)x

Page 941: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 76

qb0,3

(x

( ) (x

)x

)x

Page 942: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 77

(x

q0,3

( ) (x

)x

)x

Page 943: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 78

q0,4(x

( ) (x

)x

)x

Page 944: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 79

q2(x

( ) (x

)x

)x

Page 945: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 80

(

qb4

( ) (x

)x

)x

Page 946: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 81

( qb3

( ) (x

)x

)x

Page 947: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 82

( (q3

) (x

)x

)x

Page 948: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 83

( q4 ( ) (x

)x

)x

Page 949: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 84

(xq1

( ) (x

)x

)x

Page 950: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 85

(x

q2 ( ) (x

)x

)x

Page 951: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 86

(x

(q1

) (x

)x

)x

Page 952: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 87

(x

( q2 ) (x

)x

)x

Page 953: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 88

(x

()xqb4

(x

)x

)x

Page 954: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 89

(x

( )x qb

3(x

)x

)x

Page 955: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 90

(x

( )x

(xqb4

)x

)x

Page 956: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 91

(x

( )x

(x qb

3)x

)x

Page 957: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 92

(x

( )x

(x

)

qb2

)x

Page 958: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 93

(x

( )x

(x qb

1) )

x

Page 959: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 94

(x

( )x

(xqb2

) )x

Page 960: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 95

(x

( )x qb

1(x

) )x

Page 961: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 96

(x

()xqb2

(x

) )x

Page 962: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 97

(x

( qb1

)x

(x

) )x

Page 963: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 98

(x

(

qb2

)x

(x

) )x

Page 964: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 99

(x qb

1( )

x(x

) )x

Page 965: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 100

(xqb2

( )x

(x

) )x

Page 966: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 101

qb1

(x

( )x

(x

) )x

Page 967: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 102

qb0,3

(x

( )x

(x

) )x

Page 968: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 103

(x

q0,3

( )x

(x

) )x

Page 969: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 104

q0,4(x

( )x

(x

) )x

Page 970: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 105

q2(x

( )x

(x

) )x

Page 971: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 106

(

qb4

( )x

(x

) )x

Page 972: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 107

( qb3

( )x

(x

) )x

Page 973: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 108

( (q3

)x

(x

) )x

Page 974: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 109

( q4 ( )x

(x

) )x

Page 975: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 110

(xq1

( )x

(x

) )x

Page 976: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 111

(x

q2 ( )x

(x

) )x

Page 977: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 112

(x

(q1

)x

(x

) )x

Page 978: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 113

(x

( q2)x

(x

) )x

Page 979: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 114

(x

()xq1

(x

) )x

Page 980: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 115

(x

( )x

q2(x

) )x

Page 981: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 116

(x

( )x

(

qb4

) )x

Page 982: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 117

(x

( )x

( qb3

) )x

Page 983: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 118

(x

( )x

( )q3

)x

Page 984: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 119

(x

( )x

( q4 ) )x

Page 985: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 120

(x

( )x

(xq1

) )x

Page 986: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 121

(x

( )x

(x

q2 ) )x

Page 987: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 122

(x

( )x

(x

)xqb4

)x

Page 988: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 123

(x

( )x

(x

)x qb

3)x

Page 989: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 124

(x

( )x

(x

)x

)

qb2

Page 990: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 125

(x

( )x

(x

)x qb

1)

Page 991: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 126

(x

( )x

(x

)xqb2

)

Page 992: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 127

(x

( )x

(x qb

1)x

)

Page 993: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 128

(x

( )x

(xqb2

)x

)

Page 994: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 129

(x

( )x qb

1(x

)x

)

Page 995: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 130

(x

()xqb2

(x

)x

)

Page 996: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 131

(x

( qb1

)x

(x

)x

)

Page 997: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 132

(x

(

qb2

)x

(x

)x

)

Page 998: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 133

(x qb

1( )

x(x

)x

)

Page 999: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 134

(xqb2

( )x

(x

)x

)

Page 1000: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 135

qb1

(x

( )x

(x

)x

)

Page 1001: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 136

qb0,3

(x

( )x

(x

)x

)

Page 1002: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 137

(x

q0,3

( )x

(x

)x

)

Page 1003: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 138

q0,4(x

( )x

(x

)x

)

Page 1004: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 139

q2(x

( )x

(x

)x

)

Page 1005: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 140

(

qb4

( )x

(x

)x

)

Page 1006: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 141

( qb3

( )x

(x

)x

)

Page 1007: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 142

( (q3

)x

(x

)x

)

Page 1008: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 143

( q4 ( )x

(x

)x

)

Page 1009: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 144

(xq1

( )x

(x

)x

)

Page 1010: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 145

(x

q2 ( )x

(x

)x

)

Page 1011: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 146

(x

(q1

)x

(x

)x

)

Page 1012: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 147

(x

( q2)x

(x

)x

)

Page 1013: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 148

(x

()xq1

(x

)x

)

Page 1014: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 149

(x

( )x

q2(x

)x

)

Page 1015: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 150

(x

( )x

(

qb4

)x

)

Page 1016: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 151

(x

( )x

( qb3

)x

)

Page 1017: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 152

(x

( )x

()

qb2

)

Page 1018: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 153

(x

( )x

( qb1

) )

Page 1019: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 154

(x

( )x

(

qb2

) )

Page 1020: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 155

(x

( )x qb

1( ) )

Page 1021: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 156

(x

()xqb2

( ) )

Page 1022: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 157

(x

( qb1

)x

( ) )

Page 1023: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 158

(x

(

qb2

)x

( ) )

Page 1024: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 159

(x qb

1( )

x( ) )

Page 1025: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 160

(xqb2

( )x

( ) )

Page 1026: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 161

qb1

(x

( )x

( ) )

Page 1027: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 162

qb0,3

(x

( )x

( ) )

Page 1028: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 163

(x

q0,3

( )x

( ) )

Page 1029: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 164

q0,4(x

( )x

( ) )

Page 1030: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 165

q2(x

( )x

( ) )

Page 1031: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 166

(

qb4

( )x

( ) )

Page 1032: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 167

( qb3

( )x

( ) )

Page 1033: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 168

( (q3

)x

( ) )

Page 1034: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 169

( q4 ( )x

( ) )

Page 1035: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 170

(xq1

( )x

( ) )

Page 1036: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 171

(x

q2 ( )x

( ) )

Page 1037: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 172

(x

(q1

)x

( ) )

Page 1038: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 173

(x

( q2)x

( ) )

Page 1039: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 174

(x

()xq1

( ) )

Page 1040: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 175

(x

( )x

q2 ( ) )

Page 1041: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 176

(x

( )x

(q1

) )

Page 1042: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 177

(x

( )x

( q2 ) )

Page 1043: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 178

(x

( )x

()xqb4

)

Page 1044: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 179

(x

( )x

( )x qb

3)

Page 1045: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 180

(x

( )x

( )x

)q3

Page 1046: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 181

(x

( )x

( )x

q4 )

Page 1047: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 182

(x

( )x

()xq3

)

Page 1048: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 183

(x

( )x

( q4)x

)

Page 1049: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 184

(x

( )x

(xq1

)x

)

Page 1050: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 185

(x

( )x

(x

q2)x

)

Page 1051: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 186

(x

( )x

(x

)xq1

)

Page 1052: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 187

(x

( )x

(x

)x

q2 )

Page 1053: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 188

(x

( )x

(x

)x

)xqb4

Page 1054: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 189

(x

( )x

(x

)x

)x qb

3

Page 1055: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 190

(x

( )x

(x

)x

)x

q4

Page 1056: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 191

(x

( )x

(x

)x

)xq3

Page 1057: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 192

(x

( )x

(x

)x

q4)x

Page 1058: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 193

(x

( )x

(x

)xq3

)x

Page 1059: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 194

(x

( )x

(x

q4)x

)x

Page 1060: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 195

(x

( )x

(xq3

)x

)x

Page 1061: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 196

(x

( )x

q4(x

)x

)x

Page 1062: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 197

(x

()xq3

(x

)x

)x

Page 1063: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 198

(x

( q4)x

(x

)x

)x

Page 1064: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 199

(x

(xq1

)x

(x

)x

)x

Page 1065: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 200

(x

(x

q2)x

(x

)x

)x

Page 1066: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 201

(x

(x

)xq1

(x

)x

)x

Page 1067: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 202

(x

(x

)x

q2(x

)x

)x

Page 1068: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 203

(x

(x

)x

(

qb4

)x

)x

Page 1069: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 204

(x

(x

)x

( qb3

)x

)x

Page 1070: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 205

(x

(x

)x

()

qb2

)x

Page 1071: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 206

(x

(x

)x

( qb1

) )x

Page 1072: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 207

(x

(x

)x

(

qb2

) )x

Page 1073: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 208

(x

(x

)x qb

1( ) )

x

Page 1074: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 209

(x

(x

)xqb2

( ) )x

Page 1075: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 210

(x

(x qb

1)x

( ) )x

Page 1076: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 211

(x

(xqb2

)x

( ) )x

Page 1077: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 212

(x qb

1(x

)x

( ) )x

Page 1078: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 213

(xqb2

(x

)x

( ) )x

Page 1079: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 214

qb1

(x

(x

)x

( ) )x

Page 1080: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 215

qb0,3

(x

(x

)x

( ) )x

Page 1081: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 216

(x

q0,3

(x

)x

( ) )x

Page 1082: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 217

q0,4(x

(x

)x

( ) )x

Page 1083: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 218

q2(x

(x

)x

( ) )x

Page 1084: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 219

(

qb4

(x

)x

( ) )x

Page 1085: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 220

( qb3

(x

)x

( ) )x

Page 1086: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 221

((xqb4

)x

( ) )x

Page 1087: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 222

( (x qb

3)x

( ) )x

Page 1088: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 223

( (x

)

qb2

( ) )x

Page 1089: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 224

( (x qb

1) ( ) )

x

Page 1090: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 225

((xqb2

) ( ) )x

Page 1091: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 226

( qb1

(x

) ( ) )x

Page 1092: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 227

(

qb2

(x

) ( ) )x

Page 1093: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 228

qb1

( (x

) ( ) )x

Page 1094: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 229

qb0,3

( (x

) ( ) )x

Page 1095: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 230

(

qb0,4

(x

) ( ) )x

Page 1096: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 231

( qb0,3

(x

) ( ) )x

Page 1097: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 232

((x

q0,3

) ( ) )x

Page 1098: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 233

( q0,4(x

) ( ) )x

Page 1099: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 234

(q0,3

(x

) ( ) )x

Page 1100: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 235

q0,4 ( (x

) ( ) )x

Page 1101: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 236

q2 ( (x

) ( ) )x

Page 1102: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 237

(q1

(x

) ( ) )x

Page 1103: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 238

( q2(x

) ( ) )x

Page 1104: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 239

((

qb4

) ( ) )x

Page 1105: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 240

( ( qb3

) ( ) )x

Page 1106: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 241

( ( )q3

( ) )x

Page 1107: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 242

( ( q4 ) ( ) )x

Page 1108: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 243

((xq1

) ( ) )x

Page 1109: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 244

( (x

q2 ) ( ) )x

Page 1110: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 245

( (x

)xqb4

( ) )x

Page 1111: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 246

( (x

)x qb

3( ) )

x

Page 1112: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 247

( (x

)x

(q3

) )x

Page 1113: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 248

( (x

)x

q4 ( ) )x

Page 1114: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 249

( (x

)xq3

( ) )x

Page 1115: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 250

( (x

q4)x

( ) )x

Page 1116: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 251

((xq3

)x

( ) )x

Page 1117: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 252

( q4(x

)x

( ) )x

Page 1118: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 253

(xq1

(x

)x

( ) )x

Page 1119: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 254

(x

q2(x

)x

( ) )x

Page 1120: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 255

(x

(

qb4

)x

( ) )x

Page 1121: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 256

(x

( qb3

)x

( ) )x

Page 1122: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 257

(x

()

qb2

( ) )x

Page 1123: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 258

(x

( qb1

) ( ) )x

Page 1124: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 259

(x

(

qb2

) ( ) )x

Page 1125: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 260

(x qb

1( ) ( ) )

x

Page 1126: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 261

(xqb2

( ) ( ) )x

Page 1127: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 262

qb1

(x

( ) ( ) )x

Page 1128: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 263

qb0,3

(x

( ) ( ) )x

Page 1129: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 264

(x

q0,3

( ) ( ) )x

Page 1130: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 265

q0,4(x

( ) ( ) )x

Page 1131: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 266

q2(x

( ) ( ) )x

Page 1132: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 267

(

qb4

( ) ( ) )x

Page 1133: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 268

( qb3

( ) ( ) )x

Page 1134: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 269

( (q3

) ( ) )x

Page 1135: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 270

( q4 ( ) ( ) )x

Page 1136: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 271

(xq1

( ) ( ) )x

Page 1137: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 272

(x

q2 ( ) ( ) )x

Page 1138: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 273

(x

(q1

) ( ) )x

Page 1139: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 274

(x

( q2 ) ( ) )x

Page 1140: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 275

(x

()xqb4

( ) )x

Page 1141: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 276

(x

( )x qb

3( ) )

x

Page 1142: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 277

(x

( )x

(q3

) )x

Page 1143: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 278

(x

( )x

q4 ( ) )x

Page 1144: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 279

(x

()xq3

( ) )x

Page 1145: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 280

(x

( q4)x

( ) )x

Page 1146: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 281

(x

(xq1

)x

( ) )x

Page 1147: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 282

(x

(x

q2)x

( ) )x

Page 1148: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 283

(x

(x

)xq1

( ) )x

Page 1149: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 284

(x

(x

)x

q2 ( ) )x

Page 1150: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 285

(x

(x

)x

(q1

) )x

Page 1151: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 286

(x

(x

)x

( q2 ) )x

Page 1152: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 287

(x

(x

)x

()xqb4

)x

Page 1153: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 288

(x

(x

)x

( )x qb

3)x

Page 1154: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 289

(x

(x

)x

( )x

)

qb2

Page 1155: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 290

(x

(x

)x

( )x qb

1)

Page 1156: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 291

(x

(x

)x

()xqb2

)

Page 1157: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 292

(x

(x

)x

( qb1

)x

)

Page 1158: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 293

(x

(x

)x

(

qb2

)x

)

Page 1159: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 294

(x

(x

)x qb

1( )

x)

Page 1160: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 295

(x

(x

)xqb2

( )x

)

Page 1161: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 296

(x

(x qb

1)x

( )x

)

Page 1162: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 297

(x

(xqb2

)x

( )x

)

Page 1163: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 298

(x qb

1(x

)x

( )x

)

Page 1164: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 299

(xqb2

(x

)x

( )x

)

Page 1165: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 300

qb1

(x

(x

)x

( )x

)

Page 1166: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 301

qb0,3

(x

(x

)x

( )x

)

Page 1167: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 302

(x

q0,3

(x

)x

( )x

)

Page 1168: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 303

q0,4(x

(x

)x

( )x

)

Page 1169: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 304

q2(x

(x

)x

( )x

)

Page 1170: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 305

(

qb4

(x

)x

( )x

)

Page 1171: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 306

( qb3

(x

)x

( )x

)

Page 1172: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 307

((xqb4

)x

( )x

)

Page 1173: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 308

( (x qb

3)x

( )x

)

Page 1174: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 309

( (x

)

qb2

( )x

)

Page 1175: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 310

( (x qb

1) ( )

x)

Page 1176: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 311

((xqb2

) ( )x

)

Page 1177: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 312

( qb1

(x

) ( )x

)

Page 1178: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 313

(

qb2

(x

) ( )x

)

Page 1179: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 314

qb1

( (x

) ( )x

)

Page 1180: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 315

qb0,3

( (x

) ( )x

)

Page 1181: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 316

(

qb0,4

(x

) ( )x

)

Page 1182: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 317

( qb0,3

(x

) ( )x

)

Page 1183: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 318

((x

q0,3

) ( )x

)

Page 1184: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 319

( q0,4(x

) ( )x

)

Page 1185: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 320

(q0,3

(x

) ( )x

)

Page 1186: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 321

q0,4 ( (x

) ( )x

)

Page 1187: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 322

q2 ( (x

) ( )x

)

Page 1188: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 323

(q1

(x

) ( )x

)

Page 1189: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 324

( q2(x

) ( )x

)

Page 1190: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 325

((

qb4

) ( )x

)

Page 1191: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 326

( ( qb3

) ( )x

)

Page 1192: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 327

( ( )q3

( )x

)

Page 1193: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 328

( ( q4 ) ( )x

)

Page 1194: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 329

((xq1

) ( )x

)

Page 1195: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 330

( (x

q2 ) ( )x

)

Page 1196: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 331

( (x

)xqb4

( )x

)

Page 1197: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 332

( (x

)x qb

3( )

x)

Page 1198: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 333

( (x

)x

(q3

)x

)

Page 1199: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 334

( (x

)x

q4 ( )x

)

Page 1200: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 335

( (x

)xq3

( )x

)

Page 1201: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 336

( (x

q4)x

( )x

)

Page 1202: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 337

((xq3

)x

( )x

)

Page 1203: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 338

( q4(x

)x

( )x

)

Page 1204: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 339

(xq1

(x

)x

( )x

)

Page 1205: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 340

(x

q2(x

)x

( )x

)

Page 1206: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 341

(x

(

qb4

)x

( )x

)

Page 1207: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 342

(x

( qb3

)x

( )x

)

Page 1208: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 343

(x

()

qb2

( )x

)

Page 1209: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 344

(x

( qb1

) ( )x

)

Page 1210: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 345

(x

(

qb2

) ( )x

)

Page 1211: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 346

(x qb

1( ) ( )

x)

Page 1212: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 347

(xqb2

( ) ( )x

)

Page 1213: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 348

qb1

(x

( ) ( )x

)

Page 1214: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 349

qb0,3

(x

( ) ( )x

)

Page 1215: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 350

(x

q0,3

( ) ( )x

)

Page 1216: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 351

q0,4(x

( ) ( )x

)

Page 1217: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 352

q2(x

( ) ( )x

)

Page 1218: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 353

(

qb4

( ) ( )x

)

Page 1219: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 354

( qb3

( ) ( )x

)

Page 1220: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 355

( (q3

) ( )x

)

Page 1221: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 356

( q4 ( ) ( )x

)

Page 1222: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 357

(xq1

( ) ( )x

)

Page 1223: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 358

(x

q2 ( ) ( )x

)

Page 1224: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 359

(x

(q1

) ( )x

)

Page 1225: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 360

(x

( q2 ) ( )x

)

Page 1226: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 361

(x

()xqb4

( )x

)

Page 1227: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 362

(x

( )x qb

3( )

x)

Page 1228: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 363

(x

( )x

(q3

)x

)

Page 1229: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 364

(x

( )x

q4 ( )x

)

Page 1230: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 365

(x

()xq3

( )x

)

Page 1231: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 366

(x

( q4)x

( )x

)

Page 1232: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 367

(x

(xq1

)x

( )x

)

Page 1233: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 368

(x

(x

q2)x

( )x

)

Page 1234: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 369

(x

(x

)xq1

( )x

)

Page 1235: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 370

(x

(x

)x

q2 ( )x

)

Page 1236: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 371

(x

(x

)x

(q1

)x

)

Page 1237: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 372

(x

(x

)x

( q2)x

)

Page 1238: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 373

(x

(x

)x

()xq1

)

Page 1239: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 374

(x

(x

)x

( )x

q2 )

Page 1240: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 375

(x

(x

)x

( )x

)xqb4

Page 1241: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 376

(x

(x

)x

( )x

)x qb

3

Page 1242: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 377

(x

(x

)x

( )x

)x

q4

Page 1243: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 378

(x

(x

)x

( )x

)xq3

Page 1244: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 379

(x

(x

)x

( )x

q4)x

Page 1245: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 380

(x

(x

)x

()xq3

)x

Page 1246: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 381

(x

(x

)x

( q4)x

)x

Page 1247: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 382

(x

(x

)x

(xq1

)x

)x

Page 1248: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 383

(x

(x

)x

(x

q2)x

)x

Page 1249: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 384

(x

(x

)x

(x

)xq1

)x

Page 1250: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 385

(x

(x

)x

(x

)x

q2)x

Page 1251: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 386

(x

(x

)x

(x

)x

)xq1

Page 1252: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 387

(x

(x

)x

(x

)x

)x

q2

Page 1253: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 388

(x

(x

)x

(x

)x

)x

q6

Page 1254: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 389

(x

(x

)x

(x

)x

)xq5

Page 1255: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 390

(x

(x

)x

(x

)x

q6)x

Page 1256: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 391

(x

(x

)x

(x

)xq5

)x

Page 1257: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 392

(x

(x

)x

(x

q6)x

)x

Page 1258: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 393

(x

(x

)x

(xq5

)x

)x

Page 1259: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 394

(x

(x

)x

q6(x

)x

)x

Page 1260: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 395

(x

(x

)xq5

(x

)x

)x

Page 1261: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 396

(x

(x

q6)x

(x

)x

)x

Page 1262: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 397

(x

(xq5

)x

(x

)x

)x

Page 1263: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 398

(x

q6(x

)x

(x

)x

)x

Page 1264: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 399

(xq5

(x

)x

(x

)x

)x

Page 1265: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 400

q6(x

(x

)x

(x

)x

)x

Page 1266: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 401

q̂b5

(x

(x

)x

(x

)x

)x

The simulated DLBA accepts the input

Page 1267: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 402

(xq̂b6

(x

)x

(x

)x

)x

Page 1268: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 403

(x q̂b

5(x

)x

(x

)x

)x

Page 1269: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 404

(x

(xq̂b6

)x

(x

)x

)x

Page 1270: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 405

(x

(x q̂b

5)x

(x

)x

)x

Page 1271: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 406

(x

(x

)xq̂b6

(x

)x

)x

Page 1272: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 407

(x

(x

)x q̂b

5(x

)x

)x

Page 1273: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 408

(x

(x

)x

(xq̂b6

)x

)x

Page 1274: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 409

(x

(x

)x

(x q̂b

5)x

)x

Page 1275: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 410

(x

(x

)x

(x

)xq̂b6

)x

Page 1276: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 411

(x

(x

)x

(x

)x q̂b

5)x

Page 1277: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 412

(x

(x

)x

(x

)x

)xq̂b6

Page 1278: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 413

(x

(x

)x

(x

)x

)x q̂b

5

Page 1279: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 414

(x

(x

)x

(x

)x

)x q̂b

1

Page 1280: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 415

(x

(x

)x

(x

)x

)xq̂b2

Page 1281: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 416

(x

(x

)x

(x

)x q̂b

1)x

Page 1282: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 417

(x

(x

)x

(x

)xq̂b2

)x

Page 1283: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 418

(x

(x

)x

(x q̂b

1)x

)x

Page 1284: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 419

(x

(x

)x

(xq̂b2

)x

)x

Page 1285: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 420

(x

(x

)x q̂b

1(x

)x

)x

Page 1286: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 421

(x

(x

)xq̂b2

(x

)x

)x

Page 1287: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 422

(x

(x q̂b

1)x

(x

)x

)x

Page 1288: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 423

(x

(xq̂b2

)x

(x

)x

)x

Page 1289: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 424

(x q̂b

1(x

)x

(x

)x

)x

Page 1290: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 425

(xq̂b2

(x

)x

(x

)x

)x

Page 1291: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 426

q̂b1

(x

(x

)x

(x

)x

)x

Page 1292: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 427

q̂b0,3

(x

(x

)x

(x

)x

)x

Page 1293: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 428

(x

q̂0,3

(x

)x

(x

)x

)x

Page 1294: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 429

q̂0,4(x

(x

)x

(x

)x

)x

Page 1295: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 430

q̂2(x

(x

)x

(x

)x

)x

Page 1296: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 431

(

q̂b4

(x

)x

(x

)x

)x

Page 1297: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 432

( q̂b3

(x

)x

(x

)x

)x

Page 1298: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 433

((xq̂b4

)x

(x

)x

)x

Page 1299: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 434

( (x q̂b

3)x

(x

)x

)x

Page 1300: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 435

( (x

)

q̂b2

(x

)x

)x

Page 1301: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 436

( (x q̂b

1) (

x)x

)x

Page 1302: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 437

((xq̂b2

) (x

)x

)x

Page 1303: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 438

( q̂b1

(x

) (x

)x

)x

Page 1304: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 439

(

q̂b2

(x

) (x

)x

)x

Page 1305: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 440

q̂b1

( (x

) (x

)x

)x

Page 1306: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 441

q̂b0,3

( (x

) (x

)x

)x

Page 1307: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 442

(

q̂b0,4

(x

) (x

)x

)x

Page 1308: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 443

( q̂b0,3

(x

) (x

)x

)x

Page 1309: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 444

((x

q̂0,3

) (x

)x

)x

Page 1310: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 445

( q̂0,4(x

) (x

)x

)x

Page 1311: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 446

(

q̂0,3

(x

) (x

)x

)x

Page 1312: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 447

q̂0,4 ( (x

) (x

)x

)x

Page 1313: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 448

q̂2 ( (x

) (x

)x

)x

Page 1314: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 449

(

q̂1

(x

) (x

)x

)x

Page 1315: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 450

( q̂2(x

) (x

)x

)x

Page 1316: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 451

((

q̂b4

) (x

)x

)x

Page 1317: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 452

( ( q̂b3

) (x

)x

)x

Page 1318: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 453

( ( )

q̂3

(x

)x

)x

Page 1319: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 454

( ( q̂4 ) (x

)x

)x

Page 1320: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 455

((xq̂1

) (x

)x

)x

Page 1321: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 456

( (x q̂2 ) (

x)x

)x

Page 1322: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 457

( (x

)xq̂b4

(x

)x

)x

Page 1323: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 458

( (x

)x q̂b

3(x

)x

)x

Page 1324: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 459

( (x

)x

(xq̂b4

)x

)x

Page 1325: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 460

( (x

)x

(x q̂b

3)x

)x

Page 1326: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 461

( (x

)x

(x

)

q̂b2

)x

Page 1327: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 462

( (x

)x

(x q̂b

1) )

x

Page 1328: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 463

( (x

)x

(xq̂b2

) )x

Page 1329: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 464

( (x

)x q̂b

1(x

) )x

Page 1330: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 465

( (x

)xq̂b2

(x

) )x

Page 1331: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 466

( (x q̂b

1)x

(x

) )x

Page 1332: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 467

((xq̂b2

)x

(x

) )x

Page 1333: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 468

( q̂b1

(x

)x

(x

) )x

Page 1334: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 469

(

q̂b2

(x

)x

(x

) )x

Page 1335: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 470

q̂b1

( (x

)x

(x

) )x

Page 1336: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 471

q̂b0,3

( (x

)x

(x

) )x

Page 1337: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 472

(

q̂b0,4

(x

)x

(x

) )x

Page 1338: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 473

( q̂b0,3

(x

)x

(x

) )x

Page 1339: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 474

((x

q̂0,3

)x

(x

) )x

Page 1340: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 475

( q̂0,4(x

)x

(x

) )x

Page 1341: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 476

(

q̂0,3

(x

)x

(x

) )x

Page 1342: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 477

q̂0,4 ( (x

)x

(x

) )x

Page 1343: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 478

q̂2 ( (x

)x

(x

) )x

Page 1344: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 479

(

q̂1

(x

)x

(x

) )x

Page 1345: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 480

( q̂2(x

)x

(x

) )x

Page 1346: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 481

((

q̂b4

)x

(x

) )x

Page 1347: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 482

( ( q̂b3

)x

(x

) )x

Page 1348: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 483

( ()

q̂b2

(x

) )x

Page 1349: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 484

( ( q̂b1

) (x

) )x

Page 1350: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 485

((

q̂b2

) (x

) )x

Page 1351: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 486

( q̂b1

( ) (x

) )x

Page 1352: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 487

(

q̂b2

( ) (x

) )x

Page 1353: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 488

q̂b1

( ( ) (x

) )x

Page 1354: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 489

q̂b0,3

( ( ) (x

) )x

Page 1355: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 490

(

q̂b0,4

( ) (x

) )x

Page 1356: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 491

( q̂b0,3

( ) (x

) )x

Page 1357: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 492

((

q̂b0,4

) (x

) )x

Page 1358: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 493

( ( q̂b0,3

) (x

) )x

Page 1359: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 494

( ()

q̂b0,4

(x

) )x

Page 1360: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 495

( ( ) q̂b0,3

(x

) )x

Page 1361: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 496

( ( )(x

q̂0,3

) )x

Page 1362: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 497

( ( ) q̂0,4(x

) )x

Page 1363: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 498

( ( )

q̂0,3

(x

) )x

Page 1364: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 499

( ( q̂0,4 ) (x

) )x

Page 1365: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 500

( (

q̂0,3

) (x

) )x

Page 1366: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 501

( q̂0,4 ( ) (x

) )x

Page 1367: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 502

(

q̂0,3

( ) (x

) )x

Page 1368: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 503

q̂0,4 ( ( ) (x

) )x

Page 1369: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 504

q̂2 ( ( ) (x

) )x

Page 1370: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 505

(

q̂1

( ) (x

) )x

Page 1371: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 506

( q̂2 ( ) (x

) )x

Page 1372: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 507

( (

q̂1

) (x

) )x

Page 1373: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 508

( ( q̂2 ) (x

) )x

Page 1374: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 509

( ()xq̂b4

(x

) )x

Page 1375: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 510

( ( )x q̂b

3(x

) )x

Page 1376: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 511

( ( )x

(xq̂b4

) )x

Page 1377: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 512

( ( )x

(x q̂b

3) )

x

Page 1378: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 513

( ( )x

(x

)

q̂3

)x

Page 1379: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 514

( ( )x

(x q̂4 ) )

x

Page 1380: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 515

( ( )x

(xq̂3

) )x

Page 1381: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 516

( ( )x q̂4

(x

) )x

Page 1382: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 517

( ()xq̂3

(x

) )x

Page 1383: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 518

( ( q̂4)x

(x

) )x

Page 1384: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 519

((xq̂1

)x

(x

) )x

Page 1385: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 520

( (x q̂2

)x

(x

) )x

Page 1386: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 521

( (x

)xq̂1

(x

) )x

Page 1387: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 522

( (x

)x q̂2

(x

) )x

Page 1388: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 523

( (x

)x

(

q̂b4

) )x

Page 1389: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 524

( (x

)x

( q̂b3

) )x

Page 1390: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 525

( (x

)x

( )

q̂3

)x

Page 1391: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 526

( (x

)x

( q̂4 ) )x

Page 1392: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 527

( (x

)x

(xq̂1

) )x

Page 1393: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 528

( (x

)x

(x q̂2 ) )

x

Page 1394: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 529

( (x

)x

(x

)xq̂b4

)x

Page 1395: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 530

( (x

)x

(x

)x q̂b

3)x

Page 1396: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 531

( (x

)x

(x

)x

)

q̂b2

Page 1397: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 532

( (x

)x

(x

)x q̂b

1)

Page 1398: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 533

( (x

)x

(x

)xq̂b2

)

Page 1399: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 534

( (x

)x

(x q̂b

1)x

)

Page 1400: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 535

( (x

)x

(xq̂b2

)x

)

Page 1401: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 536

( (x

)x q̂b

1(x

)x

)

Page 1402: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 537

( (x

)xq̂b2

(x

)x

)

Page 1403: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 538

( (x q̂b

1)x

(x

)x

)

Page 1404: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 539

((xq̂b2

)x

(x

)x

)

Page 1405: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 540

( q̂b1

(x

)x

(x

)x

)

Page 1406: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 541

(

q̂b2

(x

)x

(x

)x

)

Page 1407: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 542

q̂b1

( (x

)x

(x

)x

)

Page 1408: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 543

q̂b0,3

( (x

)x

(x

)x

)

Page 1409: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 544

(

q̂b0,4

(x

)x

(x

)x

)

Page 1410: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 545

( q̂b0,3

(x

)x

(x

)x

)

Page 1411: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 546

((x

q̂0,3

)x

(x

)x

)

Page 1412: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 547

( q̂0,4(x

)x

(x

)x

)

Page 1413: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 548

(

q̂0,3

(x

)x

(x

)x

)

Page 1414: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 549

q̂0,4 ( (x

)x

(x

)x

)

Page 1415: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 550

q̂2 ( (x

)x

(x

)x

)

Page 1416: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 551

(

q̂1

(x

)x

(x

)x

)

Page 1417: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 552

( q̂2(x

)x

(x

)x

)

Page 1418: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 553

((

q̂b4

)x

(x

)x

)

Page 1419: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 554

( ( q̂b3

)x

(x

)x

)

Page 1420: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 555

( ()

q̂b2

(x

)x

)

Page 1421: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 556

( ( q̂b1

) (x

)x

)

Page 1422: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 557

((

q̂b2

) (x

)x

)

Page 1423: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 558

( q̂b1

( ) (x

)x

)

Page 1424: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 559

(

q̂b2

( ) (x

)x

)

Page 1425: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 560

q̂b1

( ( ) (x

)x

)

Page 1426: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 561

q̂b0,3

( ( ) (x

)x

)

Page 1427: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 562

(

q̂b0,4

( ) (x

)x

)

Page 1428: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 563

( q̂b0,3

( ) (x

)x

)

Page 1429: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 564

((

q̂b0,4

) (x

)x

)

Page 1430: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 565

( ( q̂b0,3

) (x

)x

)

Page 1431: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 566

( ()

q̂b0,4

(x

)x

)

Page 1432: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 567

( ( ) q̂b0,3

(x

)x

)

Page 1433: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 568

( ( )(x

q̂0,3

)x

)

Page 1434: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 569

( ( ) q̂0,4(x

)x

)

Page 1435: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 570

( ( )

q̂0,3

(x

)x

)

Page 1436: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 571

( ( q̂0,4 ) (x

)x

)

Page 1437: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 572

( (

q̂0,3

) (x

)x

)

Page 1438: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 573

( q̂0,4 ( ) (x

)x

)

Page 1439: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 574

(

q̂0,3

( ) (x

)x

)

Page 1440: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 575

q̂0,4 ( ( ) (x

)x

)

Page 1441: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 576

q̂2 ( ( ) (x

)x

)

Page 1442: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 577

(

q̂1

( ) (x

)x

)

Page 1443: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 578

( q̂2 ( ) (x

)x

)

Page 1444: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 579

( (

q̂1

) (x

)x

)

Page 1445: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 580

( ( q̂2 ) (x

)x

)

Page 1446: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 581

( ()xq̂b4

(x

)x

)

Page 1447: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 582

( ( )x q̂b

3(x

)x

)

Page 1448: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 583

( ( )x

(xq̂b4

)x

)

Page 1449: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 584

( ( )x

(x q̂b

3)x

)

Page 1450: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 585

( ( )x

(x

)

q̂b2

)

Page 1451: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 586

( ( )x

(x q̂b

1) )

Page 1452: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 587

( ( )x

(xq̂b2

) )

Page 1453: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 588

( ( )x q̂b

1(x

) )

Page 1454: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 589

( ()xq̂b2

(x

) )

Page 1455: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 590

( ( q̂b1

)x

(x

) )

Page 1456: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 591

((

q̂b2

)x

(x

) )

Page 1457: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 592

( q̂b1

( )x

(x

) )

Page 1458: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 593

(

q̂b2

( )x

(x

) )

Page 1459: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 594

q̂b1

( ( )x

(x

) )

Page 1460: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 595

q̂b0,3

( ( )x

(x

) )

Page 1461: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 596

(

q̂b0,4

( )x

(x

) )

Page 1462: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 597

( q̂b0,3

( )x

(x

) )

Page 1463: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 598

((

q̂b0,4

)x

(x

) )

Page 1464: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 599

( ( q̂b0,3

)x

(x

) )

Page 1465: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 600

( ()x

q̂0,3

(x

) )

Page 1466: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 601

( ( q̂0,4)x

(x

) )

Page 1467: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 602

( (

q̂0,3

)x

(x

) )

Page 1468: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 603

( q̂0,4 ( )x

(x

) )

Page 1469: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 604

(

q̂0,3

( )x

(x

) )

Page 1470: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 605

q̂0,4 ( ( )x

(x

) )

Page 1471: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 606

q̂2 ( ( )x

(x

) )

Page 1472: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 607

(

q̂1

( )x

(x

) )

Page 1473: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 608

( q̂2 ( )x

(x

) )

Page 1474: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 609

( (

q̂1

)x

(x

) )

Page 1475: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 610

( ( q̂2)x

(x

) )

Page 1476: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 611

( ()xq̂1

(x

) )

Page 1477: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 612

( ( )x q̂2

(x

) )

Page 1478: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 613

( ( )x

(

q̂b4

) )

Page 1479: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 614

( ( )x

( q̂b3

) )

Page 1480: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 615

( ( )x

( )

q̂3

)

Page 1481: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 616

( ( )x

( q̂4 ) )

Page 1482: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 617

( ( )x

(xq̂1

) )

Page 1483: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 618

( ( )x

(x q̂2 ) )

Page 1484: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 619

( ( )x

(x

)xq̂b4

)

Page 1485: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 620

( ( )x

(x

)x q̂b

3)

Page 1486: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 621

( ( )x

(x

)x

)

q̂3

Page 1487: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 622

( ( )x

(x

)x q̂4 )

Page 1488: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 623

( ( )x

(x

)xq̂3

)

Page 1489: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 624

( ( )x

(x q̂4

)x

)

Page 1490: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 625

( ( )x

(xq̂3

)x

)

Page 1491: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 626

( ( )x q̂4

(x

)x

)

Page 1492: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 627

( ()xq̂3

(x

)x

)

Page 1493: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 628

( ( q̂4)x

(x

)x

)

Page 1494: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 629

((xq̂1

)x

(x

)x

)

Page 1495: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 630

( (x q̂2

)x

(x

)x

)

Page 1496: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 631

( (x

)xq̂1

(x

)x

)

Page 1497: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 632

( (x

)x q̂2

(x

)x

)

Page 1498: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 633

( (x

)x

(

q̂b4

)x

)

Page 1499: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 634

( (x

)x

( q̂b3

)x

)

Page 1500: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 635

( (x

)x

()

q̂b2

)

Page 1501: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 636

( (x

)x

( q̂b1

) )

Page 1502: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 637

( (x

)x

(

q̂b2

) )

Page 1503: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 638

( (x

)x q̂b

1( ) )

Page 1504: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 639

( (x

)xq̂b2

( ) )

Page 1505: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 640

( (x q̂b

1)x

( ) )

Page 1506: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 641

((xq̂b2

)x

( ) )

Page 1507: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 642

( q̂b1

(x

)x

( ) )

Page 1508: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 643

(

q̂b2

(x

)x

( ) )

Page 1509: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 644

q̂b1

( (x

)x

( ) )

Page 1510: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 645

q̂b0,3

( (x

)x

( ) )

Page 1511: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 646

(

q̂b0,4

(x

)x

( ) )

Page 1512: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 647

( q̂b0,3

(x

)x

( ) )

Page 1513: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 648

((x

q̂0,3

)x

( ) )

Page 1514: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 649

( q̂0,4(x

)x

( ) )

Page 1515: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 650

(

q̂0,3

(x

)x

( ) )

Page 1516: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 651

q̂0,4 ( (x

)x

( ) )

Page 1517: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 652

q̂2 ( (x

)x

( ) )

Page 1518: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 653

(

q̂1

(x

)x

( ) )

Page 1519: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 654

( q̂2(x

)x

( ) )

Page 1520: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 655

((

q̂b4

)x

( ) )

Page 1521: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 656

( ( q̂b3

)x

( ) )

Page 1522: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 657

( ()

q̂b2

( ) )

Page 1523: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 658

( ( q̂b1

) ( ) )

Page 1524: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 659

((

q̂b2

) ( ) )

Page 1525: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 660

( q̂b1

( ) ( ) )

Page 1526: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 661

(

q̂b2

( ) ( ) )

Page 1527: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 662

q̂b1

( ( ) ( ) )

Page 1528: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 663

q̂b0,3

( ( ) ( ) )

Page 1529: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 664

(

q̂b0,4

( ) ( ) )

Page 1530: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 665

( q̂b0,3

( ) ( ) )

Page 1531: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 666

((

q̂b0,4

) ( ) )

Page 1532: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 667

( ( q̂b0,3

) ( ) )

Page 1533: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 668

( ()

q̂b0,4

( ) )

Page 1534: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 669

( ( ) q̂b0,3

( ) )

Page 1535: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 670

( ( )(

q̂b0,4

) )

Page 1536: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 671

( ( ) ( q̂b0,3

) )

Page 1537: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 672

( ( ) ()

q̂b0,4

)

Page 1538: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 673

( ( ) ( ) q̂b0,3

)

Page 1539: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 674

( ( ) ( ))

q̂b0,4

Page 1540: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 675

( ( ) ( ) ) q̂b0,3

Page 1541: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 676

( ( ) ( ) ) q̂b0,1

Page 1542: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 677

( ( ) ( ))

q̂b0,2

Page 1543: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 678

( ( ) ( ) q̂b0,1

)

Page 1544: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 679

( ( ) ()

q̂b0,2

)

Page 1545: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 680

( ( ) ( q̂b0,1

) )

Page 1546: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 681

( ( )(

q̂b0,2

) )

Page 1547: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 682

( ( ) q̂b0,1

( ) )

Page 1548: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 683

( ()

q̂b0,2

( ) )

Page 1549: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 684

( ( q̂b0,1

) ( ) )

Page 1550: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 685

((

q̂b0,2

) ( ) )

Page 1551: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 686

( q̂b0,1

( ) ( ) )

Page 1552: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 687

(

q̂b0,2

( ) ( ) )

Page 1553: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 688

q̂b0,1

( ( ) ( ) )

The input is accepted

Page 1554: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 689

q̂0,2 ( ( ) ( ) )

Page 1555: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 690

(

q̂0,1

( ) ( ) )

Page 1556: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 691

( q̂0,2 ( ) ( ) )

Page 1557: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 692

( (

q̂0,1

) ( ) )

Page 1558: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 693

( ( q̂0,2 ) ( ) )

Page 1559: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 694

( ( )

q̂0,1

( ) )

Page 1560: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 695

( ( ) q̂0,2 ( ) )

Page 1561: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 696

( ( ) (

q̂0,1

) )

Page 1562: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 697

( ( ) ( q̂0,2 ) )

Page 1563: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 698

( ( ) ( )

q̂0,1

)

Page 1564: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 699

( ( ) ( ) q̂0,2 )

Page 1565: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 700

( ( ) ( ) )

q̂0,1

Page 1566: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 701

( ( ) ( ) ) q̂0,2

Page 1567: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 702

( ( ) ( ) ) q̂0,4

Page 1568: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 703

( ( ) ( ) )

q̂0,3

Page 1569: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 704

( ( ) ( ) q̂0,4 )

Page 1570: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 705

( ( ) ( )

q̂0,3

)

Page 1571: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 706

( ( ) ( q̂0,4 ) )

Page 1572: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 707

( ( ) (

q̂0,3

) )

Page 1573: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 708

( ( ) q̂0,4 ( ) )

Page 1574: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 709

( ( )

q̂0,3

( ) )

Page 1575: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 710

( ( q̂0,4 ) ( ) )

Page 1576: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 711

( (

q̂0,3

) ( ) )

Page 1577: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 712

( q̂0,4 ( ) ( ) )

Page 1578: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 713

(

q̂0,3

( ) ( ) )

Page 1579: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 714

q̂0,4 ( ( ) ( ) )

Page 1580: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 715

q̂2 ( ( ) ( ) )

Page 1581: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 716

(

q̂1

( ) ( ) )

Page 1582: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 717

( q̂2 ( ) ( ) )

Page 1583: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 718

( (

q̂1

) ( ) )

Page 1584: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 719

( ( q̂2 ) ( ) )

Page 1585: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 720

( ()xq̂b4

( ) )

Page 1586: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 721

( ( )x q̂b

3( ) )

Page 1587: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 722

( ( )x

(

q̂3

) )

Page 1588: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 723

( ( )x q̂4 ( ) )

Page 1589: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 724

( ()xq̂3

( ) )

Page 1590: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 725

( ( q̂4)x

( ) )

Page 1591: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 726

((xq̂1

)x

( ) )

Page 1592: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 727

( (x q̂2

)x

( ) )

Page 1593: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 728

( (x

)xq̂1

( ) )

Page 1594: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 729

( (x

)x q̂2 ( ) )

Page 1595: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 730

( (x

)x

(

q̂1

) )

Page 1596: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 731

( (x

)x

( q̂2 ) )

Page 1597: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 732

( (x

)x

()xq̂b4

)

Page 1598: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 733

( (x

)x

( )x q̂b

3)

Page 1599: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 734

( (x

)x

( )x

)

q̂3

Page 1600: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 735

( (x

)x

( )x q̂4 )

Page 1601: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 736

( (x

)x

()xq̂3

)

Page 1602: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 737

( (x

)x

( q̂4)x

)

Page 1603: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 738

( (x

)x

(xq̂1

)x

)

Page 1604: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 739

( (x

)x

(x q̂2

)x

)

Page 1605: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 740

( (x

)x

(x

)xq̂1

)

Page 1606: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 741

( (x

)x

(x

)x q̂2 )

Page 1607: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 742

( (x

)x

(x

)x

)xq̂b4

Page 1608: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 743

( (x

)x

(x

)x

)x q̂b

3

Page 1609: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 744

( (x

)x

(x

)x

)x q̂4

Page 1610: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 745

( (x

)x

(x

)x

)xq̂3

Page 1611: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 746

( (x

)x

(x

)x q̂4

)x

Page 1612: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 747

( (x

)x

(x

)xq̂3

)x

Page 1613: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 748

( (x

)x

(x q̂4

)x

)x

Page 1614: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 749

( (x

)x

(xq̂3

)x

)x

Page 1615: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 750

( (x

)x q̂4

(x

)x

)x

Page 1616: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 751

( (x

)xq̂3

(x

)x

)x

Page 1617: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 752

( (x q̂4

)x

(x

)x

)x

Page 1618: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 753

((xq̂3

)x

(x

)x

)x

Page 1619: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 754

( q̂4(x

)x

(x

)x

)x

Page 1620: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 755

(xq̂1

(x

)x

(x

)x

)x

Page 1621: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 756

(x q̂2

(x

)x

(x

)x

)x

Page 1622: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 757

(x

(

q̂b4

)x

(x

)x

)x

Page 1623: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 758

(x

( q̂b3

)x

(x

)x

)x

Page 1624: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 759

(x

()

q̂b2

(x

)x

)x

Page 1625: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 760

(x

( q̂b1

) (x

)x

)x

Page 1626: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 761

(x

(

q̂b2

) (x

)x

)x

Page 1627: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 762

(x q̂b

1( ) (

x)x

)x

Page 1628: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 763

(xq̂b2

( ) (x

)x

)x

Page 1629: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 764

q̂b1

(x

( ) (x

)x

)x

Page 1630: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 765

q̂b0,3

(x

( ) (x

)x

)x

Page 1631: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 766

(x

q̂0,3

( ) (x

)x

)x

Page 1632: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 767

q̂0,4(x

( ) (x

)x

)x

Page 1633: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 768

q̂2(x

( ) (x

)x

)x

Page 1634: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 769

(

q̂b4

( ) (x

)x

)x

Page 1635: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 770

( q̂b3

( ) (x

)x

)x

Page 1636: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 771

( (

q̂3

) (x

)x

)x

Page 1637: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 772

( q̂4 ( ) (x

)x

)x

Page 1638: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 773

(xq̂1

( ) (x

)x

)x

Page 1639: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 774

(x q̂2 ( ) (

x)x

)x

Page 1640: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 775

(x

(

q̂1

) (x

)x

)x

Page 1641: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 776

(x

( q̂2 ) (x

)x

)x

Page 1642: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 777

(x

()xq̂b4

(x

)x

)x

Page 1643: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 778

(x

( )x q̂b

3(x

)x

)x

Page 1644: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 779

(x

( )x

(xq̂b4

)x

)x

Page 1645: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 780

(x

( )x

(x q̂b

3)x

)x

Page 1646: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 781

(x

( )x

(x

)

q̂b2

)x

Page 1647: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 782

(x

( )x

(x q̂b

1) )

x

Page 1648: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 783

(x

( )x

(xq̂b2

) )x

Page 1649: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 784

(x

( )x q̂b

1(x

) )x

Page 1650: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 785

(x

()xq̂b2

(x

) )x

Page 1651: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 786

(x

( q̂b1

)x

(x

) )x

Page 1652: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 787

(x

(

q̂b2

)x

(x

) )x

Page 1653: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 788

(x q̂b

1( )

x(x

) )x

Page 1654: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 789

(xq̂b2

( )x

(x

) )x

Page 1655: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 790

q̂b1

(x

( )x

(x

) )x

Page 1656: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 791

q̂b0,3

(x

( )x

(x

) )x

Page 1657: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 792

(x

q̂0,3

( )x

(x

) )x

Page 1658: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 793

q̂0,4(x

( )x

(x

) )x

Page 1659: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 794

q̂2(x

( )x

(x

) )x

Page 1660: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 795

(

q̂b4

( )x

(x

) )x

Page 1661: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 796

( q̂b3

( )x

(x

) )x

Page 1662: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 797

( (

q̂3

)x

(x

) )x

Page 1663: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 798

( q̂4 ( )x

(x

) )x

Page 1664: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 799

(xq̂1

( )x

(x

) )x

Page 1665: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 800

(x q̂2 ( )

x(x

) )x

Page 1666: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 801

(x

(

q̂1

)x

(x

) )x

Page 1667: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 802

(x

( q̂2)x

(x

) )x

Page 1668: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 803

(x

()xq̂1

(x

) )x

Page 1669: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 804

(x

( )x q̂2

(x

) )x

Page 1670: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 805

(x

( )x

(

q̂b4

) )x

Page 1671: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 806

(x

( )x

( q̂b3

) )x

Page 1672: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 807

(x

( )x

( )

q̂3

)x

Page 1673: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 808

(x

( )x

( q̂4 ) )x

Page 1674: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 809

(x

( )x

(xq̂1

) )x

Page 1675: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 810

(x

( )x

(x q̂2 ) )

x

Page 1676: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 811

(x

( )x

(x

)xq̂b4

)x

Page 1677: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 812

(x

( )x

(x

)x q̂b

3)x

Page 1678: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 813

(x

( )x

(x

)x

)

q̂b2

Page 1679: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 814

(x

( )x

(x

)x q̂b

1)

Page 1680: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 815

(x

( )x

(x

)xq̂b2

)

Page 1681: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 816

(x

( )x

(x q̂b

1)x

)

Page 1682: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 817

(x

( )x

(xq̂b2

)x

)

Page 1683: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 818

(x

( )x q̂b

1(x

)x

)

Page 1684: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 819

(x

()xq̂b2

(x

)x

)

Page 1685: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 820

(x

( q̂b1

)x

(x

)x

)

Page 1686: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 821

(x

(

q̂b2

)x

(x

)x

)

Page 1687: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 822

(x q̂b

1( )

x(x

)x

)

Page 1688: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 823

(xq̂b2

( )x

(x

)x

)

Page 1689: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 824

q̂b1

(x

( )x

(x

)x

)

Page 1690: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 825

q̂b0,3

(x

( )x

(x

)x

)

Page 1691: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 826

(x

q̂0,3

( )x

(x

)x

)

Page 1692: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 827

q̂0,4(x

( )x

(x

)x

)

Page 1693: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 828

q̂2(x

( )x

(x

)x

)

Page 1694: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 829

(

q̂b4

( )x

(x

)x

)

Page 1695: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 830

( q̂b3

( )x

(x

)x

)

Page 1696: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 831

( (

q̂3

)x

(x

)x

)

Page 1697: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 832

( q̂4 ( )x

(x

)x

)

Page 1698: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 833

(xq̂1

( )x

(x

)x

)

Page 1699: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 834

(x q̂2 ( )

x(x

)x

)

Page 1700: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 835

(x

(

q̂1

)x

(x

)x

)

Page 1701: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 836

(x

( q̂2)x

(x

)x

)

Page 1702: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 837

(x

()xq̂1

(x

)x

)

Page 1703: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 838

(x

( )x q̂2

(x

)x

)

Page 1704: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 839

(x

( )x

(

q̂b4

)x

)

Page 1705: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 840

(x

( )x

( q̂b3

)x

)

Page 1706: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 841

(x

( )x

()

q̂b2

)

Page 1707: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 842

(x

( )x

( q̂b1

) )

Page 1708: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 843

(x

( )x

(

q̂b2

) )

Page 1709: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 844

(x

( )x q̂b

1( ) )

Page 1710: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 845

(x

()xq̂b2

( ) )

Page 1711: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 846

(x

( q̂b1

)x

( ) )

Page 1712: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 847

(x

(

q̂b2

)x

( ) )

Page 1713: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 848

(x q̂b

1( )

x( ) )

Page 1714: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 849

(xq̂b2

( )x

( ) )

Page 1715: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 850

q̂b1

(x

( )x

( ) )

Page 1716: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 851

q̂b0,3

(x

( )x

( ) )

Page 1717: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 852

(x

q̂0,3

( )x

( ) )

Page 1718: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 853

q̂0,4(x

( )x

( ) )

Page 1719: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 854

q̂2(x

( )x

( ) )

Page 1720: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 855

(

q̂b4

( )x

( ) )

Page 1721: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 856

( q̂b3

( )x

( ) )

Page 1722: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 857

( (

q̂3

)x

( ) )

Page 1723: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 858

( q̂4 ( )x

( ) )

Page 1724: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 859

(xq̂1

( )x

( ) )

Page 1725: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 860

(x q̂2 ( )

x( ) )

Page 1726: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 861

(x

(

q̂1

)x

( ) )

Page 1727: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 862

(x

( q̂2)x

( ) )

Page 1728: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 863

(x

()xq̂1

( ) )

Page 1729: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 864

(x

( )x q̂2 ( ) )

Page 1730: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 865

(x

( )x

(

q̂1

) )

Page 1731: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 866

(x

( )x

( q̂2 ) )

Page 1732: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 867

(x

( )x

()xq̂b4

)

Page 1733: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 868

(x

( )x

( )x q̂b

3)

Page 1734: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 869

(x

( )x

( )x

)

q̂3

Page 1735: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 870

(x

( )x

( )x q̂4 )

Page 1736: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 871

(x

( )x

()xq̂3

)

Page 1737: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 872

(x

( )x

( q̂4)x

)

Page 1738: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 873

(x

( )x

(xq̂1

)x

)

Page 1739: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 874

(x

( )x

(x q̂2

)x

)

Page 1740: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 875

(x

( )x

(x

)xq̂1

)

Page 1741: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 876

(x

( )x

(x

)x q̂2 )

Page 1742: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 877

(x

( )x

(x

)x

)xq̂b4

Page 1743: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 878

(x

( )x

(x

)x

)x q̂b

3

Page 1744: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 879

(x

( )x

(x

)x

)x q̂4

Page 1745: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 880

(x

( )x

(x

)x

)xq̂3

Page 1746: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 881

(x

( )x

(x

)x q̂4

)x

Page 1747: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 882

(x

( )x

(x

)xq̂3

)x

Page 1748: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 883

(x

( )x

(x q̂4

)x

)x

Page 1749: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 884

(x

( )x

(xq̂3

)x

)x

Page 1750: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 885

(x

( )x q̂4

(x

)x

)x

Page 1751: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 886

(x

()xq̂3

(x

)x

)x

Page 1752: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 887

(x

( q̂4)x

(x

)x

)x

Page 1753: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 888

(x

(xq̂1

)x

(x

)x

)x

Page 1754: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 889

(x

(x q̂2

)x

(x

)x

)x

Page 1755: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 890

(x

(x

)xq̂1

(x

)x

)x

Page 1756: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 891

(x

(x

)x q̂2

(x

)x

)x

Page 1757: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 892

(x

(x

)x

(

q̂b4

)x

)x

Page 1758: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 893

(x

(x

)x

( q̂b3

)x

)x

Page 1759: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 894

(x

(x

)x

()

q̂b2

)x

Page 1760: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 895

(x

(x

)x

( q̂b1

) )x

Page 1761: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 896

(x

(x

)x

(

q̂b2

) )x

Page 1762: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 897

(x

(x

)x q̂b

1( ) )

x

Page 1763: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 898

(x

(x

)xq̂b2

( ) )x

Page 1764: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 899

(x

(x q̂b

1)x

( ) )x

Page 1765: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 900

(x

(xq̂b2

)x

( ) )x

Page 1766: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 901

(x q̂b

1(x

)x

( ) )x

Page 1767: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 902

(xq̂b2

(x

)x

( ) )x

Page 1768: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 903

q̂b1

(x

(x

)x

( ) )x

Page 1769: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 904

q̂b0,3

(x

(x

)x

( ) )x

Page 1770: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 905

(x

q̂0,3

(x

)x

( ) )x

Page 1771: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 906

q̂0,4(x

(x

)x

( ) )x

Page 1772: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 907

q̂2(x

(x

)x

( ) )x

Page 1773: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 908

(

q̂b4

(x

)x

( ) )x

Page 1774: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 909

( q̂b3

(x

)x

( ) )x

Page 1775: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 910

((xq̂b4

)x

( ) )x

Page 1776: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 911

( (x q̂b

3)x

( ) )x

Page 1777: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 912

( (x

)

q̂b2

( ) )x

Page 1778: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 913

( (x q̂b

1) ( ) )

x

Page 1779: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 914

((xq̂b2

) ( ) )x

Page 1780: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 915

( q̂b1

(x

) ( ) )x

Page 1781: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 916

(

q̂b2

(x

) ( ) )x

Page 1782: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 917

q̂b1

( (x

) ( ) )x

Page 1783: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 918

q̂b0,3

( (x

) ( ) )x

Page 1784: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 919

(

q̂b0,4

(x

) ( ) )x

Page 1785: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 920

( q̂b0,3

(x

) ( ) )x

Page 1786: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 921

((x

q̂0,3

) ( ) )x

Page 1787: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 922

( q̂0,4(x

) ( ) )x

Page 1788: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 923

(

q̂0,3

(x

) ( ) )x

Page 1789: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 924

q̂0,4 ( (x

) ( ) )x

Page 1790: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 925

q̂2 ( (x

) ( ) )x

Page 1791: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 926

(

q̂1

(x

) ( ) )x

Page 1792: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 927

( q̂2(x

) ( ) )x

Page 1793: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 928

((

q̂b4

) ( ) )x

Page 1794: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 929

( ( q̂b3

) ( ) )x

Page 1795: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 930

( ( )

q̂3

( ) )x

Page 1796: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 931

( ( q̂4 ) ( ) )x

Page 1797: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 932

((xq̂1

) ( ) )x

Page 1798: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 933

( (x q̂2 ) ( ) )

x

Page 1799: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 934

( (x

)xq̂b4

( ) )x

Page 1800: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 935

( (x

)x q̂b

3( ) )

x

Page 1801: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 936

( (x

)x

(

q̂3

) )x

Page 1802: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 937

( (x

)x q̂4 ( ) )

x

Page 1803: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 938

( (x

)xq̂3

( ) )x

Page 1804: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 939

( (x q̂4

)x

( ) )x

Page 1805: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 940

((xq̂3

)x

( ) )x

Page 1806: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 941

( q̂4(x

)x

( ) )x

Page 1807: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 942

(xq̂1

(x

)x

( ) )x

Page 1808: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 943

(x q̂2

(x

)x

( ) )x

Page 1809: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 944

(x

(

q̂b4

)x

( ) )x

Page 1810: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 945

(x

( q̂b3

)x

( ) )x

Page 1811: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 946

(x

()

q̂b2

( ) )x

Page 1812: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 947

(x

( q̂b1

) ( ) )x

Page 1813: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 948

(x

(

q̂b2

) ( ) )x

Page 1814: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 949

(x q̂b

1( ) ( ) )

x

Page 1815: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 950

(xq̂b2

( ) ( ) )x

Page 1816: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 951

q̂b1

(x

( ) ( ) )x

Page 1817: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 952

q̂b0,3

(x

( ) ( ) )x

Page 1818: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 953

(x

q̂0,3

( ) ( ) )x

Page 1819: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 954

q̂0,4(x

( ) ( ) )x

Page 1820: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 955

q̂2(x

( ) ( ) )x

Page 1821: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 956

(

q̂b4

( ) ( ) )x

Page 1822: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 957

( q̂b3

( ) ( ) )x

Page 1823: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 958

( (

q̂3

) ( ) )x

Page 1824: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 959

( q̂4 ( ) ( ) )x

Page 1825: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 960

(xq̂1

( ) ( ) )x

Page 1826: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 961

(x q̂2 ( ) ( ) )

x

Page 1827: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 962

(x

(

q̂1

) ( ) )x

Page 1828: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 963

(x

( q̂2 ) ( ) )x

Page 1829: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 964

(x

()xq̂b4

( ) )x

Page 1830: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 965

(x

( )x q̂b

3( ) )

x

Page 1831: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 966

(x

( )x

(

q̂3

) )x

Page 1832: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 967

(x

( )x q̂4 ( ) )

x

Page 1833: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 968

(x

()xq̂3

( ) )x

Page 1834: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 969

(x

( q̂4)x

( ) )x

Page 1835: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 970

(x

(xq̂1

)x

( ) )x

Page 1836: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 971

(x

(x q̂2

)x

( ) )x

Page 1837: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 972

(x

(x

)xq̂1

( ) )x

Page 1838: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 973

(x

(x

)x q̂2 ( ) )

x

Page 1839: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 974

(x

(x

)x

(

q̂1

) )x

Page 1840: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 975

(x

(x

)x

( q̂2 ) )x

Page 1841: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 976

(x

(x

)x

()xq̂b4

)x

Page 1842: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 977

(x

(x

)x

( )x q̂b

3)x

Page 1843: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 978

(x

(x

)x

( )x

)

q̂b2

Page 1844: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 979

(x

(x

)x

( )x q̂b

1)

Page 1845: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 980

(x

(x

)x

()xq̂b2

)

Page 1846: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 981

(x

(x

)x

( q̂b1

)x

)

Page 1847: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 982

(x

(x

)x

(

q̂b2

)x

)

Page 1848: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 983

(x

(x

)x q̂b

1( )

x)

Page 1849: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 984

(x

(x

)xq̂b2

( )x

)

Page 1850: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 985

(x

(x q̂b

1)x

( )x

)

Page 1851: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 986

(x

(xq̂b2

)x

( )x

)

Page 1852: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 987

(x q̂b

1(x

)x

( )x

)

Page 1853: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 988

(xq̂b2

(x

)x

( )x

)

Page 1854: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 989

q̂b1

(x

(x

)x

( )x

)

Page 1855: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 990

q̂b0,3

(x

(x

)x

( )x

)

Page 1856: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 991

(x

q̂0,3

(x

)x

( )x

)

Page 1857: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 992

q̂0,4(x

(x

)x

( )x

)

Page 1858: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 993

q̂2(x

(x

)x

( )x

)

Page 1859: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 994

(

q̂b4

(x

)x

( )x

)

Page 1860: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 995

( q̂b3

(x

)x

( )x

)

Page 1861: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 996

((xq̂b4

)x

( )x

)

Page 1862: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 997

( (x q̂b

3)x

( )x

)

Page 1863: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 998

( (x

)

q̂b2

( )x

)

Page 1864: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 999

( (x q̂b

1) ( )

x)

Page 1865: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1000

((xq̂b2

) ( )x

)

Page 1866: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1001

( q̂b1

(x

) ( )x

)

Page 1867: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1002

(

q̂b2

(x

) ( )x

)

Page 1868: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1003

q̂b1

( (x

) ( )x

)

Page 1869: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1004

q̂b0,3

( (x

) ( )x

)

Page 1870: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1005

(

q̂b0,4

(x

) ( )x

)

Page 1871: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1006

( q̂b0,3

(x

) ( )x

)

Page 1872: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1007

((x

q̂0,3

) ( )x

)

Page 1873: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1008

( q̂0,4(x

) ( )x

)

Page 1874: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1009

(

q̂0,3

(x

) ( )x

)

Page 1875: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1010

q̂0,4 ( (x

) ( )x

)

Page 1876: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1011

q̂2 ( (x

) ( )x

)

Page 1877: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1012

(

q̂1

(x

) ( )x

)

Page 1878: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1013

( q̂2(x

) ( )x

)

Page 1879: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1014

((

q̂b4

) ( )x

)

Page 1880: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1015

( ( q̂b3

) ( )x

)

Page 1881: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1016

( ( )

q̂3

( )x

)

Page 1882: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1017

( ( q̂4 ) ( )x

)

Page 1883: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1018

((xq̂1

) ( )x

)

Page 1884: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1019

( (x q̂2 ) ( )

x)

Page 1885: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1020

( (x

)xq̂b4

( )x

)

Page 1886: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1021

( (x

)x q̂b

3( )

x)

Page 1887: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1022

( (x

)x

(

q̂3

)x

)

Page 1888: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1023

( (x

)x q̂4 ( )

x)

Page 1889: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1024

( (x

)xq̂3

( )x

)

Page 1890: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1025

( (x q̂4

)x

( )x

)

Page 1891: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1026

((xq̂3

)x

( )x

)

Page 1892: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1027

( q̂4(x

)x

( )x

)

Page 1893: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1028

(xq̂1

(x

)x

( )x

)

Page 1894: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1029

(x q̂2

(x

)x

( )x

)

Page 1895: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1030

(x

(

q̂b4

)x

( )x

)

Page 1896: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1031

(x

( q̂b3

)x

( )x

)

Page 1897: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1032

(x

()

q̂b2

( )x

)

Page 1898: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1033

(x

( q̂b1

) ( )x

)

Page 1899: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1034

(x

(

q̂b2

) ( )x

)

Page 1900: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1035

(x q̂b

1( ) ( )

x)

Page 1901: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1036

(xq̂b2

( ) ( )x

)

Page 1902: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1037

q̂b1

(x

( ) ( )x

)

Page 1903: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1038

q̂b0,3

(x

( ) ( )x

)

Page 1904: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1039

(x

q̂0,3

( ) ( )x

)

Page 1905: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1040

q̂0,4(x

( ) ( )x

)

Page 1906: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1041

q̂2(x

( ) ( )x

)

Page 1907: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1042

(

q̂b4

( ) ( )x

)

Page 1908: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1043

( q̂b3

( ) ( )x

)

Page 1909: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1044

( (

q̂3

) ( )x

)

Page 1910: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1045

( q̂4 ( ) ( )x

)

Page 1911: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1046

(xq̂1

( ) ( )x

)

Page 1912: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1047

(x q̂2 ( ) ( )

x)

Page 1913: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1048

(x

(

q̂1

) ( )x

)

Page 1914: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1049

(x

( q̂2 ) ( )x

)

Page 1915: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1050

(x

()xq̂b4

( )x

)

Page 1916: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1051

(x

( )x q̂b

3( )

x)

Page 1917: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1052

(x

( )x

(

q̂3

)x

)

Page 1918: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1053

(x

( )x q̂4 ( )

x)

Page 1919: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1054

(x

()xq̂3

( )x

)

Page 1920: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1055

(x

( q̂4)x

( )x

)

Page 1921: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1056

(x

(xq̂1

)x

( )x

)

Page 1922: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1057

(x

(x q̂2

)x

( )x

)

Page 1923: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1058

(x

(x

)xq̂1

( )x

)

Page 1924: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1059

(x

(x

)x q̂2 ( )

x)

Page 1925: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1060

(x

(x

)x

(

q̂1

)x

)

Page 1926: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1061

(x

(x

)x

( q̂2)x

)

Page 1927: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1062

(x

(x

)x

()xq̂1

)

Page 1928: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1063

(x

(x

)x

( )x q̂2 )

Page 1929: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1064

(x

(x

)x

( )x

)xq̂b4

Page 1930: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1065

(x

(x

)x

( )x

)x q̂b

3

Page 1931: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1066

(x

(x

)x

( )x

)x q̂4

Page 1932: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1067

(x

(x

)x

( )x

)xq̂3

Page 1933: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1068

(x

(x

)x

( )x q̂4

)x

Page 1934: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1069

(x

(x

)x

()xq̂3

)x

Page 1935: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1070

(x

(x

)x

( q̂4)x

)x

Page 1936: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1071

(x

(x

)x

(xq̂1

)x

)x

Page 1937: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1072

(x

(x

)x

(x q̂2

)x

)x

Page 1938: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1073

(x

(x

)x

(x

)xq̂1

)x

Page 1939: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1074

(x

(x

)x

(x

)x q̂2

)x

Page 1940: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1075

(x

(x

)x

(x

)x

)xq̂1

Page 1941: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1076

(x

(x

)x

(x

)x

)x q̂2

Page 1942: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1077

(x

(x

)x

(x

)x

)x q̂6

Page 1943: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1078

(x

(x

)x

(x

)x

)xq̂5

Page 1944: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1079

(x

(x

)x

(x

)x q̂6

)x

Page 1945: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1080

(x

(x

)x

(x

)xq̂5

)x

Page 1946: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1081

(x

(x

)x

(x q̂6

)x

)x

Page 1947: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1082

(x

(x

)x

(xq̂5

)x

)x

Page 1948: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1083

(x

(x

)x q̂6

(x

)x

)x

Page 1949: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1084

(x

(x

)xq̂5

(x

)x

)x

Page 1950: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1085

(x

(x q̂6

)x

(x

)x

)x

Page 1951: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1086

(x

(xq̂5

)x

(x

)x

)x

Page 1952: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1087

(x q̂6

(x

)x

(x

)x

)x

Page 1953: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1088

(xq̂5

(x

)x

(x

)x

)x

Page 1954: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1089

q̂6(x

(x

)x

(x

)x

)x

Page 1955: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1090

qb5

(x

(x

)x

(x

)x

)x

Page 1956: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1091

(xqb6

(x

)x

(x

)x

)x

Page 1957: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1092

(x qb

5(x

)x

(x

)x

)x

Page 1958: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1093

(x

(xqb6

)x

(x

)x

)x

Page 1959: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1094

(x

(x qb

5)x

(x

)x

)x

Page 1960: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1095

(x

(x

)xqb6

(x

)x

)x

Page 1961: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1096

(x

(x

)x qb

5(x

)x

)x

Page 1962: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1097

(x

(x

)x

(xqb6

)x

)x

Page 1963: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1098

(x

(x

)x

(x qb

5)x

)x

Page 1964: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1099

(x

(x

)x

(x

)xqb6

)x

Page 1965: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1100

(x

(x

)x

(x

)x qb

5)x

Page 1966: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1101

(x

(x

)x

(x

)x

)xqb6

Page 1967: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1102

(x

(x

)x

(x

)x

)x qb

5

Page 1968: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1103

(x

(x

)x

(x

)x

)x qb

1

Page 1969: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1104

(x

(x

)x

(x

)x

)xqb2

Page 1970: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1105

(x

(x

)x

(x

)x qb

1)x

Page 1971: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1106

(x

(x

)x

(x

)xqb2

)x

Page 1972: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1107

(x

(x

)x

(x qb

1)x

)x

Page 1973: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1108

(x

(x

)x

(xqb2

)x

)x

Page 1974: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1109

(x

(x

)x qb

1(x

)x

)x

Page 1975: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1110

(x

(x

)xqb2

(x

)x

)x

Page 1976: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1111

(x

(x qb

1)x

(x

)x

)x

Page 1977: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1112

(x

(xqb2

)x

(x

)x

)x

Page 1978: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1113

(x qb

1(x

)x

(x

)x

)x

Page 1979: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1114

(xqb2

(x

)x

(x

)x

)x

Page 1980: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1115

qb1

(x

(x

)x

(x

)x

)x

Page 1981: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1116

qb0,3

(x

(x

)x

(x

)x

)x

Page 1982: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1117

(x

q0,3

(x

)x

(x

)x

)x

Page 1983: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1118

q0,4(x

(x

)x

(x

)x

)x

Page 1984: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1119

q2(x

(x

)x

(x

)x

)x

Page 1985: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1120

(

qb4

(x

)x

(x

)x

)x

Page 1986: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1121

( qb3

(x

)x

(x

)x

)x

Page 1987: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1122

((xqb4

)x

(x

)x

)x

Page 1988: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1123

( (x qb

3)x

(x

)x

)x

Page 1989: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1124

( (x

)

qb2

(x

)x

)x

Page 1990: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1125

( (x qb

1) (

x)x

)x

Page 1991: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1126

((xqb2

) (x

)x

)x

Page 1992: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1127

( qb1

(x

) (x

)x

)x

Page 1993: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1128

(

qb2

(x

) (x

)x

)x

Page 1994: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1129

qb1

( (x

) (x

)x

)x

Page 1995: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1130

qb0,3

( (x

) (x

)x

)x

Page 1996: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1131

(

qb0,4

(x

) (x

)x

)x

Page 1997: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1132

( qb0,3

(x

) (x

)x

)x

Page 1998: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1133

((x

q0,3

) (x

)x

)x

Page 1999: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1134

( q0,4(x

) (x

)x

)x

Page 2000: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1135

(q0,3

(x

) (x

)x

)x

Page 2001: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1136

q0,4 ( (x

) (x

)x

)x

Page 2002: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1137

q2 ( (x

) (x

)x

)x

Page 2003: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1138

(q1

(x

) (x

)x

)x

Page 2004: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1139

( q2(x

) (x

)x

)x

Page 2005: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1140

((

qb4

) (x

)x

)x

Page 2006: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1141

( ( qb3

) (x

)x

)x

Page 2007: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1142

( ( )q3

(x

)x

)x

Page 2008: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1143

( ( q4 ) (x

)x

)x

Page 2009: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1144

((xq1

) (x

)x

)x

Page 2010: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1145

( (x

q2 ) (x

)x

)x

Page 2011: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1146

( (x

)xqb4

(x

)x

)x

Page 2012: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1147

( (x

)x qb

3(x

)x

)x

Page 2013: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1148

( (x

)x

(xqb4

)x

)x

Page 2014: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1149

( (x

)x

(x qb

3)x

)x

Page 2015: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1150

( (x

)x

(x

)

qb2

)x

Page 2016: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1151

( (x

)x

(x qb

1) )

x

Page 2017: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1152

( (x

)x

(xqb2

) )x

Page 2018: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1153

( (x

)x qb

1(x

) )x

Page 2019: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1154

( (x

)xqb2

(x

) )x

Page 2020: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1155

( (x qb

1)x

(x

) )x

Page 2021: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1156

((xqb2

)x

(x

) )x

Page 2022: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1157

( qb1

(x

)x

(x

) )x

Page 2023: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1158

(

qb2

(x

)x

(x

) )x

Page 2024: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1159

qb1

( (x

)x

(x

) )x

Page 2025: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1160

qb0,3

( (x

)x

(x

) )x

Page 2026: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1161

(

qb0,4

(x

)x

(x

) )x

Page 2027: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1162

( qb0,3

(x

)x

(x

) )x

Page 2028: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1163

((x

q0,3

)x

(x

) )x

Page 2029: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1164

( q0,4(x

)x

(x

) )x

Page 2030: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1165

(q0,3

(x

)x

(x

) )x

Page 2031: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1166

q0,4 ( (x

)x

(x

) )x

Page 2032: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1167

q2 ( (x

)x

(x

) )x

Page 2033: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1168

(q1

(x

)x

(x

) )x

Page 2034: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1169

( q2(x

)x

(x

) )x

Page 2035: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1170

((

qb4

)x

(x

) )x

Page 2036: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1171

( ( qb3

)x

(x

) )x

Page 2037: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1172

( ()

qb2

(x

) )x

Page 2038: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1173

( ( qb1

) (x

) )x

Page 2039: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1174

((

qb2

) (x

) )x

Page 2040: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1175

( qb1

( ) (x

) )x

Page 2041: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1176

(

qb2

( ) (x

) )x

Page 2042: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1177

qb1

( ( ) (x

) )x

Page 2043: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1178

qb0,3

( ( ) (x

) )x

Page 2044: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1179

(

qb0,4

( ) (x

) )x

Page 2045: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1180

( qb0,3

( ) (x

) )x

Page 2046: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1181

((

qb0,4

) (x

) )x

Page 2047: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1182

( ( qb0,3

) (x

) )x

Page 2048: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1183

( ()

qb0,4

(x

) )x

Page 2049: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1184

( ( ) qb0,3

(x

) )x

Page 2050: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1185

( ( )(x

q0,3

) )x

Page 2051: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1186

( ( ) q0,4(x

) )x

Page 2052: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1187

( ( )q0,3

(x

) )x

Page 2053: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1188

( ( q0,4 ) (x

) )x

Page 2054: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1189

( (q0,3

) (x

) )x

Page 2055: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1190

( q0,4 ( ) (x

) )x

Page 2056: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1191

(q0,3

( ) (x

) )x

Page 2057: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1192

q0,4 ( ( ) (x

) )x

Page 2058: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1193

q2 ( ( ) (x

) )x

Page 2059: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1194

(q1

( ) (x

) )x

Page 2060: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1195

( q2 ( ) (x

) )x

Page 2061: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1196

( (q1

) (x

) )x

Page 2062: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1197

( ( q2 ) (x

) )x

Page 2063: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1198

( ()xqb4

(x

) )x

Page 2064: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1199

( ( )x qb

3(x

) )x

Page 2065: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1200

( ( )x

(xqb4

) )x

Page 2066: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1201

( ( )x

(x qb

3) )

x

Page 2067: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1202

( ( )x

(x

)q3

)x

Page 2068: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1203

( ( )x

(x

q4 ) )x

Page 2069: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1204

( ( )x

(xq3

) )x

Page 2070: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1205

( ( )x

q4(x

) )x

Page 2071: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1206

( ()xq3

(x

) )x

Page 2072: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1207

( ( q4)x

(x

) )x

Page 2073: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1208

((xq1

)x

(x

) )x

Page 2074: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1209

( (x

q2)x

(x

) )x

Page 2075: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1210

( (x

)xq1

(x

) )x

Page 2076: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1211

( (x

)x

q2(x

) )x

Page 2077: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1212

( (x

)x

(

qb4

) )x

Page 2078: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1213

( (x

)x

( qb3

) )x

Page 2079: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1214

( (x

)x

( )q3

)x

Page 2080: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1215

( (x

)x

( q4 ) )x

Page 2081: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1216

( (x

)x

(xq1

) )x

Page 2082: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1217

( (x

)x

(x

q2 ) )x

Page 2083: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1218

( (x

)x

(x

)xqb4

)x

Page 2084: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1219

( (x

)x

(x

)x qb

3)x

Page 2085: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1220

( (x

)x

(x

)x

)

qb2

Page 2086: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1221

( (x

)x

(x

)x qb

1)

Page 2087: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1222

( (x

)x

(x

)xqb2

)

Page 2088: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1223

( (x

)x

(x qb

1)x

)

Page 2089: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1224

( (x

)x

(xqb2

)x

)

Page 2090: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1225

( (x

)x qb

1(x

)x

)

Page 2091: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1226

( (x

)xqb2

(x

)x

)

Page 2092: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1227

( (x qb

1)x

(x

)x

)

Page 2093: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1228

((xqb2

)x

(x

)x

)

Page 2094: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1229

( qb1

(x

)x

(x

)x

)

Page 2095: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1230

(

qb2

(x

)x

(x

)x

)

Page 2096: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1231

qb1

( (x

)x

(x

)x

)

Page 2097: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1232

qb0,3

( (x

)x

(x

)x

)

Page 2098: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1233

(

qb0,4

(x

)x

(x

)x

)

Page 2099: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1234

( qb0,3

(x

)x

(x

)x

)

Page 2100: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1235

((x

q0,3

)x

(x

)x

)

Page 2101: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1236

( q0,4(x

)x

(x

)x

)

Page 2102: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1237

(q0,3

(x

)x

(x

)x

)

Page 2103: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1238

q0,4 ( (x

)x

(x

)x

)

Page 2104: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1239

q2 ( (x

)x

(x

)x

)

Page 2105: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1240

(q1

(x

)x

(x

)x

)

Page 2106: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1241

( q2(x

)x

(x

)x

)

Page 2107: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1242

((

qb4

)x

(x

)x

)

Page 2108: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1243

( ( qb3

)x

(x

)x

)

Page 2109: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1244

( ()

qb2

(x

)x

)

Page 2110: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1245

( ( qb1

) (x

)x

)

Page 2111: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1246

((

qb2

) (x

)x

)

Page 2112: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1247

( qb1

( ) (x

)x

)

Page 2113: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1248

(

qb2

( ) (x

)x

)

Page 2114: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1249

qb1

( ( ) (x

)x

)

Page 2115: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1250

qb0,3

( ( ) (x

)x

)

Page 2116: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1251

(

qb0,4

( ) (x

)x

)

Page 2117: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1252

( qb0,3

( ) (x

)x

)

Page 2118: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1253

((

qb0,4

) (x

)x

)

Page 2119: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1254

( ( qb0,3

) (x

)x

)

Page 2120: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1255

( ()

qb0,4

(x

)x

)

Page 2121: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1256

( ( ) qb0,3

(x

)x

)

Page 2122: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1257

( ( )(x

q0,3

)x

)

Page 2123: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1258

( ( ) q0,4(x

)x

)

Page 2124: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1259

( ( )q0,3

(x

)x

)

Page 2125: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1260

( ( q0,4 ) (x

)x

)

Page 2126: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1261

( (q0,3

) (x

)x

)

Page 2127: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1262

( q0,4 ( ) (x

)x

)

Page 2128: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1263

(q0,3

( ) (x

)x

)

Page 2129: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1264

q0,4 ( ( ) (x

)x

)

Page 2130: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1265

q2 ( ( ) (x

)x

)

Page 2131: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1266

(q1

( ) (x

)x

)

Page 2132: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1267

( q2 ( ) (x

)x

)

Page 2133: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1268

( (q1

) (x

)x

)

Page 2134: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1269

( ( q2 ) (x

)x

)

Page 2135: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1270

( ()xqb4

(x

)x

)

Page 2136: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1271

( ( )x qb

3(x

)x

)

Page 2137: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1272

( ( )x

(xqb4

)x

)

Page 2138: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1273

( ( )x

(x qb

3)x

)

Page 2139: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1274

( ( )x

(x

)

qb2

)

Page 2140: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1275

( ( )x

(x qb

1) )

Page 2141: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1276

( ( )x

(xqb2

) )

Page 2142: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1277

( ( )x qb

1(x

) )

Page 2143: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1278

( ()xqb2

(x

) )

Page 2144: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1279

( ( qb1

)x

(x

) )

Page 2145: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1280

((

qb2

)x

(x

) )

Page 2146: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1281

( qb1

( )x

(x

) )

Page 2147: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1282

(

qb2

( )x

(x

) )

Page 2148: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1283

qb1

( ( )x

(x

) )

Page 2149: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1284

qb0,3

( ( )x

(x

) )

Page 2150: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1285

(

qb0,4

( )x

(x

) )

Page 2151: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1286

( qb0,3

( )x

(x

) )

Page 2152: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1287

((

qb0,4

)x

(x

) )

Page 2153: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1288

( ( qb0,3

)x

(x

) )

Page 2154: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1289

( ()x

q0,3

(x

) )

Page 2155: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1290

( ( q0,4)x

(x

) )

Page 2156: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1291

( (q0,3

)x

(x

) )

Page 2157: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1292

( q0,4 ( )x

(x

) )

Page 2158: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1293

(q0,3

( )x

(x

) )

Page 2159: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1294

q0,4 ( ( )x

(x

) )

Page 2160: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1295

q2 ( ( )x

(x

) )

Page 2161: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1296

(q1

( )x

(x

) )

Page 2162: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1297

( q2 ( )x

(x

) )

Page 2163: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1298

( (q1

)x

(x

) )

Page 2164: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1299

( ( q2)x

(x

) )

Page 2165: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1300

( ()xq1

(x

) )

Page 2166: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1301

( ( )x

q2(x

) )

Page 2167: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1302

( ( )x

(

qb4

) )

Page 2168: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1303

( ( )x

( qb3

) )

Page 2169: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1304

( ( )x

( )q3

)

Page 2170: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1305

( ( )x

( q4 ) )

Page 2171: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1306

( ( )x

(xq1

) )

Page 2172: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1307

( ( )x

(x

q2 ) )

Page 2173: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1308

( ( )x

(x

)xqb4

)

Page 2174: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1309

( ( )x

(x

)x qb

3)

Page 2175: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1310

( ( )x

(x

)x

)q3

Page 2176: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1311

( ( )x

(x

)x

q4 )

Page 2177: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1312

( ( )x

(x

)xq3

)

Page 2178: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1313

( ( )x

(x

q4)x

)

Page 2179: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1314

( ( )x

(xq3

)x

)

Page 2180: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1315

( ( )x

q4(x

)x

)

Page 2181: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1316

( ()xq3

(x

)x

)

Page 2182: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1317

( ( q4)x

(x

)x

)

Page 2183: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1318

((xq1

)x

(x

)x

)

Page 2184: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1319

( (x

q2)x

(x

)x

)

Page 2185: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1320

( (x

)xq1

(x

)x

)

Page 2186: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1321

( (x

)x

q2(x

)x

)

Page 2187: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1322

( (x

)x

(

qb4

)x

)

Page 2188: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1323

( (x

)x

( qb3

)x

)

Page 2189: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1324

( (x

)x

()

qb2

)

Page 2190: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1325

( (x

)x

( qb1

) )

Page 2191: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1326

( (x

)x

(

qb2

) )

Page 2192: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1327

( (x

)x qb

1( ) )

Page 2193: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1328

( (x

)xqb2

( ) )

Page 2194: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1329

( (x qb

1)x

( ) )

Page 2195: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1330

((xqb2

)x

( ) )

Page 2196: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1331

( qb1

(x

)x

( ) )

Page 2197: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1332

(

qb2

(x

)x

( ) )

Page 2198: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1333

qb1

( (x

)x

( ) )

Page 2199: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1334

qb0,3

( (x

)x

( ) )

Page 2200: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1335

(

qb0,4

(x

)x

( ) )

Page 2201: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1336

( qb0,3

(x

)x

( ) )

Page 2202: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1337

((x

q0,3

)x

( ) )

Page 2203: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1338

( q0,4(x

)x

( ) )

Page 2204: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1339

(q0,3

(x

)x

( ) )

Page 2205: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1340

q0,4 ( (x

)x

( ) )

Page 2206: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1341

q2 ( (x

)x

( ) )

Page 2207: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1342

(q1

(x

)x

( ) )

Page 2208: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1343

( q2(x

)x

( ) )

Page 2209: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1344

((

qb4

)x

( ) )

Page 2210: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1345

( ( qb3

)x

( ) )

Page 2211: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1346

( ()

qb2

( ) )

Page 2212: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1347

( ( qb1

) ( ) )

Page 2213: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1348

((

qb2

) ( ) )

Page 2214: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1349

( qb1

( ) ( ) )

Page 2215: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1350

(

qb2

( ) ( ) )

Page 2216: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1351

qb1

( ( ) ( ) )

Page 2217: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1352

qb0,3

( ( ) ( ) )

Page 2218: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1353

(

qb0,4

( ) ( ) )

Page 2219: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1354

( qb0,3

( ) ( ) )

Page 2220: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1355

((

qb0,4

) ( ) )

Page 2221: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1356

( ( qb0,3

) ( ) )

Page 2222: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1357

( ()

qb0,4

( ) )

Page 2223: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1358

( ( ) qb0,3

( ) )

Page 2224: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1359

( ( )(

qb0,4

) )

Page 2225: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1360

( ( ) ( qb0,3

) )

Page 2226: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1361

( ( ) ()

qb0,4

)

Page 2227: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1362

( ( ) ( ) qb0,3

)

Page 2228: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1363

( ( ) ( ))

qb0,4

Page 2229: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1364

( ( ) ( ) ) qb0,3

Page 2230: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1365

( ( ) ( ) ) qb0,1

Page 2231: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1366

( ( ) ( ))

qb0,2

Page 2232: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1367

( ( ) ( ) qb0,1

)

Page 2233: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1368

( ( ) ()

qb0,2

)

Page 2234: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1369

( ( ) ( qb0,1

) )

Page 2235: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1370

( ( )(

qb0,2

) )

Page 2236: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1371

( ( ) qb0,1

( ) )

Page 2237: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1372

( ()

qb0,2

( ) )

Page 2238: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1373

( ( qb0,1

) ( ) )

Page 2239: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1374

((

qb0,2

) ( ) )

Page 2240: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1375

( qb0,1

( ) ( ) )

Page 2241: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1376

(

qb0,2

( ) ( ) )

Page 2242: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1377

qb0,1

( ( ) ( ) )

Page 2243: Language Recognition by Reversible Partitioned Cellular

RPCA that accepts all well-formed parentheses

t = 1378

q0,2 ( ( ) ( ) )

It comes back to the initial configuration

Page 2244: Language Recognition by Reversible Partitioned Cellular

A4. RPIA

39

Page 2245: Language Recognition by Reversible Partitioned Cellular

Iterative Array Acceptor

• An input word a1a2 · · · an is given serially.

• It uses only n cells (i.e., the space is bounded).

• If the cell at the position 1 enters an accepting

state, we say the CA accepts the input.1 2 · · · · n n + 1

t = 0 q q · · · · q #

a1 a2 · · · an �

t = 1 x11

q · · · · q #

a2 · · · an �...

t = t1 xt11 xt1

2 · · · · xt1n #

40

Page 2246: Language Recognition by Reversible Partitioned Cellular

Partitioned Iterative Array (PIA)

• An input word a1a2 · · · an is given serially.

• It uses n + 2 cells.

• If the left part of the 1-st cell enters an accepting

state, we say the PCA accepts the input.0 1 2 · · n n + 1

t = 0 B

� a1 a2 · · · an �

t = 1 B r10

a1 a2 · · · an �

t = 2 B r20 l21 c2

1 r21

a2 · · · an � ...

t = t1 B rt10 lt11 ct1

1 rt11 lt12 ct1

2 rt12 · · · · · · lt1n ct1

n rt1n lt1n+1

41

Page 2247: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 0

� ) ) ( ) ( ( � B

Page 2248: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 1

� ) ) ( ) ( ( B ∗

Page 2249: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 2

� ) ) ( ) ( B ( ∗

Page 2250: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 3

� ) ) ( ) B ( ( ∗

Page 2251: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 4

� ) ) ( B ) ( ( ∗

Page 2252: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 5

� ) ) B ( ( ) ( ∗

Page 2253: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 6

� ) B ) ( ( ( ) ∗

Page 2254: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 7

� B ) ( ) ( ( ) ∗

Page 2255: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 8

B � ( ) ( ) ) ( ∗

Page 2256: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 9

B ( � ( ) ) ) ( ∗

Page 2257: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 10

B ( ( � ) ) ( ) ∗

Page 2258: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 11

B ( ( ) � ( ) ) ∗

Page 2259: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 12

B ( ( ) ( � ) ) ∗

Page 2260: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 13

B ( ( ) ( ) � ) ∗

Page 2261: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 14

B ( ( ) ( ) ) � ∗

Page 2262: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 15

B ( ( ) ( ) ) ∗ B

Page 2263: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 16

B ( ( ) ( ) ∗ ) B

Page 2264: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 17

B ( ( ) ( ∗ ) ) B

Page 2265: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 18

B ( ( ) ∗ ( ) ) B

Page 2266: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 19

B ( ( ∗ ) ( ) ) B

Page 2267: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 20

B ( ∗ ( ) ( ) ) B

Page 2268: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 21

B ∗ ( ( ) ( ) ) B

Page 2269: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 22

B q0,2 ( ( ) ( ) ) B

It starts to simulate RPCA

Page 2270: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 23

B(

q0,1( ) ( ) ) B

Page 2271: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 24

B ( q0,2 ( ) ( ) ) B

Page 2272: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 25

B ( (q0,1

) ( ) ) B

Page 2273: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 26

B ( ( q0,2 ) ( ) ) B

Page 2274: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 27

B ( ( )q0,1

( ) ) B

Page 2275: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 28

B ( ( ) q0,2 ( ) ) B

Page 2276: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 29

B ( ( ) (q0,1

) ) B

Page 2277: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 30

B ( ( ) ( q0,2 ) ) B

Page 2278: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 31

B ( ( ) ( )q0,1

) B

Page 2279: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 32

B ( ( ) ( ) q0,2 ) B

Page 2280: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 33

B ( ( ) ( ) )q0,1

B

Page 2281: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 34

B ( ( ) ( ) ) q0,2 B

Page 2282: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 35

B ( ( ) ( ) ) q0,4 B

Page 2283: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 36

B ( ( ) ( ) )q0,3

B

Page 2284: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 37

B ( ( ) ( ) q0,4 ) B

Page 2285: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 38

B ( ( ) ( )q0,3

) B

Page 2286: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 39

B ( ( ) ( q0,4 ) ) B

Page 2287: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 40

B ( ( ) (q0,3

) ) B

Page 2288: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 41

B ( ( ) q0,4 ( ) ) B

Page 2289: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 42

B ( ( )q0,3

( ) ) B

Page 2290: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 43

B ( ( q0,4 ) ( ) ) B

Page 2291: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 44

B ( (q0,3

) ( ) ) B

Page 2292: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 45

B ( q0,4 ( ) ( ) ) B

Page 2293: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 46

B(

q0,3( ) ( ) ) B

Page 2294: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 47

B q0,4 ( ( ) ( ) ) B

Page 2295: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 48

B q2 ( ( ) ( ) ) B

Page 2296: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 49

B(q1

( ) ( ) ) B

Page 2297: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 50

B ( q2 ( ) ( ) ) B

Page 2298: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 51

B ( (q1

) ( ) ) B

Page 2299: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 52

B ( ( q2 ) ( ) ) B

Page 2300: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 53

B ( ()xqb4

( ) ) B

Page 2301: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 54

B ( ( )x qb

3( ) ) B

Page 2302: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 55

B ( ( )x

(q3

) ) B

Page 2303: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 56

B ( ( )x

q4 ( ) ) B

Page 2304: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 57

B ( ()xq3

( ) ) B

Page 2305: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 58

B ( ( q4)x

( ) ) B

Page 2306: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 59

B ((xq1

)x

( ) ) B

Page 2307: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 60

B ( (x

q2)x

( ) ) B

Page 2308: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 61

B ( (x

)xq1

( ) ) B

Page 2309: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 62

B ( (x

)x

q2 ( ) ) B

Page 2310: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 63

B ( (x

)x

(q1

) ) B

Page 2311: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 64

B ( (x

)x

( q2 ) ) B

Page 2312: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 65

B ( (x

)x

()xqb4

) B

Page 2313: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 66

B ( (x

)x

( )x qb

3) B

Page 2314: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 67

B ( (x

)x

( )x

)q3

B

Page 2315: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 68

B ( (x

)x

( )x

q4 ) B

Page 2316: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 69

B ( (x

)x

()xq3

) B

Page 2317: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 70

B ( (x

)x

( q4)x

) B

Page 2318: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 71

B ( (x

)x

(xq1

)x

) B

Page 2319: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 72

B ( (x

)x

(x

q2)x

) B

Page 2320: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 73

B ( (x

)x

(x

)xq1

) B

Page 2321: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 74

B ( (x

)x

(x

)x

q2 ) B

Page 2322: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 75

B ( (x

)x

(x

)x

)xqb4

B

Page 2323: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 76

B ( (x

)x

(x

)x

)x qb

3 B

Page 2324: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 77

B ( (x

)x

(x

)x

)x

q4 B

Page 2325: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 78

B ( (x

)x

(x

)x

)xq3

B

Page 2326: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 79

B ( (x

)x

(x

)x

q4)x B

Page 2327: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 80

B ( (x

)x

(x

)xq3

)x B

Page 2328: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 81

B ( (x

)x

(x

q4)x

)x B

Page 2329: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 82

B ( (x

)x

(xq3

)x

)x B

Page 2330: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 83

B ( (x

)x

q4(x

)x

)x B

Page 2331: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 84

B ( (x

)xq3

(x

)x

)x B

Page 2332: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 85

B ( (x

q4)x

(x

)x

)x B

Page 2333: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 86

B ((xq3

)x

(x

)x

)x B

Page 2334: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 87

B ( q4(x

)x

(x

)x

)x B

Page 2335: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 88

B(xq1

(x

)x

(x

)x

)x B

Page 2336: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 89

B (x

q2(x

)x

(x

)x

)x B

Page 2337: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 90

B (x

(

qb4

)x

(x

)x

)x B

Page 2338: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 91

B (x

( qb3

)x

(x

)x

)x B

Page 2339: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 92

B (x

()

qb2

(x

)x

)x B

Page 2340: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 93

B (x

( qb1

) (x

)x

)x B

Page 2341: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 94

B (x

(

qb2

) (x

)x

)x B

Page 2342: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 95

B (x qb

1( ) (

x)x

)x B

Page 2343: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 96

B(xqb2

( ) (x

)x

)x B

Page 2344: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 97

B qb1

(x

( ) (x

)x

)x B

Page 2345: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 98

B qb0,3

(x

( ) (x

)x

)x B

Page 2346: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 99

B(x

q0,3

( ) (x

)x

)x B

Page 2347: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 100

B q0,4(x

( ) (x

)x

)x B

Page 2348: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 101

B q2(x

( ) (x

)x

)x B

Page 2349: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 102

B(

qb4

( ) (x

)x

)x B

Page 2350: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 103

B ( qb3

( ) (x

)x

)x B

Page 2351: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 104

B ( (q3

) (x

)x

)x B

Page 2352: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 105

B ( q4 ( ) (x

)x

)x B

Page 2353: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 106

B(xq1

( ) (x

)x

)x B

Page 2354: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 107

B (x

q2 ( ) (x

)x

)x B

Page 2355: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 108

B (x

(q1

) (x

)x

)x B

Page 2356: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 109

B (x

( q2 ) (x

)x

)x B

Page 2357: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 110

B (x

()xqb4

(x

)x

)x B

Page 2358: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 111

B (x

( )x qb

3(x

)x

)x B

Page 2359: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 112

B (x

( )x

(xqb4

)x

)x B

Page 2360: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 113

B (x

( )x

(x qb

3)x

)x B

Page 2361: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 114

B (x

( )x

(x

)

qb2

)x B

Page 2362: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 115

B (x

( )x

(x qb

1) )

x B

Page 2363: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 116

B (x

( )x

(xqb2

) )x B

Page 2364: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 117

B (x

( )x qb

1(x

) )x B

Page 2365: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 118

B (x

()xqb2

(x

) )x B

Page 2366: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 119

B (x

( qb1

)x

(x

) )x B

Page 2367: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 120

B (x

(

qb2

)x

(x

) )x B

Page 2368: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 121

B (x qb

1( )

x(x

) )x B

Page 2369: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 122

B(xqb2

( )x

(x

) )x B

Page 2370: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 123

B qb1

(x

( )x

(x

) )x B

Page 2371: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 124

B qb0,3

(x

( )x

(x

) )x B

Page 2372: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 125

B(x

q0,3

( )x

(x

) )x B

Page 2373: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 126

B q0,4(x

( )x

(x

) )x B

Page 2374: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 127

B q2(x

( )x

(x

) )x B

Page 2375: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 128

B(

qb4

( )x

(x

) )x B

Page 2376: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 129

B ( qb3

( )x

(x

) )x B

Page 2377: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 130

B ( (q3

)x

(x

) )x B

Page 2378: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 131

B ( q4 ( )x

(x

) )x B

Page 2379: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 132

B(xq1

( )x

(x

) )x B

Page 2380: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 133

B (x

q2 ( )x

(x

) )x B

Page 2381: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 134

B (x

(q1

)x

(x

) )x B

Page 2382: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 135

B (x

( q2)x

(x

) )x B

Page 2383: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 136

B (x

()xq1

(x

) )x B

Page 2384: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 137

B (x

( )x

q2(x

) )x B

Page 2385: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 138

B (x

( )x

(

qb4

) )x B

Page 2386: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 139

B (x

( )x

( qb3

) )x B

Page 2387: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 140

B (x

( )x

( )q3

)x B

Page 2388: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 141

B (x

( )x

( q4 ) )x B

Page 2389: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 142

B (x

( )x

(xq1

) )x B

Page 2390: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 143

B (x

( )x

(x

q2 ) )x B

Page 2391: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 144

B (x

( )x

(x

)xqb4

)x B

Page 2392: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 145

B (x

( )x

(x

)x qb

3)x B

Page 2393: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 146

B (x

( )x

(x

)x

)

qb2

B

Page 2394: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 147

B (x

( )x

(x

)x qb

1) B

Page 2395: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 148

B (x

( )x

(x

)xqb2

) B

Page 2396: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 149

B (x

( )x

(x qb

1)x

) B

Page 2397: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 150

B (x

( )x

(xqb2

)x

) B

Page 2398: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 151

B (x

( )x qb

1(x

)x

) B

Page 2399: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 152

B (x

()xqb2

(x

)x

) B

Page 2400: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 153

B (x

( qb1

)x

(x

)x

) B

Page 2401: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 154

B (x

(

qb2

)x

(x

)x

) B

Page 2402: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 155

B (x qb

1( )

x(x

)x

) B

Page 2403: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 156

B(xqb2

( )x

(x

)x

) B

Page 2404: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 157

B qb1

(x

( )x

(x

)x

) B

Page 2405: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 158

B qb0,3

(x

( )x

(x

)x

) B

Page 2406: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 159

B(x

q0,3

( )x

(x

)x

) B

Page 2407: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 160

B q0,4(x

( )x

(x

)x

) B

Page 2408: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 161

B q2(x

( )x

(x

)x

) B

Page 2409: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 162

B(

qb4

( )x

(x

)x

) B

Page 2410: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 163

B ( qb3

( )x

(x

)x

) B

Page 2411: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 164

B ( (q3

)x

(x

)x

) B

Page 2412: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 165

B ( q4 ( )x

(x

)x

) B

Page 2413: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 166

B(xq1

( )x

(x

)x

) B

Page 2414: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 167

B (x

q2 ( )x

(x

)x

) B

Page 2415: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 168

B (x

(q1

)x

(x

)x

) B

Page 2416: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 169

B (x

( q2)x

(x

)x

) B

Page 2417: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 170

B (x

()xq1

(x

)x

) B

Page 2418: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 171

B (x

( )x

q2(x

)x

) B

Page 2419: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 172

B (x

( )x

(

qb4

)x

) B

Page 2420: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 173

B (x

( )x

( qb3

)x

) B

Page 2421: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 174

B (x

( )x

()

qb2

) B

Page 2422: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 175

B (x

( )x

( qb1

) ) B

Page 2423: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 176

B (x

( )x

(

qb2

) ) B

Page 2424: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 177

B (x

( )x qb

1( ) ) B

Page 2425: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 178

B (x

()xqb2

( ) ) B

Page 2426: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 179

B (x

( qb1

)x

( ) ) B

Page 2427: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 180

B (x

(

qb2

)x

( ) ) B

Page 2428: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 181

B (x qb

1( )

x( ) ) B

Page 2429: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 182

B(xqb2

( )x

( ) ) B

Page 2430: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 183

B qb1

(x

( )x

( ) ) B

Page 2431: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 184

B qb0,3

(x

( )x

( ) ) B

Page 2432: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 185

B(x

q0,3

( )x

( ) ) B

Page 2433: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 186

B q0,4(x

( )x

( ) ) B

Page 2434: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 187

B q2(x

( )x

( ) ) B

Page 2435: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 188

B(

qb4

( )x

( ) ) B

Page 2436: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 189

B ( qb3

( )x

( ) ) B

Page 2437: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 190

B ( (q3

)x

( ) ) B

Page 2438: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 191

B ( q4 ( )x

( ) ) B

Page 2439: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 192

B(xq1

( )x

( ) ) B

Page 2440: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 193

B (x

q2 ( )x

( ) ) B

Page 2441: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 194

B (x

(q1

)x

( ) ) B

Page 2442: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 195

B (x

( q2)x

( ) ) B

Page 2443: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 196

B (x

()xq1

( ) ) B

Page 2444: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 197

B (x

( )x

q2 ( ) ) B

Page 2445: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 198

B (x

( )x

(q1

) ) B

Page 2446: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 199

B (x

( )x

( q2 ) ) B

Page 2447: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 200

B (x

( )x

()xqb4

) B

Page 2448: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 201

B (x

( )x

( )x qb

3) B

Page 2449: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 202

B (x

( )x

( )x

)q3

B

Page 2450: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 203

B (x

( )x

( )x

q4 ) B

Page 2451: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 204

B (x

( )x

()xq3

) B

Page 2452: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 205

B (x

( )x

( q4)x

) B

Page 2453: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 206

B (x

( )x

(xq1

)x

) B

Page 2454: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 207

B (x

( )x

(x

q2)x

) B

Page 2455: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 208

B (x

( )x

(x

)xq1

) B

Page 2456: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 209

B (x

( )x

(x

)x

q2 ) B

Page 2457: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 210

B (x

( )x

(x

)x

)xqb4

B

Page 2458: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 211

B (x

( )x

(x

)x

)x qb

3 B

Page 2459: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 212

B (x

( )x

(x

)x

)x

q4 B

Page 2460: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 213

B (x

( )x

(x

)x

)xq3

B

Page 2461: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 214

B (x

( )x

(x

)x

q4)x B

Page 2462: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 215

B (x

( )x

(x

)xq3

)x B

Page 2463: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 216

B (x

( )x

(x

q4)x

)x B

Page 2464: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 217

B (x

( )x

(xq3

)x

)x B

Page 2465: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 218

B (x

( )x

q4(x

)x

)x B

Page 2466: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 219

B (x

()xq3

(x

)x

)x B

Page 2467: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 220

B (x

( q4)x

(x

)x

)x B

Page 2468: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 221

B (x

(xq1

)x

(x

)x

)x B

Page 2469: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 222

B (x

(x

q2)x

(x

)x

)x B

Page 2470: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 223

B (x

(x

)xq1

(x

)x

)x B

Page 2471: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 224

B (x

(x

)x

q2(x

)x

)x B

Page 2472: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 225

B (x

(x

)x

(

qb4

)x

)x B

Page 2473: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 226

B (x

(x

)x

( qb3

)x

)x B

Page 2474: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 227

B (x

(x

)x

()

qb2

)x B

Page 2475: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 228

B (x

(x

)x

( qb1

) )x B

Page 2476: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 229

B (x

(x

)x

(

qb2

) )x B

Page 2477: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 230

B (x

(x

)x qb

1( ) )

x B

Page 2478: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 231

B (x

(x

)xqb2

( ) )x B

Page 2479: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 232

B (x

(x qb

1)x

( ) )x B

Page 2480: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 233

B (x

(xqb2

)x

( ) )x B

Page 2481: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 234

B (x qb

1(x

)x

( ) )x B

Page 2482: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 235

B(xqb2

(x

)x

( ) )x B

Page 2483: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 236

B qb1

(x

(x

)x

( ) )x B

Page 2484: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 237

B qb0,3

(x

(x

)x

( ) )x B

Page 2485: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 238

B(x

q0,3

(x

)x

( ) )x B

Page 2486: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 239

B q0,4(x

(x

)x

( ) )x B

Page 2487: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 240

B q2(x

(x

)x

( ) )x B

Page 2488: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 241

B(

qb4

(x

)x

( ) )x B

Page 2489: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 242

B ( qb3

(x

)x

( ) )x B

Page 2490: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 243

B ((xqb4

)x

( ) )x B

Page 2491: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 244

B ( (x qb

3)x

( ) )x B

Page 2492: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 245

B ( (x

)

qb2

( ) )x B

Page 2493: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 246

B ( (x qb

1) ( ) )

x B

Page 2494: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 247

B ((xqb2

) ( ) )x B

Page 2495: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 248

B ( qb1

(x

) ( ) )x B

Page 2496: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 249

B(

qb2

(x

) ( ) )x B

Page 2497: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 250

B qb1

( (x

) ( ) )x B

Page 2498: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 251

B qb0,3

( (x

) ( ) )x B

Page 2499: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 252

B(

qb0,4

(x

) ( ) )x B

Page 2500: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 253

B ( qb0,3

(x

) ( ) )x B

Page 2501: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 254

B ((x

q0,3

) ( ) )x B

Page 2502: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 255

B ( q0,4(x

) ( ) )x B

Page 2503: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 256

B(

q0,3

(x

) ( ) )x B

Page 2504: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 257

B q0,4 ( (x

) ( ) )x B

Page 2505: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 258

B q2 ( (x

) ( ) )x B

Page 2506: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 259

B(q1

(x

) ( ) )x B

Page 2507: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 260

B ( q2(x

) ( ) )x B

Page 2508: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 261

B ((

qb4

) ( ) )x B

Page 2509: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 262

B ( ( qb3

) ( ) )x B

Page 2510: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 263

B ( ( )q3

( ) )x B

Page 2511: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 264

B ( ( q4 ) ( ) )x B

Page 2512: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 265

B ((xq1

) ( ) )x B

Page 2513: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 266

B ( (x

q2 ) ( ) )x B

Page 2514: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 267

B ( (x

)xqb4

( ) )x B

Page 2515: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 268

B ( (x

)x qb

3( ) )

x B

Page 2516: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 269

B ( (x

)x

(q3

) )x B

Page 2517: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 270

B ( (x

)x

q4 ( ) )x B

Page 2518: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 271

B ( (x

)xq3

( ) )x B

Page 2519: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 272

B ( (x

q4)x

( ) )x B

Page 2520: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 273

B ((xq3

)x

( ) )x B

Page 2521: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 274

B ( q4(x

)x

( ) )x B

Page 2522: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 275

B(xq1

(x

)x

( ) )x B

Page 2523: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 276

B (x

q2(x

)x

( ) )x B

Page 2524: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 277

B (x

(

qb4

)x

( ) )x B

Page 2525: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 278

B (x

( qb3

)x

( ) )x B

Page 2526: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 279

B (x

()

qb2

( ) )x B

Page 2527: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 280

B (x

( qb1

) ( ) )x B

Page 2528: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 281

B (x

(

qb2

) ( ) )x B

Page 2529: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 282

B (x qb

1( ) ( ) )

x B

Page 2530: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 283

B(xqb2

( ) ( ) )x B

Page 2531: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 284

B qb1

(x

( ) ( ) )x B

Page 2532: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 285

B qb0,3

(x

( ) ( ) )x B

Page 2533: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 286

B(x

q0,3

( ) ( ) )x B

Page 2534: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 287

B q0,4(x

( ) ( ) )x B

Page 2535: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 288

B q2(x

( ) ( ) )x B

Page 2536: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 289

B(

qb4

( ) ( ) )x B

Page 2537: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 290

B ( qb3

( ) ( ) )x B

Page 2538: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 291

B ( (q3

) ( ) )x B

Page 2539: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 292

B ( q4 ( ) ( ) )x B

Page 2540: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 293

B(xq1

( ) ( ) )x B

Page 2541: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 294

B (x

q2 ( ) ( ) )x B

Page 2542: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 295

B (x

(q1

) ( ) )x B

Page 2543: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 296

B (x

( q2 ) ( ) )x B

Page 2544: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 297

B (x

()xqb4

( ) )x B

Page 2545: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 298

B (x

( )x qb

3( ) )

x B

Page 2546: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 299

B (x

( )x

(q3

) )x B

Page 2547: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 300

B (x

( )x

q4 ( ) )x B

Page 2548: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 301

B (x

()xq3

( ) )x B

Page 2549: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 302

B (x

( q4)x

( ) )x B

Page 2550: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 303

B (x

(xq1

)x

( ) )x B

Page 2551: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 304

B (x

(x

q2)x

( ) )x B

Page 2552: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 305

B (x

(x

)xq1

( ) )x B

Page 2553: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 306

B (x

(x

)x

q2 ( ) )x B

Page 2554: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 307

B (x

(x

)x

(q1

) )x B

Page 2555: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 308

B (x

(x

)x

( q2 ) )x B

Page 2556: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 309

B (x

(x

)x

()xqb4

)x B

Page 2557: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 310

B (x

(x

)x

( )x qb

3)x B

Page 2558: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 311

B (x

(x

)x

( )x

)

qb2

B

Page 2559: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 312

B (x

(x

)x

( )x qb

1) B

Page 2560: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 313

B (x

(x

)x

()xqb2

) B

Page 2561: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 314

B (x

(x

)x

( qb1

)x

) B

Page 2562: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 315

B (x

(x

)x

(

qb2

)x

) B

Page 2563: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 316

B (x

(x

)x qb

1( )

x) B

Page 2564: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 317

B (x

(x

)xqb2

( )x

) B

Page 2565: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 318

B (x

(x qb

1)x

( )x

) B

Page 2566: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 319

B (x

(xqb2

)x

( )x

) B

Page 2567: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 320

B (x qb

1(x

)x

( )x

) B

Page 2568: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 321

B(xqb2

(x

)x

( )x

) B

Page 2569: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 322

B qb1

(x

(x

)x

( )x

) B

Page 2570: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 323

B qb0,3

(x

(x

)x

( )x

) B

Page 2571: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 324

B(x

q0,3

(x

)x

( )x

) B

Page 2572: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 325

B q0,4(x

(x

)x

( )x

) B

Page 2573: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 326

B q2(x

(x

)x

( )x

) B

Page 2574: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 327

B(

qb4

(x

)x

( )x

) B

Page 2575: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 328

B ( qb3

(x

)x

( )x

) B

Page 2576: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 329

B ((xqb4

)x

( )x

) B

Page 2577: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 330

B ( (x qb

3)x

( )x

) B

Page 2578: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 331

B ( (x

)

qb2

( )x

) B

Page 2579: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 332

B ( (x qb

1) ( )

x) B

Page 2580: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 333

B ((xqb2

) ( )x

) B

Page 2581: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 334

B ( qb1

(x

) ( )x

) B

Page 2582: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 335

B(

qb2

(x

) ( )x

) B

Page 2583: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 336

B qb1

( (x

) ( )x

) B

Page 2584: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 337

B qb0,3

( (x

) ( )x

) B

Page 2585: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 338

B(

qb0,4

(x

) ( )x

) B

Page 2586: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 339

B ( qb0,3

(x

) ( )x

) B

Page 2587: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 340

B ((x

q0,3

) ( )x

) B

Page 2588: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 341

B ( q0,4(x

) ( )x

) B

Page 2589: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 342

B(

q0,3

(x

) ( )x

) B

Page 2590: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 343

B q0,4 ( (x

) ( )x

) B

Page 2591: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 344

B q2 ( (x

) ( )x

) B

Page 2592: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 345

B(q1

(x

) ( )x

) B

Page 2593: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 346

B ( q2(x

) ( )x

) B

Page 2594: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 347

B ((

qb4

) ( )x

) B

Page 2595: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 348

B ( ( qb3

) ( )x

) B

Page 2596: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 349

B ( ( )q3

( )x

) B

Page 2597: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 350

B ( ( q4 ) ( )x

) B

Page 2598: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 351

B ((xq1

) ( )x

) B

Page 2599: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 352

B ( (x

q2 ) ( )x

) B

Page 2600: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 353

B ( (x

)xqb4

( )x

) B

Page 2601: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 354

B ( (x

)x qb

3( )

x) B

Page 2602: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 355

B ( (x

)x

(q3

)x

) B

Page 2603: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 356

B ( (x

)x

q4 ( )x

) B

Page 2604: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 357

B ( (x

)xq3

( )x

) B

Page 2605: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 358

B ( (x

q4)x

( )x

) B

Page 2606: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 359

B ((xq3

)x

( )x

) B

Page 2607: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 360

B ( q4(x

)x

( )x

) B

Page 2608: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 361

B(xq1

(x

)x

( )x

) B

Page 2609: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 362

B (x

q2(x

)x

( )x

) B

Page 2610: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 363

B (x

(

qb4

)x

( )x

) B

Page 2611: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 364

B (x

( qb3

)x

( )x

) B

Page 2612: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 365

B (x

()

qb2

( )x

) B

Page 2613: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 366

B (x

( qb1

) ( )x

) B

Page 2614: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 367

B (x

(

qb2

) ( )x

) B

Page 2615: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 368

B (x qb

1( ) ( )

x) B

Page 2616: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 369

B(xqb2

( ) ( )x

) B

Page 2617: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 370

B qb1

(x

( ) ( )x

) B

Page 2618: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 371

B qb0,3

(x

( ) ( )x

) B

Page 2619: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 372

B(x

q0,3

( ) ( )x

) B

Page 2620: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 373

B q0,4(x

( ) ( )x

) B

Page 2621: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 374

B q2(x

( ) ( )x

) B

Page 2622: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 375

B(

qb4

( ) ( )x

) B

Page 2623: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 376

B ( qb3

( ) ( )x

) B

Page 2624: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 377

B ( (q3

) ( )x

) B

Page 2625: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 378

B ( q4 ( ) ( )x

) B

Page 2626: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 379

B(xq1

( ) ( )x

) B

Page 2627: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 380

B (x

q2 ( ) ( )x

) B

Page 2628: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 381

B (x

(q1

) ( )x

) B

Page 2629: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 382

B (x

( q2 ) ( )x

) B

Page 2630: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 383

B (x

()xqb4

( )x

) B

Page 2631: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 384

B (x

( )x qb

3( )

x) B

Page 2632: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 385

B (x

( )x

(q3

)x

) B

Page 2633: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 386

B (x

( )x

q4 ( )x

) B

Page 2634: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 387

B (x

()xq3

( )x

) B

Page 2635: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 388

B (x

( q4)x

( )x

) B

Page 2636: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 389

B (x

(xq1

)x

( )x

) B

Page 2637: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 390

B (x

(x

q2)x

( )x

) B

Page 2638: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 391

B (x

(x

)xq1

( )x

) B

Page 2639: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 392

B (x

(x

)x

q2 ( )x

) B

Page 2640: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 393

B (x

(x

)x

(q1

)x

) B

Page 2641: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 394

B (x

(x

)x

( q2)x

) B

Page 2642: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 395

B (x

(x

)x

()xq1

) B

Page 2643: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 396

B (x

(x

)x

( )x

q2 ) B

Page 2644: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 397

B (x

(x

)x

( )x

)xqb4

B

Page 2645: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 398

B (x

(x

)x

( )x

)x qb

3 B

Page 2646: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 399

B (x

(x

)x

( )x

)x

q4 B

Page 2647: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 400

B (x

(x

)x

( )x

)xq3

B

Page 2648: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 401

B (x

(x

)x

( )x

q4)x B

Page 2649: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 402

B (x

(x

)x

()xq3

)x B

Page 2650: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 403

B (x

(x

)x

( q4)x

)x B

Page 2651: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 404

B (x

(x

)x

(xq1

)x

)x B

Page 2652: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 405

B (x

(x

)x

(x

q2)x

)x B

Page 2653: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 406

B (x

(x

)x

(x

)xq1

)x B

Page 2654: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 407

B (x

(x

)x

(x

)x

q2)x B

Page 2655: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 408

B (x

(x

)x

(x

)x

)xq1

B

Page 2656: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 409

B (x

(x

)x

(x

)x

)x

q2 B

Page 2657: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 410

B (x

(x

)x

(x

)x

)x

q6 B

Page 2658: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 411

B (x

(x

)x

(x

)x

)xq5

B

Page 2659: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 412

B (x

(x

)x

(x

)x

q6)x B

Page 2660: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 413

B (x

(x

)x

(x

)xq5

)x B

Page 2661: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 414

B (x

(x

)x

(x

q6)x

)x B

Page 2662: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 415

B (x

(x

)x

(xq5

)x

)x B

Page 2663: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 416

B (x

(x

)x

q6(x

)x

)x B

Page 2664: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 417

B (x

(x

)xq5

(x

)x

)x B

Page 2665: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 418

B (x

(x

q6)x

(x

)x

)x B

Page 2666: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 419

B (x

(xq5

)x

(x

)x

)x B

Page 2667: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 420

B (x

q6(x

)x

(x

)x

)x B

Page 2668: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 421

B(xq5

(x

)x

(x

)x

)x B

Page 2669: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 422

B q6(x

(x

)x

(x

)x

)x B

Page 2670: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 423

B q̂b5

(x

(x

)x

(x

)x

)x B

The simulated DLBA accepts the input

Page 2671: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 424

B(xq̂b6

(x

)x

(x

)x

)x B

Page 2672: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 425

B (x q̂b

5(x

)x

(x

)x

)x B

Page 2673: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 426

B (x

(xq̂b6

)x

(x

)x

)x B

Page 2674: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 427

B (x

(x q̂b

5)x

(x

)x

)x B

Page 2675: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 428

B (x

(x

)xq̂b6

(x

)x

)x B

Page 2676: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 429

B (x

(x

)x q̂b

5(x

)x

)x B

Page 2677: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 430

B (x

(x

)x

(xq̂b6

)x

)x B

Page 2678: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 431

B (x

(x

)x

(x q̂b

5)x

)x B

Page 2679: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 432

B (x

(x

)x

(x

)xq̂b6

)x B

Page 2680: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 433

B (x

(x

)x

(x

)x q̂b

5)x B

Page 2681: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 434

B (x

(x

)x

(x

)x

)xq̂b6

B

Page 2682: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 435

B (x

(x

)x

(x

)x

)x q̂b

5 B

Page 2683: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 436

B (x

(x

)x

(x

)x

)x q̂b

1 B

Page 2684: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 437

B (x

(x

)x

(x

)x

)xq̂b2

B

Page 2685: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 438

B (x

(x

)x

(x

)x q̂b

1)x B

Page 2686: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 439

B (x

(x

)x

(x

)xq̂b2

)x B

Page 2687: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 440

B (x

(x

)x

(x q̂b

1)x

)x B

Page 2688: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 441

B (x

(x

)x

(xq̂b2

)x

)x B

Page 2689: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 442

B (x

(x

)x q̂b

1(x

)x

)x B

Page 2690: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 443

B (x

(x

)xq̂b2

(x

)x

)x B

Page 2691: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 444

B (x

(x q̂b

1)x

(x

)x

)x B

Page 2692: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 445

B (x

(xq̂b2

)x

(x

)x

)x B

Page 2693: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 446

B (x q̂b

1(x

)x

(x

)x

)x B

Page 2694: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 447

B(xq̂b2

(x

)x

(x

)x

)x B

Page 2695: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 448

B q̂b1

(x

(x

)x

(x

)x

)x B

Page 2696: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 449

B q̂b0,3

(x

(x

)x

(x

)x

)x B

Page 2697: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 450

B(x

q̂0,3

(x

)x

(x

)x

)x B

Page 2698: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 451

B q̂0,4(x

(x

)x

(x

)x

)x B

Page 2699: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 452

B q̂2(x

(x

)x

(x

)x

)x B

Page 2700: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 453

B(

q̂b4

(x

)x

(x

)x

)x B

Page 2701: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 454

B ( q̂b3

(x

)x

(x

)x

)x B

Page 2702: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 455

B ((xq̂b4

)x

(x

)x

)x B

Page 2703: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 456

B ( (x q̂b

3)x

(x

)x

)x B

Page 2704: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 457

B ( (x

)

q̂b2

(x

)x

)x B

Page 2705: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 458

B ( (x q̂b

1) (

x)x

)x B

Page 2706: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 459

B ((xq̂b2

) (x

)x

)x B

Page 2707: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 460

B ( q̂b1

(x

) (x

)x

)x B

Page 2708: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 461

B(

q̂b2

(x

) (x

)x

)x B

Page 2709: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 462

B q̂b1

( (x

) (x

)x

)x B

Page 2710: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 463

B q̂b0,3

( (x

) (x

)x

)x B

Page 2711: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 464

B(

q̂b0,4

(x

) (x

)x

)x B

Page 2712: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 465

B ( q̂b0,3

(x

) (x

)x

)x B

Page 2713: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 466

B ((x

q̂0,3

) (x

)x

)x B

Page 2714: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 467

B ( q̂0,4(x

) (x

)x

)x B

Page 2715: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 468

B(

q̂0,3

(x

) (x

)x

)x B

Page 2716: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 469

B q̂0,4 ( (x

) (x

)x

)x B

Page 2717: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 470

B q̂2 ( (x

) (x

)x

)x B

Page 2718: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 471

B(

q̂1

(x

) (x

)x

)x B

Page 2719: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 472

B ( q̂2(x

) (x

)x

)x B

Page 2720: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 473

B ((

q̂b4

) (x

)x

)x B

Page 2721: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 474

B ( ( q̂b3

) (x

)x

)x B

Page 2722: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 475

B ( ( )

q̂3

(x

)x

)x B

Page 2723: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 476

B ( ( q̂4 ) (x

)x

)x B

Page 2724: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 477

B ((xq̂1

) (x

)x

)x B

Page 2725: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 478

B ( (x q̂2 ) (

x)x

)x B

Page 2726: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 479

B ( (x

)xq̂b4

(x

)x

)x B

Page 2727: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 480

B ( (x

)x q̂b

3(x

)x

)x B

Page 2728: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 481

B ( (x

)x

(xq̂b4

)x

)x B

Page 2729: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 482

B ( (x

)x

(x q̂b

3)x

)x B

Page 2730: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 483

B ( (x

)x

(x

)

q̂b2

)x B

Page 2731: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 484

B ( (x

)x

(x q̂b

1) )

x B

Page 2732: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 485

B ( (x

)x

(xq̂b2

) )x B

Page 2733: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 486

B ( (x

)x q̂b

1(x

) )x B

Page 2734: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 487

B ( (x

)xq̂b2

(x

) )x B

Page 2735: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 488

B ( (x q̂b

1)x

(x

) )x B

Page 2736: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 489

B ((xq̂b2

)x

(x

) )x B

Page 2737: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 490

B ( q̂b1

(x

)x

(x

) )x B

Page 2738: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 491

B(

q̂b2

(x

)x

(x

) )x B

Page 2739: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 492

B q̂b1

( (x

)x

(x

) )x B

Page 2740: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 493

B q̂b0,3

( (x

)x

(x

) )x B

Page 2741: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 494

B(

q̂b0,4

(x

)x

(x

) )x B

Page 2742: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 495

B ( q̂b0,3

(x

)x

(x

) )x B

Page 2743: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 496

B ((x

q̂0,3

)x

(x

) )x B

Page 2744: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 497

B ( q̂0,4(x

)x

(x

) )x B

Page 2745: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 498

B(

q̂0,3

(x

)x

(x

) )x B

Page 2746: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 499

B q̂0,4 ( (x

)x

(x

) )x B

Page 2747: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 500

B q̂2 ( (x

)x

(x

) )x B

Page 2748: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 501

B(

q̂1

(x

)x

(x

) )x B

Page 2749: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 502

B ( q̂2(x

)x

(x

) )x B

Page 2750: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 503

B ((

q̂b4

)x

(x

) )x B

Page 2751: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 504

B ( ( q̂b3

)x

(x

) )x B

Page 2752: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 505

B ( ()

q̂b2

(x

) )x B

Page 2753: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 506

B ( ( q̂b1

) (x

) )x B

Page 2754: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 507

B ((

q̂b2

) (x

) )x B

Page 2755: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 508

B ( q̂b1

( ) (x

) )x B

Page 2756: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 509

B(

q̂b2

( ) (x

) )x B

Page 2757: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 510

B q̂b1

( ( ) (x

) )x B

Page 2758: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 511

B q̂b0,3

( ( ) (x

) )x B

Page 2759: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 512

B(

q̂b0,4

( ) (x

) )x B

Page 2760: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 513

B ( q̂b0,3

( ) (x

) )x B

Page 2761: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 514

B ((

q̂b0,4

) (x

) )x B

Page 2762: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 515

B ( ( q̂b0,3

) (x

) )x B

Page 2763: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 516

B ( ()

q̂b0,4

(x

) )x B

Page 2764: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 517

B ( ( ) q̂b0,3

(x

) )x B

Page 2765: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 518

B ( ( )(x

q̂0,3

) )x B

Page 2766: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 519

B ( ( ) q̂0,4(x

) )x B

Page 2767: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 520

B ( ( )

q̂0,3

(x

) )x B

Page 2768: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 521

B ( ( q̂0,4 ) (x

) )x B

Page 2769: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 522

B ( (

q̂0,3

) (x

) )x B

Page 2770: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 523

B ( q̂0,4 ( ) (x

) )x B

Page 2771: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 524

B(

q̂0,3

( ) (x

) )x B

Page 2772: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 525

B q̂0,4 ( ( ) (x

) )x B

Page 2773: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 526

B q̂2 ( ( ) (x

) )x B

Page 2774: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 527

B(

q̂1

( ) (x

) )x B

Page 2775: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 528

B ( q̂2 ( ) (x

) )x B

Page 2776: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 529

B ( (

q̂1

) (x

) )x B

Page 2777: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 530

B ( ( q̂2 ) (x

) )x B

Page 2778: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 531

B ( ()xq̂b4

(x

) )x B

Page 2779: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 532

B ( ( )x q̂b

3(x

) )x B

Page 2780: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 533

B ( ( )x

(xq̂b4

) )x B

Page 2781: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 534

B ( ( )x

(x q̂b

3) )

x B

Page 2782: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 535

B ( ( )x

(x

)

q̂3

)x B

Page 2783: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 536

B ( ( )x

(x q̂4 ) )

x B

Page 2784: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 537

B ( ( )x

(xq̂3

) )x B

Page 2785: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 538

B ( ( )x q̂4

(x

) )x B

Page 2786: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 539

B ( ()xq̂3

(x

) )x B

Page 2787: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 540

B ( ( q̂4)x

(x

) )x B

Page 2788: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 541

B ((xq̂1

)x

(x

) )x B

Page 2789: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 542

B ( (x q̂2

)x

(x

) )x B

Page 2790: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 543

B ( (x

)xq̂1

(x

) )x B

Page 2791: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 544

B ( (x

)x q̂2

(x

) )x B

Page 2792: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 545

B ( (x

)x

(

q̂b4

) )x B

Page 2793: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 546

B ( (x

)x

( q̂b3

) )x B

Page 2794: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 547

B ( (x

)x

( )

q̂3

)x B

Page 2795: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 548

B ( (x

)x

( q̂4 ) )x B

Page 2796: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 549

B ( (x

)x

(xq̂1

) )x B

Page 2797: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 550

B ( (x

)x

(x q̂2 ) )

x B

Page 2798: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 551

B ( (x

)x

(x

)xq̂b4

)x B

Page 2799: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 552

B ( (x

)x

(x

)x q̂b

3)x B

Page 2800: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 553

B ( (x

)x

(x

)x

)

q̂b2

B

Page 2801: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 554

B ( (x

)x

(x

)x q̂b

1) B

Page 2802: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 555

B ( (x

)x

(x

)xq̂b2

) B

Page 2803: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 556

B ( (x

)x

(x q̂b

1)x

) B

Page 2804: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 557

B ( (x

)x

(xq̂b2

)x

) B

Page 2805: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 558

B ( (x

)x q̂b

1(x

)x

) B

Page 2806: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 559

B ( (x

)xq̂b2

(x

)x

) B

Page 2807: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 560

B ( (x q̂b

1)x

(x

)x

) B

Page 2808: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 561

B ((xq̂b2

)x

(x

)x

) B

Page 2809: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 562

B ( q̂b1

(x

)x

(x

)x

) B

Page 2810: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 563

B(

q̂b2

(x

)x

(x

)x

) B

Page 2811: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 564

B q̂b1

( (x

)x

(x

)x

) B

Page 2812: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 565

B q̂b0,3

( (x

)x

(x

)x

) B

Page 2813: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 566

B(

q̂b0,4

(x

)x

(x

)x

) B

Page 2814: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 567

B ( q̂b0,3

(x

)x

(x

)x

) B

Page 2815: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 568

B ((x

q̂0,3

)x

(x

)x

) B

Page 2816: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 569

B ( q̂0,4(x

)x

(x

)x

) B

Page 2817: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 570

B(

q̂0,3

(x

)x

(x

)x

) B

Page 2818: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 571

B q̂0,4 ( (x

)x

(x

)x

) B

Page 2819: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 572

B q̂2 ( (x

)x

(x

)x

) B

Page 2820: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 573

B(

q̂1

(x

)x

(x

)x

) B

Page 2821: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 574

B ( q̂2(x

)x

(x

)x

) B

Page 2822: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 575

B ((

q̂b4

)x

(x

)x

) B

Page 2823: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 576

B ( ( q̂b3

)x

(x

)x

) B

Page 2824: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 577

B ( ()

q̂b2

(x

)x

) B

Page 2825: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 578

B ( ( q̂b1

) (x

)x

) B

Page 2826: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 579

B ((

q̂b2

) (x

)x

) B

Page 2827: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 580

B ( q̂b1

( ) (x

)x

) B

Page 2828: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 581

B(

q̂b2

( ) (x

)x

) B

Page 2829: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 582

B q̂b1

( ( ) (x

)x

) B

Page 2830: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 583

B q̂b0,3

( ( ) (x

)x

) B

Page 2831: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 584

B(

q̂b0,4

( ) (x

)x

) B

Page 2832: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 585

B ( q̂b0,3

( ) (x

)x

) B

Page 2833: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 586

B ((

q̂b0,4

) (x

)x

) B

Page 2834: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 587

B ( ( q̂b0,3

) (x

)x

) B

Page 2835: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 588

B ( ()

q̂b0,4

(x

)x

) B

Page 2836: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 589

B ( ( ) q̂b0,3

(x

)x

) B

Page 2837: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 590

B ( ( )(x

q̂0,3

)x

) B

Page 2838: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 591

B ( ( ) q̂0,4(x

)x

) B

Page 2839: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 592

B ( ( )

q̂0,3

(x

)x

) B

Page 2840: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 593

B ( ( q̂0,4 ) (x

)x

) B

Page 2841: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 594

B ( (

q̂0,3

) (x

)x

) B

Page 2842: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 595

B ( q̂0,4 ( ) (x

)x

) B

Page 2843: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 596

B(

q̂0,3

( ) (x

)x

) B

Page 2844: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 597

B q̂0,4 ( ( ) (x

)x

) B

Page 2845: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 598

B q̂2 ( ( ) (x

)x

) B

Page 2846: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 599

B(

q̂1

( ) (x

)x

) B

Page 2847: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 600

B ( q̂2 ( ) (x

)x

) B

Page 2848: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 601

B ( (

q̂1

) (x

)x

) B

Page 2849: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 602

B ( ( q̂2 ) (x

)x

) B

Page 2850: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 603

B ( ()xq̂b4

(x

)x

) B

Page 2851: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 604

B ( ( )x q̂b

3(x

)x

) B

Page 2852: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 605

B ( ( )x

(xq̂b4

)x

) B

Page 2853: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 606

B ( ( )x

(x q̂b

3)x

) B

Page 2854: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 607

B ( ( )x

(x

)

q̂b2

) B

Page 2855: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 608

B ( ( )x

(x q̂b

1) ) B

Page 2856: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 609

B ( ( )x

(xq̂b2

) ) B

Page 2857: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 610

B ( ( )x q̂b

1(x

) ) B

Page 2858: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 611

B ( ()xq̂b2

(x

) ) B

Page 2859: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 612

B ( ( q̂b1

)x

(x

) ) B

Page 2860: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 613

B ((

q̂b2

)x

(x

) ) B

Page 2861: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 614

B ( q̂b1

( )x

(x

) ) B

Page 2862: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 615

B(

q̂b2

( )x

(x

) ) B

Page 2863: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 616

B q̂b1

( ( )x

(x

) ) B

Page 2864: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 617

B q̂b0,3

( ( )x

(x

) ) B

Page 2865: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 618

B(

q̂b0,4

( )x

(x

) ) B

Page 2866: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 619

B ( q̂b0,3

( )x

(x

) ) B

Page 2867: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 620

B ((

q̂b0,4

)x

(x

) ) B

Page 2868: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 621

B ( ( q̂b0,3

)x

(x

) ) B

Page 2869: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 622

B ( ()x

q̂0,3

(x

) ) B

Page 2870: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 623

B ( ( q̂0,4)x

(x

) ) B

Page 2871: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 624

B ( (

q̂0,3

)x

(x

) ) B

Page 2872: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 625

B ( q̂0,4 ( )x

(x

) ) B

Page 2873: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 626

B(

q̂0,3

( )x

(x

) ) B

Page 2874: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 627

B q̂0,4 ( ( )x

(x

) ) B

Page 2875: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 628

B q̂2 ( ( )x

(x

) ) B

Page 2876: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 629

B(

q̂1

( )x

(x

) ) B

Page 2877: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 630

B ( q̂2 ( )x

(x

) ) B

Page 2878: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 631

B ( (

q̂1

)x

(x

) ) B

Page 2879: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 632

B ( ( q̂2)x

(x

) ) B

Page 2880: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 633

B ( ()xq̂1

(x

) ) B

Page 2881: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 634

B ( ( )x q̂2

(x

) ) B

Page 2882: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 635

B ( ( )x

(

q̂b4

) ) B

Page 2883: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 636

B ( ( )x

( q̂b3

) ) B

Page 2884: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 637

B ( ( )x

( )

q̂3

) B

Page 2885: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 638

B ( ( )x

( q̂4 ) ) B

Page 2886: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 639

B ( ( )x

(xq̂1

) ) B

Page 2887: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 640

B ( ( )x

(x q̂2 ) ) B

Page 2888: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 641

B ( ( )x

(x

)xq̂b4

) B

Page 2889: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 642

B ( ( )x

(x

)x q̂b

3) B

Page 2890: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 643

B ( ( )x

(x

)x

)

q̂3B

Page 2891: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 644

B ( ( )x

(x

)x q̂4 ) B

Page 2892: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 645

B ( ( )x

(x

)xq̂3

) B

Page 2893: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 646

B ( ( )x

(x q̂4

)x

) B

Page 2894: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 647

B ( ( )x

(xq̂3

)x

) B

Page 2895: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 648

B ( ( )x q̂4

(x

)x

) B

Page 2896: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 649

B ( ()xq̂3

(x

)x

) B

Page 2897: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 650

B ( ( q̂4)x

(x

)x

) B

Page 2898: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 651

B ((xq̂1

)x

(x

)x

) B

Page 2899: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 652

B ( (x q̂2

)x

(x

)x

) B

Page 2900: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 653

B ( (x

)xq̂1

(x

)x

) B

Page 2901: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 654

B ( (x

)x q̂2

(x

)x

) B

Page 2902: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 655

B ( (x

)x

(

q̂b4

)x

) B

Page 2903: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 656

B ( (x

)x

( q̂b3

)x

) B

Page 2904: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 657

B ( (x

)x

()

q̂b2

) B

Page 2905: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 658

B ( (x

)x

( q̂b1

) ) B

Page 2906: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 659

B ( (x

)x

(

q̂b2

) ) B

Page 2907: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 660

B ( (x

)x q̂b

1( ) ) B

Page 2908: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 661

B ( (x

)xq̂b2

( ) ) B

Page 2909: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 662

B ( (x q̂b

1)x

( ) ) B

Page 2910: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 663

B ((xq̂b2

)x

( ) ) B

Page 2911: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 664

B ( q̂b1

(x

)x

( ) ) B

Page 2912: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 665

B(

q̂b2

(x

)x

( ) ) B

Page 2913: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 666

B q̂b1

( (x

)x

( ) ) B

Page 2914: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 667

B q̂b0,3

( (x

)x

( ) ) B

Page 2915: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 668

B(

q̂b0,4

(x

)x

( ) ) B

Page 2916: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 669

B ( q̂b0,3

(x

)x

( ) ) B

Page 2917: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 670

B ((x

q̂0,3

)x

( ) ) B

Page 2918: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 671

B ( q̂0,4(x

)x

( ) ) B

Page 2919: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 672

B(

q̂0,3

(x

)x

( ) ) B

Page 2920: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 673

B q̂0,4 ( (x

)x

( ) ) B

Page 2921: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 674

B q̂2 ( (x

)x

( ) ) B

Page 2922: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 675

B(

q̂1

(x

)x

( ) ) B

Page 2923: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 676

B ( q̂2(x

)x

( ) ) B

Page 2924: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 677

B ((

q̂b4

)x

( ) ) B

Page 2925: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 678

B ( ( q̂b3

)x

( ) ) B

Page 2926: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 679

B ( ()

q̂b2

( ) ) B

Page 2927: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 680

B ( ( q̂b1

) ( ) ) B

Page 2928: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 681

B ((

q̂b2

) ( ) ) B

Page 2929: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 682

B ( q̂b1

( ) ( ) ) B

Page 2930: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 683

B(

q̂b2

( ) ( ) ) B

Page 2931: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 684

B q̂b1

( ( ) ( ) ) B

Page 2932: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 685

B q̂b0,3

( ( ) ( ) ) B

Page 2933: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 686

B(

q̂b0,4

( ) ( ) ) B

Page 2934: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 687

B ( q̂b0,3

( ) ( ) ) B

Page 2935: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 688

B ((

q̂b0,4

) ( ) ) B

Page 2936: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 689

B ( ( q̂b0,3

) ( ) ) B

Page 2937: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 690

B ( ()

q̂b0,4

( ) ) B

Page 2938: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 691

B ( ( ) q̂b0,3

( ) ) B

Page 2939: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 692

B ( ( )(

q̂b0,4

) ) B

Page 2940: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 693

B ( ( ) ( q̂b0,3

) ) B

Page 2941: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 694

B ( ( ) ()

q̂b0,4

) B

Page 2942: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 695

B ( ( ) ( ) q̂b0,3

) B

Page 2943: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 696

B ( ( ) ( ))

q̂b0,4

B

Page 2944: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 697

B ( ( ) ( ) ) q̂b0,3 B

Page 2945: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 698

B ( ( ) ( ) ) q̂b0,1 B

Page 2946: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 699

B ( ( ) ( ))

q̂b0,2

B

Page 2947: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 700

B ( ( ) ( ) q̂b0,1

) B

Page 2948: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 701

B ( ( ) ()

q̂b0,2

) B

Page 2949: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 702

B ( ( ) ( q̂b0,1

) ) B

Page 2950: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 703

B ( ( )(

q̂b0,2

) ) B

Page 2951: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 704

B ( ( ) q̂b0,1

( ) ) B

Page 2952: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 705

B ( ()

q̂b0,2

( ) ) B

Page 2953: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 706

B ( ( q̂b0,1

) ( ) ) B

Page 2954: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 707

B ((

q̂b0,2

) ( ) ) B

Page 2955: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 708

B ( q̂b0,1

( ) ( ) ) B

Page 2956: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 709

B(

q̂b0,2

( ) ( ) ) B

Page 2957: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 710

B q̂b0,1

( ( ) ( ) ) B

The simulated RPCA accepts the input

Page 2958: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 711

B + ( ( ) ( ) ) B

Page 2959: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 712

B ( + ( ) ( ) ) B

Page 2960: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 713

B ( ( + ) ( ) ) B

Page 2961: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 714

B ( ( ) + ( ) ) B

Page 2962: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 715

B ( ( ) ( + ) ) B

Page 2963: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 716

B ( ( ) ( ) + ) B

Page 2964: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 717

B ( ( ) ( ) ) + B

Page 2965: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 718

B ( ( ) ( ) ) � +

Page 2966: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 719

B ( ( ) ( ) � ) +

Page 2967: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 720

B ( ( ) ( � ) ) +

Page 2968: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 721

B ( ( ) � ( ) ) +

Page 2969: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 722

B ( ( � ) ) ( ) +

Page 2970: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 723

B ( � ( ) ) ) ( +

Page 2971: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 724

B � ( ) ( ) ) ( +

Page 2972: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 725

� B ) ( ) ( ( ) +

Page 2973: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 726

� ) B ) ( ( ( ) +

Page 2974: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 727

� ) ) B ( ( ) ( +

Page 2975: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 728

� ) ) ( B ) ( ( +

Page 2976: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 729

� ) ) ( ) B ( ( +

Page 2977: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 730

� ) ) ( ) ( B ( +

Page 2978: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 731

� ) ) ( ) ( ( B +

Page 2979: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 732

� ) ) ( ) ( ( Y B

The input is accepted

Page 2980: Language Recognition by Reversible Partitioned Cellular

Reversible partitioned iterative array that accepts all well-formed parentheses

t = 733

� ) ) ( ) ( ( Y B