/export/starexec/sandbox/solver/bin/starexec_run_Default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/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) -> plus(x,x) 6: plus(0(),y) -> y 7: plus(s(x),y) -> plus(x,s(y)) Number of strict rules: 7 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #plus(s(x),y) -> #plus(x,s(y)) #2: #double(x) -> #plus(x,x) #3: #f(true(),x) -> #f(gt(x,0()),double(x)) #4: #f(true(),x) -> #gt(x,0()) #5: #f(true(),x) -> #double(x) #6: #gt(s(x),s(y)) -> #gt(x,y) Number of SCCs: 3, DPs: 3 SCC { #6 } POLO(Sum)... succeeded. s w: x1 + 1 gt w: 0 #plus w: 0 false w: 0 true w: 0 f w: 0 0 w: 0 #double w: 0 double w: 0 #gt w: x1 + x2 #f w: 0 plus w: 0 USABLE RULES: { } Removed DPs: #6 Number of SCCs: 2, DPs: 2 SCC { #1 } POLO(Sum)... succeeded. s w: x1 + 1 gt w: 0 #plus w: x1 false w: 0 true w: 0 f w: 0 0 w: 0 #double w: 0 double w: 0 #gt w: 0 #f w: 0 plus w: 0 USABLE RULES: { } Removed DPs: #1 Number of SCCs: 1, DPs: 1 SCC { #3 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.