NO
0 QTRS
↳1 NonTerminationProof (⇒, 4486 ms)
↳2 NO
begin(end(x)) → rewrite(end(x))
begin(c(x)) → rotate(cut(Cc(guess(x))))
begin(b(x)) → rotate(cut(Cb(guess(x))))
begin(a(x)) → rotate(cut(Ca(guess(x))))
guess(c(x)) → Cc(guess(x))
guess(b(x)) → Cb(guess(x))
guess(a(x)) → Ca(guess(x))
guess(c(x)) → moveleft(Bc(wait(x)))
guess(b(x)) → moveleft(Bb(wait(x)))
guess(a(x)) → moveleft(Ba(wait(x)))
guess(end(x)) → finish(end(x))
Cc(moveleft(Bc(x))) → moveleft(Bc(Ac(x)))
Cb(moveleft(Bc(x))) → moveleft(Bc(Ab(x)))
Ca(moveleft(Bc(x))) → moveleft(Bc(Aa(x)))
Cc(moveleft(Bb(x))) → moveleft(Bb(Ac(x)))
Cb(moveleft(Bb(x))) → moveleft(Bb(Ab(x)))
Ca(moveleft(Bb(x))) → moveleft(Bb(Aa(x)))
Cc(moveleft(Ba(x))) → moveleft(Ba(Ac(x)))
Cb(moveleft(Ba(x))) → moveleft(Ba(Ab(x)))
Ca(moveleft(Ba(x))) → moveleft(Ba(Aa(x)))
cut(moveleft(Bc(x))) → Dc(cut(goright(x)))
cut(moveleft(Bb(x))) → Db(cut(goright(x)))
cut(moveleft(Ba(x))) → Da(cut(goright(x)))
goright(Ac(x)) → Cc(goright(x))
goright(Ab(x)) → Cb(goright(x))
goright(Aa(x)) → Ca(goright(x))
goright(wait(c(x))) → moveleft(Bc(wait(x)))
goright(wait(b(x))) → moveleft(Bb(wait(x)))
goright(wait(a(x))) → moveleft(Ba(wait(x)))
goright(wait(end(x))) → finish(end(x))
Cc(finish(x)) → finish(c(x))
Cb(finish(x)) → finish(b(x))
Ca(finish(x)) → finish(a(x))
cut(finish(x)) → finish2(x)
Dc(finish2(x)) → finish2(c(x))
Db(finish2(x)) → finish2(b(x))
Da(finish2(x)) → finish2(a(x))
rotate(finish2(x)) → rewrite(x)
rewrite(c(c(b(x)))) → begin(a(c(b(x))))
rewrite(a(c(b(a(x))))) → begin(b(c(c(x))))
rewrite(b(a(c(x)))) → begin(a(b(c(a(x)))))
rewrite(b(c(a(x)))) → begin(c(a(b(x))))
rewrite b c a end → rewrite b c a end
rewrite b c a end → rotate finish2 b c a end
by OverlapClosure OC 3rewrite b c a end → rotate Db finish2 c a end
by OverlapClosure OC 3rewrite b c a end → rotate Db cut finish c a end
by OverlapClosure OC 3rewrite b c a end → rotate Db cut Cc finish a end
by OverlapClosure OC 3rewrite b c a end → rotate Db cut Cc Ca finish end
by OverlapClosure OC 2rewrite b c a → rotate Db cut Cc Ca goright wait
by OverlapClosure OC 3rewrite b c a → rotate Db cut goright Ac Aa wait
by OverlapClosure OC 3rewrite b c a → rotate cut moveleft Bb Ac Aa wait
by OverlapClosure OC 3rewrite b c a → rotate cut Cc moveleft Bb Aa wait
by OverlapClosure OC 2rewrite b c a → rotate cut Cc guess a b
by OverlapClosure OC 3rewrite b c a → begin c a b
by original rule (OC 1)begin c → rotate cut Cc guess
by original rule (OC 1)guess a b → moveleft Bb Aa wait
by OverlapClosure OC 3guess a b → Ca moveleft Bb wait
by OverlapClosure OC 2guess a → Ca guess
by original rule (OC 1)guess b → moveleft Bb wait
by original rule (OC 1)Ca moveleft Bb → moveleft Bb Aa
by original rule (OC 1)Cc moveleft Bb → moveleft Bb Ac
by original rule (OC 1)cut moveleft Bb → Db cut goright
by original rule (OC 1)goright Ac Aa → Cc Ca goright
by OverlapClosure OC 2goright Ac → Cc goright
by original rule (OC 1)goright Aa → Ca goright
by original rule (OC 1)goright wait end → finish end
by original rule (OC 1)Ca finish → finish a
by original rule (OC 1)Cc finish → finish c
by original rule (OC 1)cut finish → finish2
by original rule (OC 1)Db finish2 → finish2 b
by original rule (OC 1)
rotate finish2 → rewrite
by original rule (OC 1)