The rewrite relation of the following TRS is considered.
if(if(x,y,z),u,v) | → | if(x,if(y,u,v),if(z,u,v)) | (1) |
prec(if) | = | 0 | status(if) | = | [1, 3, 2] | list-extension(if) | = | Lex |
[if(x1, x2, x3)] | = | max(0, 0 + 1 · x1, 0 + 1 · x2, 0 + 1 · x3) |
if(if(x,y,z),u,v) | → | if(x,if(y,u,v),if(z,u,v)) | (1) |
There are no rules in the TRS. Hence, it is terminating.