/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- NO Input TRS: 1: from(X) -> cons(X,from(s(X))) 2: first(0(),Z) -> nil() 3: first(s(X),cons(Y,Z)) -> cons(Y,first(X,Z)) 4: sel(0(),cons(X,Z)) -> X 5: sel(s(X),cons(Y,Z)) -> sel(X,Z) Number of strict rules: 5 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #sel(s(X),cons(Y,Z)) -> #sel(X,Z) #2: #first(s(X),cons(Y,Z)) -> #first(X,Z) #3: #from(X) -> #from(s(X)) Number of SCCs: 3, DPs: 3 SCC { #3 } Sum... Max... QLPOpS... NegMaxSum... QWPOpSMaxSum... 2D-Mat... sum_sum_int,sum_neg... heuristic_int,sum_neg... failed. Finding a loop... found. #from(X) -#3-> #from(s(X)) --->* #from(s(X)) Looping with: [ X := s(X); ]