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