Input TRS: 1: +(x,+(y,z)) -> +(+(x,y),z) 2: +(*(x,y),+(x,z)) -> *(x,+(y,z)) 3: +(*(x,y),+(*(x,z),u)) -> +(*(x,+(y,z)),u) Number of Rules: 3 Direct POLO(mPol) ... orients all. I(*) = x1 + 3 * x2 + 2 I(+) = x1 + 3 * x2 + 3 Number of Rules: 0