/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Problem 1: (VAR X) (RULES a -> b f(X) -> h(a) g(a) -> f(b) h(X) -> g(X) ) Problem 1: Dependency Pairs Processor: -> Pairs: F(X) -> A F(X) -> H(a) G(a) -> F(b) H(X) -> G(X) -> Rules: a -> b f(X) -> h(a) g(a) -> f(b) h(X) -> g(X) Problem 1: SCC Processor: -> Pairs: F(X) -> A F(X) -> H(a) G(a) -> F(b) H(X) -> G(X) -> Rules: a -> b f(X) -> h(a) g(a) -> f(b) h(X) -> g(X) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: F(X) -> H(a) G(a) -> F(b) H(X) -> G(X) ->->-> Rules: a -> b f(X) -> h(a) g(a) -> f(b) h(X) -> g(X) Problem 1: Infinite Processor: -> Pairs: F(X) -> H(a) G(a) -> F(b) H(X) -> G(X) -> Rules: a -> b f(X) -> h(a) g(a) -> f(b) h(X) -> g(X) -> Pairs in cycle: F(b) -> H(a) G(a) -> F(b) H(a) -> G(a) The problem is infinite.