Input TRS: 1: rev(ls) -> r1(ls,empty()) 2: r1(empty(),a) -> a 3: r1(cons(x,k),a) -> r1(k,cons(x,a)) Number of Rules: 3 Direct POLO(mPol) ... orients all. I(empty) = 1 I(cons) = 2 * x1 + x2 + 3 I(r1) = 3 * x1 + x2 + 1 I(rev) = 3 * x1 + 3 Number of Rules: 0