MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: ID_INC(z0) -> c4() ID_INC(z0) -> c5() IF(false(),z0,z1) -> c8() IF(true(),z0,z1) -> c10(RAND(p(z0),id_inc(z1)),ID_INC(z1)) IF(true(),z0,z1) -> c9(RAND(p(z0),id_inc(z1)),P(z0)) NONZERO(0()) -> c() NONZERO(s(z0)) -> c1() P(0()) -> c2() P(s(z0)) -> c3() RAND(z0,z1) -> c7(IF(nonZero(z0),z0,z1),NONZERO(z0)) RANDOM(z0) -> c6(RAND(z0,0())) - Weak TRS: id_inc(z0) -> z0 id_inc(z0) -> s(z0) if(false(),z0,z1) -> z1 if(true(),z0,z1) -> rand(p(z0),id_inc(z1)) nonZero(0()) -> false() nonZero(s(z0)) -> true() p(0()) -> 0() p(s(z0)) -> z0 rand(z0,z1) -> if(nonZero(z0),z0,z1) random(z0) -> rand(z0,0()) - Signature: {ID_INC/1,IF/3,NONZERO/1,P/1,RAND/2,RANDOM/1,id_inc/1,if/3,nonZero/1,p/1,rand/2,random/1} / {0/0,c/0,c1/0 ,c10/2,c2/0,c3/0,c4/0,c5/0,c6/1,c7/2,c8/0,c9/2,false/0,s/1,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {ID_INC,IF,NONZERO,P,RAND,RANDOM,id_inc,if,nonZero,p,rand ,random} and constructors {0,c,c1,c10,c2,c3,c4,c5,c6,c7,c8,c9,false,s,true} + Applied Processor: Sum {left = someStrategy, right = someStrategy} + Details: None MAYBE