MAYBE

We are left with following problem, upon which TcT provides the
certificate MAYBE.

Strict Trs:
  { a__from(X) -> cons(mark(X), from(s(X)))
  , a__from(X) -> from(X)
  , mark(cons(X1, X2)) -> cons(mark(X1), X2)
  , mark(from(X)) -> a__from(mark(X))
  , mark(s(X)) -> s(mark(X))
  , mark(nil()) -> nil()
  , mark(0()) -> 0()
  , mark(length(X)) -> a__length(X)
  , mark(length1(X)) -> a__length1(X)
  , a__length(X) -> length(X)
  , a__length(cons(X, Y)) -> s(a__length1(Y))
  , a__length(nil()) -> 0()
  , a__length1(X) -> a__length(X)
  , a__length1(X) -> length1(X) }
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) '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 minimal-enrichment and initial automaton 'match''
         failed due to the following reason:
         
         match-boundness of the problem could not be verified.
      
      2) 'Bounds with perSymbol-enrichment and initial automaton 'match''
         failed due to the following reason:
         
         match-boundness of the problem could not be verified.
      
   
   3) '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) 'Innermost Weak Dependency Pairs (timeout of 60 seconds)' failed
   due to the following reason:
   
   We add the following weak dependency pairs:
   
   Strict DPs:
     { a__from^#(X) -> c_1(mark^#(X), X)
     , a__from^#(X) -> c_2(X)
     , mark^#(cons(X1, X2)) -> c_3(mark^#(X1), X2)
     , mark^#(from(X)) -> c_4(a__from^#(mark(X)))
     , mark^#(s(X)) -> c_5(mark^#(X))
     , mark^#(nil()) -> c_6()
     , mark^#(0()) -> c_7()
     , mark^#(length(X)) -> c_8(a__length^#(X))
     , mark^#(length1(X)) -> c_9(a__length1^#(X))
     , a__length^#(X) -> c_10(X)
     , a__length^#(cons(X, Y)) -> c_11(a__length1^#(Y))
     , a__length^#(nil()) -> c_12()
     , a__length1^#(X) -> c_13(a__length^#(X))
     , a__length1^#(X) -> c_14(X) }
   
   and mark the set of starting terms.
   
   We are left with following problem, upon which TcT provides the
   certificate MAYBE.
   
   Strict DPs:
     { a__from^#(X) -> c_1(mark^#(X), X)
     , a__from^#(X) -> c_2(X)
     , mark^#(cons(X1, X2)) -> c_3(mark^#(X1), X2)
     , mark^#(from(X)) -> c_4(a__from^#(mark(X)))
     , mark^#(s(X)) -> c_5(mark^#(X))
     , mark^#(nil()) -> c_6()
     , mark^#(0()) -> c_7()
     , mark^#(length(X)) -> c_8(a__length^#(X))
     , mark^#(length1(X)) -> c_9(a__length1^#(X))
     , a__length^#(X) -> c_10(X)
     , a__length^#(cons(X, Y)) -> c_11(a__length1^#(Y))
     , a__length^#(nil()) -> c_12()
     , a__length1^#(X) -> c_13(a__length^#(X))
     , a__length1^#(X) -> c_14(X) }
   Strict Trs:
     { a__from(X) -> cons(mark(X), from(s(X)))
     , a__from(X) -> from(X)
     , mark(cons(X1, X2)) -> cons(mark(X1), X2)
     , mark(from(X)) -> a__from(mark(X))
     , mark(s(X)) -> s(mark(X))
     , mark(nil()) -> nil()
     , mark(0()) -> 0()
     , mark(length(X)) -> a__length(X)
     , mark(length1(X)) -> a__length1(X)
     , a__length(X) -> length(X)
     , a__length(cons(X, Y)) -> s(a__length1(Y))
     , a__length(nil()) -> 0()
     , a__length1(X) -> a__length(X)
     , a__length1(X) -> length1(X) }
   Obligation:
     runtime complexity
   Answer:
     MAYBE
   
   We estimate the number of application of {6,7,12} by applications
   of Pre({6,7,12}) = {1,2,3,5,8,10,13,14}. Here rules are labeled as
   follows:
   
     DPs:
       { 1: a__from^#(X) -> c_1(mark^#(X), X)
       , 2: a__from^#(X) -> c_2(X)
       , 3: mark^#(cons(X1, X2)) -> c_3(mark^#(X1), X2)
       , 4: mark^#(from(X)) -> c_4(a__from^#(mark(X)))
       , 5: mark^#(s(X)) -> c_5(mark^#(X))
       , 6: mark^#(nil()) -> c_6()
       , 7: mark^#(0()) -> c_7()
       , 8: mark^#(length(X)) -> c_8(a__length^#(X))
       , 9: mark^#(length1(X)) -> c_9(a__length1^#(X))
       , 10: a__length^#(X) -> c_10(X)
       , 11: a__length^#(cons(X, Y)) -> c_11(a__length1^#(Y))
       , 12: a__length^#(nil()) -> c_12()
       , 13: a__length1^#(X) -> c_13(a__length^#(X))
       , 14: a__length1^#(X) -> c_14(X) }
   
   We are left with following problem, upon which TcT provides the
   certificate MAYBE.
   
   Strict DPs:
     { a__from^#(X) -> c_1(mark^#(X), X)
     , a__from^#(X) -> c_2(X)
     , mark^#(cons(X1, X2)) -> c_3(mark^#(X1), X2)
     , mark^#(from(X)) -> c_4(a__from^#(mark(X)))
     , mark^#(s(X)) -> c_5(mark^#(X))
     , mark^#(length(X)) -> c_8(a__length^#(X))
     , mark^#(length1(X)) -> c_9(a__length1^#(X))
     , a__length^#(X) -> c_10(X)
     , a__length^#(cons(X, Y)) -> c_11(a__length1^#(Y))
     , a__length1^#(X) -> c_13(a__length^#(X))
     , a__length1^#(X) -> c_14(X) }
   Strict Trs:
     { a__from(X) -> cons(mark(X), from(s(X)))
     , a__from(X) -> from(X)
     , mark(cons(X1, X2)) -> cons(mark(X1), X2)
     , mark(from(X)) -> a__from(mark(X))
     , mark(s(X)) -> s(mark(X))
     , mark(nil()) -> nil()
     , mark(0()) -> 0()
     , mark(length(X)) -> a__length(X)
     , mark(length1(X)) -> a__length1(X)
     , a__length(X) -> length(X)
     , a__length(cons(X, Y)) -> s(a__length1(Y))
     , a__length(nil()) -> 0()
     , a__length1(X) -> a__length(X)
     , a__length1(X) -> length1(X) }
   Weak DPs:
     { mark^#(nil()) -> c_6()
     , mark^#(0()) -> c_7()
     , a__length^#(nil()) -> c_12() }
   Obligation:
     runtime complexity
   Answer:
     MAYBE
   
   Empty strict component of the problem is NOT empty.


Arrrr..