0.00/0.06 YES 0.00/0.06 Input TRS: 0.00/0.06 1: app(nil(),k) -> k 0.00/0.06 2: app(l,nil()) -> l 0.00/0.06 3: app(cons(x,l),k) -> cons(x,app(l,k)) 0.00/0.06 4: sum(cons(x,nil())) -> cons(x,nil()) 0.00/0.06 5: sum(cons(x,cons(y,l))) -> sum(cons(plus(x,y),l)) 0.00/0.06 6: sum(app(l,cons(x,cons(y,k)))) -> sum(app(l,sum(cons(x,cons(y,k))))) 0.00/0.06 7: plus(0(),y) -> y 0.00/0.06 8: plus(s(x),y) -> s(plus(x,y)) 0.00/0.06 9: cons(x,cons(y,l)) ->= cons(y,cons(x,l)) 0.00/0.06 Number of strict rules: 8 0.00/0.06 Direct POLO(bPol) ... removes: 1 5 7 2 0.00/0.06 s w: x1 + 1 0.00/0.06 sum w: x1 0.00/0.06 0 w: 1 0.00/0.06 nil w: 1 0.00/0.06 plus w: x1 + x2 + 1 0.00/0.06 cons w: 2 * x1 + x2 + 3 0.00/0.06 app w: x1 + x2 + 1 0.00/0.06 Number of strict rules: 4 0.00/0.06 Direct POLO(bPol) ... removes: 3 0.00/0.06 s w: x1 + 1 0.00/0.06 sum w: x1 0.00/0.06 0 w: 1 0.00/0.06 nil w: 1 0.00/0.06 plus w: x1 + x2 + 1 0.00/0.06 cons w: 2 * x1 + x2 + 3 0.00/0.06 app w: 2 * x1 + x2 + 1 0.00/0.06 Number of strict rules: 3 0.00/0.06 Direct POLO(bPol) ... removes: 8 0.00/0.06 s w: x1 + 1 0.00/0.06 sum w: x1 0.00/0.06 0 w: 1 0.00/0.06 nil w: 1 0.00/0.06 plus w: 2 * x1 + x2 + 1 0.00/0.06 cons w: x1 + x2 + 3 0.00/0.06 app w: 2 * x1 + x2 + 1 0.00/0.06 Number of strict rules: 2 0.00/0.06 Direct POLO(bPol) ... failed. 0.00/0.06 Uncurrying ... failed. 0.00/0.06 Dependency Pairs: 0.00/0.06 #1: #sum(app(l,cons(x,cons(y,k)))) -> #sum(app(l,sum(cons(x,cons(y,k))))) 0.00/0.06 #2: #sum(app(l,cons(x,cons(y,k)))) -> #sum(cons(x,cons(y,k))) 0.00/0.06 Number of SCCs: 0, DPs: 0 0.00/0.06 EOF