/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR x y) (RULES D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 ) Problem 1: Innermost Equivalent Processor: -> Rules: D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: D#(*(x,y)) -> D#(x) D#(*(x,y)) -> D#(y) D#(+(x,y)) -> D#(x) D#(+(x,y)) -> D#(y) D#(-(x,y)) -> D#(x) D#(-(x,y)) -> D#(y) -> Rules: D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 Problem 1: SCC Processor: -> Pairs: D#(*(x,y)) -> D#(x) D#(*(x,y)) -> D#(y) D#(+(x,y)) -> D#(x) D#(+(x,y)) -> D#(y) D#(-(x,y)) -> D#(x) D#(-(x,y)) -> D#(y) -> Rules: D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: D#(*(x,y)) -> D#(x) D#(*(x,y)) -> D#(y) D#(+(x,y)) -> D#(x) D#(+(x,y)) -> D#(y) D#(-(x,y)) -> D#(x) D#(-(x,y)) -> D#(y) ->->-> Rules: D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 Problem 1: Subterm Processor: -> Pairs: D#(*(x,y)) -> D#(x) D#(*(x,y)) -> D#(y) D#(+(x,y)) -> D#(x) D#(+(x,y)) -> D#(y) D#(-(x,y)) -> D#(x) D#(-(x,y)) -> D#(y) -> Rules: D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 ->Projection: pi(D#) = 1 Problem 1: SCC Processor: -> Pairs: Empty -> Rules: D(*(x,y)) -> +(*(y,D(x)),*(x,D(y))) D(+(x,y)) -> +(D(x),D(y)) D(-(x,y)) -> -(D(x),D(y)) D(constant) -> 0 D(t) -> 1 ->Strongly Connected Components: There is no strongly connected component The problem is finite.