/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) (RULES f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b ) Problem 1: Dependency Pairs Processor: -> Pairs: F(h(x)) -> F(i(x)) F(h(x)) -> I(x) G(i(x)) -> G(h(x)) G(i(x)) -> H(x) -> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b Problem 1: SCC Processor: -> Pairs: F(h(x)) -> F(i(x)) F(h(x)) -> I(x) G(i(x)) -> G(h(x)) G(i(x)) -> H(x) -> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: G(i(x)) -> G(h(x)) ->->-> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b ->->Cycle: ->->-> Pairs: F(h(x)) -> F(i(x)) ->->-> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b The problem is decomposed in 2 subproblems. Problem 1.1: Reduction Pair Processor: -> Pairs: G(i(x)) -> G(h(x)) -> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b -> Usable rules: h(a) -> b ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [h](X) = 1 [i](X) = 2.X + 2 [a] = 0 [b] = 1 [G](X) = 2.X Problem 1.1: SCC Processor: -> Pairs: Empty -> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: Reduction Pair Processor: -> Pairs: F(h(x)) -> F(i(x)) -> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b -> Usable rules: i(a) -> b ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [h](X) = 2.X + 2 [i](X) = 0 [a] = 0 [b] = 0 [F](X) = 2.X Problem 1.2: SCC Processor: -> Pairs: Empty -> Rules: f(h(x)) -> f(i(x)) g(i(x)) -> g(h(x)) h(a) -> b i(a) -> b ->Strongly Connected Components: There is no strongly connected component The problem is finite.