/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: max(nil()) -> 0() 2: max(cons(x,nil())) -> x 3: max(cons(x,cons(y,xs))) -> if1(ge(x,y),x,y,xs) 4: if1(true(),x,y,xs) -> max(cons(x,xs)) 5: if1(false(),x,y,xs) -> max(cons(y,xs)) 6: del(x,nil()) -> nil() 7: del(x,cons(y,xs)) -> if2(eq(x,y),x,y,xs) 8: if2(true(),x,y,xs) -> xs 9: if2(false(),x,y,xs) -> cons(y,del(x,xs)) 10: eq(0(),0()) -> true() 11: eq(0(),s(y)) -> false() 12: eq(s(x),0()) -> false() 13: eq(s(x),s(y)) -> eq(x,y) 14: sort(nil()) -> nil() 15: sort(cons(x,xs)) -> cons(max(cons(x,xs)),sort(del(max(cons(x,xs)),cons(x,xs)))) 16: ge(x,0()) -> true() 17: ge(0(),s(x)) -> false() 18: ge(s(x),s(y)) -> ge(x,y) Number of strict rules: 18 Direct POLO(bPol) ... failed. Uncurrying max 1: max^1_nil() -> 0() 2: max^1_cons(x,nil()) -> x 3: max^1_cons(x,cons(y,xs)) -> if1(ge(x,y),x,y,xs) 4: if1(true(),x,y,xs) -> max^1_cons(x,xs) 5: if1(false(),x,y,xs) -> max^1_cons(y,xs) 6: del(x,nil()) -> nil() 7: del(x,cons(y,xs)) -> if2(eq(x,y),x,y,xs) 8: if2(true(),x,y,xs) -> xs 9: if2(false(),x,y,xs) -> cons(y,del(x,xs)) 10: eq(0(),0()) -> true() 11: eq(0(),s(y)) -> false() 12: eq(s(x),0()) -> false() 13: eq(s(x),s(y)) -> eq(x,y) 14: sort(nil()) -> nil() 15: sort(cons(x,xs)) -> cons(max^1_cons(x,xs),sort(del(max^1_cons(x,xs),cons(x,xs)))) 16: ge(x,0()) -> true() 17: ge(0(),s(x)) -> false() 18: ge(s(x),s(y)) -> ge(x,y) 19: max(cons(_1,_2)) ->= max^1_cons(_1,_2) 20: max(nil()) ->= max^1_nil() Number of strict rules: 18 Direct POLO(bPol) ... failed. Dependency Pairs: #1: #eq(s(x),s(y)) -> #eq(x,y) #2: #if2(false(),x,y,xs) -> #del(x,xs) #3: #max(nil()) ->? #max^1_nil() #4: #del(x,cons(y,xs)) -> #if2(eq(x,y),x,y,xs) #5: #del(x,cons(y,xs)) -> #eq(x,y) #6: #if1(false(),x,y,xs) -> #max^1_cons(y,xs) #7: #max(cons(_1,_2)) ->? #max^1_cons(_1,_2) #8: #max^1_cons(x,cons(y,xs)) -> #if1(ge(x,y),x,y,xs) #9: #max^1_cons(x,cons(y,xs)) -> #ge(x,y) #10: #sort(cons(x,xs)) -> #max^1_cons(x,xs) #11: #sort(cons(x,xs)) -> #sort(del(max^1_cons(x,xs),cons(x,xs))) #12: #sort(cons(x,xs)) -> #del(max^1_cons(x,xs),cons(x,xs)) #13: #sort(cons(x,xs)) -> #max^1_cons(x,xs) #14: #if1(true(),x,y,xs) -> #max^1_cons(x,xs) #15: #ge(s(x),s(y)) -> #ge(x,y) Number of SCCs: 5, DPs: 8 SCC { #15 } POLO(Sum)... succeeded. #del w: 0 s w: x1 + 1 max^1_cons w: 0 #max^1_cons w: 0 eq w: 0 if1 w: 0 false w: 0 max^1_nil w: 0 #ge w: x1 + x2 true w: 0 #eq w: 0 #if1 w: 0 #sort w: 0 if2 w: 0 0 w: 0 ge w: 0 del w: 0 max w: 0 nil w: 0 #max w: 0 sort w: 0 #max^1_nil w: 0 cons w: 0 #if2 w: 0 USABLE RULES: { } Removed DPs: #15 Number of SCCs: 4, DPs: 7 SCC { #1 } POLO(Sum)... succeeded. #del w: 0 s w: x1 + 1 max^1_cons w: 0 #max^1_cons w: 0 eq w: 0 if1 w: 0 false w: 0 max^1_nil w: 0 #ge w: 0 true w: 0 #eq w: x2 #if1 w: 0 #sort w: 0 if2 w: 0 0 w: 0 ge w: 0 del w: 0 max w: 0 nil w: 0 #max w: 0 sort w: 0 #max^1_nil w: 0 cons w: 0 #if2 w: 0 USABLE RULES: { } Removed DPs: #1 Number of SCCs: 3, DPs: 6 SCC { #11 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.