MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: F(0(),1(),z0) -> c(F(h(z0),h(z0),z0),H(z0)) F(0(),1(),z0) -> c1(F(h(z0),h(z0),z0),H(z0)) H(0()) -> c2() H(g(z0,z1)) -> c3() - Weak TRS: f(0(),1(),z0) -> f(h(z0),h(z0),z0) h(0()) -> 0() h(g(z0,z1)) -> z1 - Signature: {F/3,H/1,f/3,h/1} / {0/0,1/0,c/2,c1/2,c2/0,c3/0,g/2} - Obligation: innermost runtime complexity wrt. defined symbols {F,H,f,h} and constructors {0,1,c,c1,c2,c3,g} + Applied Processor: Sum {left = someStrategy, right = someStrategy} + Details: None MAYBE