0.00/0.03 YES 0.00/0.04 Input TRS: 0.00/0.04 1: f(0()) -> s(0()) 0.00/0.04 2: f(s(0())) -> s(0()) 0.00/0.04 3: f(s(s(x))) -> f(f(s(x))) 0.00/0.04 4: rand(x) ->= x 0.00/0.04 5: rand(x) ->= rand(s(x)) 0.00/0.04 Number of strict rules: 3 0.00/0.04 Direct POLO(bPol) ... removes: 4 0.00/0.04 s w: x1 0.00/0.04 f w: x1 0.00/0.04 rand w: x1 + 1 0.00/0.04 0 w: 1 0.00/0.04 Number of strict rules: 3 0.00/0.04 Direct POLO(bPol) ... failed. 0.00/0.04 Uncurrying f 0.00/0.04 1: f^1_0() -> s(0()) 0.00/0.04 2: f^1_s(0()) -> s(0()) 0.00/0.04 3: f^1_s(s(x)) -> f(f^1_s(x)) 0.00/0.04 5: rand(x) ->= rand(s(x)) 0.00/0.04 6: f(0()) ->= f^1_0() 0.00/0.04 7: f(s(_1)) ->= f^1_s(_1) 0.00/0.04 Number of strict rules: 3 0.00/0.04 Direct POLO(bPol) ... failed. 0.00/0.04 Dependency Pairs: 0.00/0.04 #1: #f(0()) ->? #f^1_0() 0.00/0.04 #2: #f(s(_1)) ->? #f^1_s(_1) 0.00/0.04 #3: #f^1_s(s(x)) -> #f(f^1_s(x)) 0.00/0.04 #4: #f^1_s(s(x)) -> #f^1_s(x) 0.00/0.04 Number of SCCs: 1, DPs: 3 0.00/0.04 SCC { #2..4 } 0.00/0.04 POLO(Sum)... succeeded. 0.00/0.04 s w: x1 + 2 0.00/0.04 #f^1_s w: x1 + 1 0.00/0.04 f w: x1 + 2 0.00/0.04 rand w: 0 0.00/0.04 0 w: 1 0.00/0.04 #f w: x1 0.00/0.04 #f^1_0 w: 0 0.00/0.04 f^1_0 w: 3 0.00/0.04 f^1_s w: x1 + 2 0.00/0.04 Removed DPs: #2..4 0.00/0.04 Number of SCCs: 0, DPs: 0 0.00/0.04 EOF