YES
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
a(b(b(x0))) | → | b(a(a(x0))) |
a(a(b(x0))) | → | b(b(a(x0))) |
prec(a) | = | 1 | weight(a) | = | 1 | ||||
prec(b) | = | 0 | weight(b) | = | 1 |
There are no rules in the TRS. Hence, it is terminating.