/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: cond(true(),x,y,z) -> cond(and(gr(x,z),gr(y,z)),p(x),p(y),z) 2: and(true(),true()) -> true() 3: and(x,false()) -> false() 4: and(false(),x) -> false() 5: gr(0(),0()) -> false() 6: gr(0(),x) -> false() 7: gr(s(x),0()) -> true() 8: gr(s(x),s(y)) -> gr(x,y) 9: p(0()) -> 0() 10: p(s(x)) -> x Number of strict rules: 10 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #cond(true(),x,y,z) -> #cond(and(gr(x,z),gr(y,z)),p(x),p(y),z) #2: #cond(true(),x,y,z) -> #and(gr(x,z),gr(y,z)) #3: #cond(true(),x,y,z) -> #gr(x,z) #4: #cond(true(),x,y,z) -> #gr(y,z) #5: #cond(true(),x,y,z) -> #p(x) #6: #cond(true(),x,y,z) -> #p(y) #7: #gr(s(x),s(y)) -> #gr(x,y) Number of SCCs: 2, DPs: 2 SCC { #7 } POLO(Sum)... succeeded. s w: x1 + 1 and w: 0 false w: 0 #p w: 0 true w: 0 p w: 0 #cond w: 0 0 w: 0 #gr w: x1 + x2 gr w: 0 #and w: 0 cond w: 0 USABLE RULES: { } Removed DPs: #7 Number of SCCs: 1, DPs: 1 SCC { #1 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... succeeded. s w: max(x1 + 5, 0) and w: max(x2 + 1, 0) false w: 1 #p w: max(x1 - 1, 0) true w: 6 p w: max(x1 - 3, 0) #cond w: max(x1 - 3, x2 + 1, x3 + 2, 0) 0 w: 0 #gr w: 0 gr w: max(x1 + 1, 0) #and w: 0 cond w: max(x2 - 1, 0) USABLE RULES: { 2..10 } Removed DPs: #1 Number of SCCs: 0, DPs: 0