/export/starexec/sandbox/solver/bin/starexec_run_Default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: plus(0(),y) -> y 2: plus(s(x),y) -> s(plus(x,y)) 3: lt(0(),s(y)) -> true() 4: lt(x,0()) -> false() 5: lt(s(x),s(y)) -> lt(x,y) 6: fib(x) -> fibiter(x,0(),0(),s(0())) 7: fibiter(b,c,x,y) -> if(lt(c,b),b,c,x,y) 8: if(false(),b,c,x,y) -> x 9: if(true(),b,c,x,y) -> fibiter(b,s(c),y,plus(x,y)) Number of strict rules: 9 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #plus(s(x),y) -> #plus(x,y) #2: #fib(x) -> #fibiter(x,0(),0(),s(0())) #3: #if(true(),b,c,x,y) -> #fibiter(b,s(c),y,plus(x,y)) #4: #if(true(),b,c,x,y) -> #plus(x,y) #5: #fibiter(b,c,x,y) -> #if(lt(c,b),b,c,x,y) #6: #fibiter(b,c,x,y) -> #lt(c,b) #7: #lt(s(x),s(y)) -> #lt(x,y) Number of SCCs: 3, DPs: 4 SCC { #1 } POLO(Sum)... succeeded. s w: x1 + 1 #lt w: 0 #plus w: x1 false w: 0 #fibiter w: 0 fibiter w: 0 true w: 0 fib w: 0 0 w: 0 if w: 0 plus w: 0 #if w: 0 #fib w: 0 lt w: 0 USABLE RULES: { } Removed DPs: #1 Number of SCCs: 2, DPs: 3 SCC { #7 } POLO(Sum)... succeeded. s w: x1 + 1 #lt w: x2 #plus w: 0 false w: 0 #fibiter w: 0 fibiter w: 0 true w: 0 fib w: 0 0 w: 0 if w: 0 plus w: 0 #if w: 0 #fib w: 0 lt w: 0 USABLE RULES: { } Removed DPs: #7 Number of SCCs: 1, DPs: 2 SCC { #3 #5 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.