/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- NO Problem 1: (VAR X Y Z) (RULES from(X) -> cons(X,from(s(X))) sel(0,cons(X,Y)) -> X sel(s(X),cons(Y,Z)) -> sel(X,Z) ) Problem 1: Dependency Pairs Processor: -> Pairs: FROM(X) -> FROM(s(X)) SEL(s(X),cons(Y,Z)) -> SEL(X,Z) -> Rules: from(X) -> cons(X,from(s(X))) sel(0,cons(X,Y)) -> X sel(s(X),cons(Y,Z)) -> sel(X,Z) Problem 1: Infinite Processor: -> Pairs: FROM(X) -> FROM(s(X)) SEL(s(X),cons(Y,Z)) -> SEL(X,Z) -> Rules: from(X) -> cons(X,from(s(X))) sel(0,cons(X,Y)) -> X sel(s(X),cons(Y,Z)) -> sel(X,Z) -> Pairs in cycle: FROM(X) -> FROM(s(X)) The problem is infinite.