/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: half(x) -> if(ge(x,s(s(0()))),x) 2: if(false(),x) -> 0() 3: if(true(),x) -> s(half(p(p(x)))) 4: p(0()) -> 0() 5: p(s(x)) -> x 6: ge(x,0()) -> true() 7: ge(0(),s(x)) -> false() 8: ge(s(x),s(y)) -> ge(x,y) 9: log(0()) -> 0() 10: log(s(x)) -> s(log(half(s(x)))) Number of strict rules: 10 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #log(s(x)) -> #log(half(s(x))) #2: #log(s(x)) -> #half(s(x)) #3: #if(true(),x) -> #half(p(p(x))) #4: #if(true(),x) -> #p(p(x)) #5: #if(true(),x) -> #p(x) #6: #half(x) -> #if(ge(x,s(s(0()))),x) #7: #half(x) -> #ge(x,s(s(0()))) #8: #ge(s(x),s(y)) -> #ge(x,y) Number of SCCs: 3, DPs: 4 SCC { #1 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.