MAYBE We are left with following problem, upon which TcT provides the certificate MAYBE. Strict Trs: { a__and(X1, X2) -> and(X1, X2) , a__and(tt(), X) -> mark(X) , mark(tt()) -> tt() , mark(0()) -> 0() , mark(s(X)) -> s(mark(X)) , mark(and(X1, X2)) -> a__and(mark(X1), X2) , mark(plus(X1, X2)) -> a__plus(mark(X1), mark(X2)) , mark(x(X1, X2)) -> a__x(mark(X1), mark(X2)) , a__plus(X1, X2) -> plus(X1, X2) , a__plus(N, 0()) -> mark(N) , a__plus(N, s(M)) -> s(a__plus(mark(N), mark(M))) , a__x(X1, X2) -> x(X1, X2) , a__x(N, 0()) -> 0() , a__x(N, s(M)) -> a__plus(a__x(mark(N), mark(M)), mark(N)) } Obligation: runtime complexity Answer: MAYBE None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'WithProblem (timeout of 60 seconds)' failed due to the following reason: Computation stopped due to timeout after 60.0 seconds. 2) 'Best' failed due to the following reason: None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'WithProblem (timeout of 30 seconds) (timeout of 60 seconds)' failed due to the following reason: Computation stopped due to timeout after 30.0 seconds. 2) 'Best' failed due to the following reason: None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'bsearch-popstar (timeout of 60 seconds)' failed due to the following reason: The processor is inapplicable, reason: Processor only applicable for innermost runtime complexity analysis 2) 'Polynomial Path Order (PS) (timeout of 60 seconds)' failed due to the following reason: The processor is inapplicable, reason: Processor only applicable for innermost runtime complexity analysis 3) 'Fastest (timeout of 5 seconds) (timeout of 60 seconds)' failed due to the following reason: None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'Bounds with perSymbol-enrichment and initial automaton 'match'' failed due to the following reason: match-boundness of the problem could not be verified. 2) 'Bounds with minimal-enrichment and initial automaton 'match'' failed due to the following reason: match-boundness of the problem could not be verified. 3) 'Innermost Weak Dependency Pairs (timeout of 60 seconds)' failed due to the following reason: We add the following weak dependency pairs: Strict DPs: { a__and^#(X1, X2) -> c_1(X1, X2) , a__and^#(tt(), X) -> c_2(mark^#(X)) , mark^#(tt()) -> c_3() , mark^#(0()) -> c_4() , mark^#(s(X)) -> c_5(mark^#(X)) , mark^#(and(X1, X2)) -> c_6(a__and^#(mark(X1), X2)) , mark^#(plus(X1, X2)) -> c_7(a__plus^#(mark(X1), mark(X2))) , mark^#(x(X1, X2)) -> c_8(a__x^#(mark(X1), mark(X2))) , a__plus^#(X1, X2) -> c_9(X1, X2) , a__plus^#(N, 0()) -> c_10(mark^#(N)) , a__plus^#(N, s(M)) -> c_11(a__plus^#(mark(N), mark(M))) , a__x^#(X1, X2) -> c_12(X1, X2) , a__x^#(N, 0()) -> c_13() , a__x^#(N, s(M)) -> c_14(a__plus^#(a__x(mark(N), mark(M)), mark(N))) } and mark the set of starting terms. We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { a__and^#(X1, X2) -> c_1(X1, X2) , a__and^#(tt(), X) -> c_2(mark^#(X)) , mark^#(tt()) -> c_3() , mark^#(0()) -> c_4() , mark^#(s(X)) -> c_5(mark^#(X)) , mark^#(and(X1, X2)) -> c_6(a__and^#(mark(X1), X2)) , mark^#(plus(X1, X2)) -> c_7(a__plus^#(mark(X1), mark(X2))) , mark^#(x(X1, X2)) -> c_8(a__x^#(mark(X1), mark(X2))) , a__plus^#(X1, X2) -> c_9(X1, X2) , a__plus^#(N, 0()) -> c_10(mark^#(N)) , a__plus^#(N, s(M)) -> c_11(a__plus^#(mark(N), mark(M))) , a__x^#(X1, X2) -> c_12(X1, X2) , a__x^#(N, 0()) -> c_13() , a__x^#(N, s(M)) -> c_14(a__plus^#(a__x(mark(N), mark(M)), mark(N))) } Strict Trs: { a__and(X1, X2) -> and(X1, X2) , a__and(tt(), X) -> mark(X) , mark(tt()) -> tt() , mark(0()) -> 0() , mark(s(X)) -> s(mark(X)) , mark(and(X1, X2)) -> a__and(mark(X1), X2) , mark(plus(X1, X2)) -> a__plus(mark(X1), mark(X2)) , mark(x(X1, X2)) -> a__x(mark(X1), mark(X2)) , a__plus(X1, X2) -> plus(X1, X2) , a__plus(N, 0()) -> mark(N) , a__plus(N, s(M)) -> s(a__plus(mark(N), mark(M))) , a__x(X1, X2) -> x(X1, X2) , a__x(N, 0()) -> 0() , a__x(N, s(M)) -> a__plus(a__x(mark(N), mark(M)), mark(N)) } Obligation: runtime complexity Answer: MAYBE We estimate the number of application of {3,4,13} by applications of Pre({3,4,13}) = {1,2,5,8,9,10,12}. Here rules are labeled as follows: DPs: { 1: a__and^#(X1, X2) -> c_1(X1, X2) , 2: a__and^#(tt(), X) -> c_2(mark^#(X)) , 3: mark^#(tt()) -> c_3() , 4: mark^#(0()) -> c_4() , 5: mark^#(s(X)) -> c_5(mark^#(X)) , 6: mark^#(and(X1, X2)) -> c_6(a__and^#(mark(X1), X2)) , 7: mark^#(plus(X1, X2)) -> c_7(a__plus^#(mark(X1), mark(X2))) , 8: mark^#(x(X1, X2)) -> c_8(a__x^#(mark(X1), mark(X2))) , 9: a__plus^#(X1, X2) -> c_9(X1, X2) , 10: a__plus^#(N, 0()) -> c_10(mark^#(N)) , 11: a__plus^#(N, s(M)) -> c_11(a__plus^#(mark(N), mark(M))) , 12: a__x^#(X1, X2) -> c_12(X1, X2) , 13: a__x^#(N, 0()) -> c_13() , 14: a__x^#(N, s(M)) -> c_14(a__plus^#(a__x(mark(N), mark(M)), mark(N))) } We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { a__and^#(X1, X2) -> c_1(X1, X2) , a__and^#(tt(), X) -> c_2(mark^#(X)) , mark^#(s(X)) -> c_5(mark^#(X)) , mark^#(and(X1, X2)) -> c_6(a__and^#(mark(X1), X2)) , mark^#(plus(X1, X2)) -> c_7(a__plus^#(mark(X1), mark(X2))) , mark^#(x(X1, X2)) -> c_8(a__x^#(mark(X1), mark(X2))) , a__plus^#(X1, X2) -> c_9(X1, X2) , a__plus^#(N, 0()) -> c_10(mark^#(N)) , a__plus^#(N, s(M)) -> c_11(a__plus^#(mark(N), mark(M))) , a__x^#(X1, X2) -> c_12(X1, X2) , a__x^#(N, s(M)) -> c_14(a__plus^#(a__x(mark(N), mark(M)), mark(N))) } Strict Trs: { a__and(X1, X2) -> and(X1, X2) , a__and(tt(), X) -> mark(X) , mark(tt()) -> tt() , mark(0()) -> 0() , mark(s(X)) -> s(mark(X)) , mark(and(X1, X2)) -> a__and(mark(X1), X2) , mark(plus(X1, X2)) -> a__plus(mark(X1), mark(X2)) , mark(x(X1, X2)) -> a__x(mark(X1), mark(X2)) , a__plus(X1, X2) -> plus(X1, X2) , a__plus(N, 0()) -> mark(N) , a__plus(N, s(M)) -> s(a__plus(mark(N), mark(M))) , a__x(X1, X2) -> x(X1, X2) , a__x(N, 0()) -> 0() , a__x(N, s(M)) -> a__plus(a__x(mark(N), mark(M)), mark(N)) } Weak DPs: { mark^#(tt()) -> c_3() , mark^#(0()) -> c_4() , a__x^#(N, 0()) -> c_13() } Obligation: runtime complexity Answer: MAYBE Empty strict component of the problem is NOT empty. Arrrr..