/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: f(true(),x) -> f(gt(x,0()),double(x)) 2: gt(s(x),0()) -> true() 3: gt(0(),y) -> false() 4: gt(s(x),s(y)) -> gt(x,y) 5: double(x) -> times(s(s(0())),x) 6: times(0(),y) -> 0() 7: times(s(x),y) -> plus(times(x,y),y) 8: plus(0(),y) -> y 9: plus(s(x),y) -> plus(x,s(y)) Number of strict rules: 9 Direct POLO(bPol) ... failed. Uncurrying times 1: f(true(),x) -> f(gt(x,0()),double(x)) 2: gt(s(x),0()) -> true() 3: gt(0(),y) -> false() 4: gt(s(x),s(y)) -> gt(x,y) 5: double(x) -> times^1_s(s(0()),x) 6: times^1_0(y) -> 0() 7: times^1_s(x,y) -> plus(times(x,y),y) 8: plus(0(),y) -> y 9: plus(s(x),y) -> plus(x,s(y)) 10: times(0(),_1) ->= times^1_0(_1) 11: times(s(_1),_2) ->= times^1_s(_1,_2) Number of strict rules: 9 Direct POLO(bPol) ... failed. Dependency Pairs: #1: #plus(s(x),y) -> #plus(x,s(y)) #2: #times(s(_1),_2) ->? #times^1_s(_1,_2) #3: #times^1_s(x,y) -> #plus(times(x,y),y) #4: #times^1_s(x,y) -> #times(x,y) #5: #times(0(),_1) ->? #times^1_0(_1) #6: #double(x) -> #times^1_s(s(0()),x) #7: #f(true(),x) -> #f(gt(x,0()),double(x)) #8: #f(true(),x) -> #gt(x,0()) #9: #f(true(),x) -> #double(x) #10: #gt(s(x),s(y)) -> #gt(x,y) Number of SCCs: 4, DPs: 5 SCC { #10 } POLO(Sum)... succeeded. times^1_s w: 0 s w: x1 + 1 gt w: 0 #plus w: 0 false w: 0 true w: 0 f w: 0 times^1_0 w: 0 #times w: 0 0 w: 0 #double w: 0 double w: 0 times w: 0 #gt w: x2 #f w: 0 #times^1_0 w: 0 plus w: 0 #times^1_s w: 0 USABLE RULES: { } Removed DPs: #10 Number of SCCs: 3, DPs: 4 SCC { #1 } POLO(Sum)... succeeded. times^1_s w: 0 s w: x1 + 1 gt w: 0 #plus w: x1 false w: 0 true w: 0 f w: 0 times^1_0 w: 0 #times w: 0 0 w: 0 #double w: 0 double w: 0 times w: 0 #gt w: 0 #f w: 0 #times^1_0 w: 0 plus w: 0 #times^1_s w: 0 USABLE RULES: { } Removed DPs: #1 Number of SCCs: 2, DPs: 3 SCC { #7 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.