/export/starexec/sandbox/solver/bin/starexec_run_tct_rc /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- WORST_CASE(Omega(n^1),?) * Step 1: Sum. WORST_CASE(Omega(n^1),?) + Considered Problem: - Strict TRS: div(x,y) -> quot(x,y,y) div(0(),y) -> 0() div(div(x,y),z) -> div(x,times(y,z)) plus(x,0()) -> x plus(0(),y) -> y plus(s(x),y) -> s(plus(x,y)) quot(x,0(),s(z)) -> s(div(x,s(z))) quot(0(),s(y),z) -> 0() quot(s(x),s(y),z) -> quot(x,y,z) times(0(),y) -> 0() times(s(x),y) -> plus(y,times(x,y)) times(s(0()),y) -> y - Signature: {div/2,plus/2,quot/3,times/2} / {0/0,s/1} - Obligation: runtime complexity wrt. defined symbols {div,plus,quot,times} and constructors {0,s} + Applied Processor: Sum {left = someStrategy, right = someStrategy} + Details: () * Step 2: Sum. WORST_CASE(Omega(n^1),?) + Considered Problem: - Strict TRS: div(x,y) -> quot(x,y,y) div(0(),y) -> 0() div(div(x,y),z) -> div(x,times(y,z)) plus(x,0()) -> x plus(0(),y) -> y plus(s(x),y) -> s(plus(x,y)) quot(x,0(),s(z)) -> s(div(x,s(z))) quot(0(),s(y),z) -> 0() quot(s(x),s(y),z) -> quot(x,y,z) times(0(),y) -> 0() times(s(x),y) -> plus(y,times(x,y)) times(s(0()),y) -> y - Signature: {div/2,plus/2,quot/3,times/2} / {0/0,s/1} - Obligation: runtime complexity wrt. defined symbols {div,plus,quot,times} and constructors {0,s} + Applied Processor: Sum {left = someStrategy, right = someStrategy} + Details: () * Step 3: DecreasingLoops. WORST_CASE(Omega(n^1),?) + Considered Problem: - Strict TRS: div(x,y) -> quot(x,y,y) div(0(),y) -> 0() div(div(x,y),z) -> div(x,times(y,z)) plus(x,0()) -> x plus(0(),y) -> y plus(s(x),y) -> s(plus(x,y)) quot(x,0(),s(z)) -> s(div(x,s(z))) quot(0(),s(y),z) -> 0() quot(s(x),s(y),z) -> quot(x,y,z) times(0(),y) -> 0() times(s(x),y) -> plus(y,times(x,y)) times(s(0()),y) -> y - Signature: {div/2,plus/2,quot/3,times/2} / {0/0,s/1} - Obligation: runtime complexity wrt. defined symbols {div,plus,quot,times} and constructors {0,s} + Applied Processor: DecreasingLoops {bound = AnyLoop, narrow = 10} + Details: The system has following decreasing Loops: plus(x,y){x -> s(x)} = plus(s(x),y) ->^+ s(plus(x,y)) = C[plus(x,y) = plus(x,y){}] WORST_CASE(Omega(n^1),?)