Problem Transformed CSR 04 ExAppendixB AEL03 FR

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 ExAppendixB AEL03 FR

stdout:

MAYBE

Problem:
 from(X) -> cons(X,n__from(n__s(X)))
 2ndspos(0(),Z) -> rnil()
 2ndspos(s(N),cons(X,Z)) -> 2ndspos(s(N),cons2(X,activate(Z)))
 2ndspos(s(N),cons2(X,cons(Y,Z))) -> rcons(posrecip(Y),2ndsneg(N,activate(Z)))
 2ndsneg(0(),Z) -> rnil()
 2ndsneg(s(N),cons(X,Z)) -> 2ndsneg(s(N),cons2(X,activate(Z)))
 2ndsneg(s(N),cons2(X,cons(Y,Z))) -> rcons(negrecip(Y),2ndspos(N,activate(Z)))
 pi(X) -> 2ndspos(X,from(0()))
 plus(0(),Y) -> Y
 plus(s(X),Y) -> s(plus(X,Y))
 times(0(),Y) -> 0()
 times(s(X),Y) -> plus(Y,times(X,Y))
 square(X) -> times(X,X)
 from(X) -> n__from(X)
 s(X) -> n__s(X)
 activate(n__from(X)) -> from(activate(X))
 activate(n__s(X)) -> s(activate(X))
 activate(X) -> X

Proof:
 Open

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 ExAppendixB AEL03 FR

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputTransformed CSR 04 ExAppendixB AEL03 FR

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  from(X) -> cons(X, n__from(n__s(X)))
     , 2ndspos(0(), Z) -> rnil()
     , 2ndspos(s(N), cons(X, Z)) -> 2ndspos(s(N), cons2(X, activate(Z)))
     , 2ndspos(s(N), cons2(X, cons(Y, Z))) ->
       rcons(posrecip(Y), 2ndsneg(N, activate(Z)))
     , 2ndsneg(0(), Z) -> rnil()
     , 2ndsneg(s(N), cons(X, Z)) -> 2ndsneg(s(N), cons2(X, activate(Z)))
     , 2ndsneg(s(N), cons2(X, cons(Y, Z))) ->
       rcons(negrecip(Y), 2ndspos(N, activate(Z)))
     , pi(X) -> 2ndspos(X, from(0()))
     , plus(0(), Y) -> Y
     , plus(s(X), Y) -> s(plus(X, Y))
     , times(0(), Y) -> 0()
     , times(s(X), Y) -> plus(Y, times(X, Y))
     , square(X) -> times(X, X)
     , from(X) -> n__from(X)
     , s(X) -> n__s(X)
     , activate(n__from(X)) -> from(activate(X))
     , activate(n__s(X)) -> s(activate(X))
     , activate(X) -> X}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 ExAppendixB AEL03 FR

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 ExAppendixB AEL03 FR

stdout:

MAYBE

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           MAYBE
Input Problem:    runtime-complexity with respect to
  Rules:
    {  from(X) -> cons(X, n__from(n__s(X)))
     , 2ndspos(0(), Z) -> rnil()
     , 2ndspos(s(N), cons(X, Z)) -> 2ndspos(s(N), cons2(X, activate(Z)))
     , 2ndspos(s(N), cons2(X, cons(Y, Z))) ->
       rcons(posrecip(Y), 2ndsneg(N, activate(Z)))
     , 2ndsneg(0(), Z) -> rnil()
     , 2ndsneg(s(N), cons(X, Z)) -> 2ndsneg(s(N), cons2(X, activate(Z)))
     , 2ndsneg(s(N), cons2(X, cons(Y, Z))) ->
       rcons(negrecip(Y), 2ndspos(N, activate(Z)))
     , pi(X) -> 2ndspos(X, from(0()))
     , plus(0(), Y) -> Y
     , plus(s(X), Y) -> s(plus(X, Y))
     , times(0(), Y) -> 0()
     , times(s(X), Y) -> plus(Y, times(X, Y))
     , square(X) -> times(X, X)
     , from(X) -> n__from(X)
     , s(X) -> n__s(X)
     , activate(n__from(X)) -> from(activate(X))
     , activate(n__s(X)) -> s(activate(X))
     , activate(X) -> X}

Proof Output:    
  None of the processors succeeded.
  
  Details of failed attempt(s):
  -----------------------------
    1) 'wdg' failed due to the following reason:
         Transformation Details:
         -----------------------
           We have computed the following set of weak (innermost) dependency pairs:
           
             {  1: from^#(X) -> c_0(X, X)
              , 2: 2ndspos^#(0(), Z) -> c_1()
              , 3: 2ndspos^#(s(N), cons(X, Z)) ->
                   c_2(2ndspos^#(s(N), cons2(X, activate(Z))))
              , 4: 2ndspos^#(s(N), cons2(X, cons(Y, Z))) ->
                   c_3(Y, 2ndsneg^#(N, activate(Z)))
              , 5: 2ndsneg^#(0(), Z) -> c_4()
              , 6: 2ndsneg^#(s(N), cons(X, Z)) ->
                   c_5(2ndsneg^#(s(N), cons2(X, activate(Z))))
              , 7: 2ndsneg^#(s(N), cons2(X, cons(Y, Z))) ->
                   c_6(Y, 2ndspos^#(N, activate(Z)))
              , 8: pi^#(X) -> c_7(2ndspos^#(X, from(0())))
              , 9: plus^#(0(), Y) -> c_8(Y)
              , 10: plus^#(s(X), Y) -> c_9(s^#(plus(X, Y)))
              , 11: times^#(0(), Y) -> c_10()
              , 12: times^#(s(X), Y) -> c_11(plus^#(Y, times(X, Y)))
              , 13: square^#(X) -> c_12(times^#(X, X))
              , 14: from^#(X) -> c_13(X)
              , 15: s^#(X) -> c_14(X)
              , 16: activate^#(n__from(X)) -> c_15(from^#(activate(X)))
              , 17: activate^#(n__s(X)) -> c_16(s^#(activate(X)))
              , 18: activate^#(X) -> c_17(X)}
           
           Following Dependency Graph (modulo SCCs) was computed. (Answers to
           subproofs are indicated to the right.)
           
             ->{18}                                                      [    YES(?,O(1))     ]
             
             ->{17}                                                      [     inherited      ]
                |
                `->{15}                                                  [       MAYBE        ]
             
             ->{16}                                                      [     inherited      ]
                |
                |->{1}                                                   [         NA         ]
                |
                `->{14}                                                  [         NA         ]
             
             ->{13}                                                      [     inherited      ]
                |
                |->{11}                                                  [    YES(?,O(1))     ]
                |
                `->{12}                                                  [     inherited      ]
                    |
                    |->{9}                                               [         NA         ]
                    |
                    `->{10}                                              [     inherited      ]
                        |
                        `->{15}                                          [         NA         ]
             
             ->{8}                                                       [     inherited      ]
                |
                |->{2}                                                   [         NA         ]
                |
                `->{3,7,6,4}                                             [     inherited      ]
                    |
                    |->{2}                                               [         NA         ]
                    |
                    `->{5}                                               [         NA         ]
             
           
         
         Sub-problems:
         -------------
           * Path {8}: inherited
             -------------------
             
             This path is subsumed by the proof of path {8}->{3,7,6,4}->{2}.
           
           * Path {8}->{2}: NA
             -----------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)}
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {2}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {1}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [3 3 3] x1 + [3]
                           [0 3 3]      [3]
                           [0 0 3]      [3]
                cons(x1, x2) = [1 0 0] x1 + [1 3 2] x2 + [0]
                               [0 0 0]      [0 1 3]      [0]
                               [0 0 1]      [0 0 1]      [2]
                n__from(x1) = [1 3 0] x1 + [0]
                              [0 1 0]      [0]
                              [0 0 1]      [0]
                n__s(x1) = [1 3 1] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 1]      [1]
                2ndspos(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                0() = [0]
                      [0]
                      [0]
                rnil() = [0]
                         [0]
                         [0]
                s(x1) = [0 0 0] x1 + [0]
                        [0 0 0]      [0]
                        [0 0 0]      [0]
                cons2(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                activate(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                rcons(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                posrecip(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                2ndsneg(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                negrecip(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                pi(x1) = [0 0 0] x1 + [0]
                         [0 0 0]      [0]
                         [0 0 0]      [0]
                plus(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                               [0 0 0]      [0 0 0]      [0]
                               [0 0 0]      [0 0 0]      [0]
                times(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                square(x1) = [0 0 0] x1 + [0]
                             [0 0 0]      [0]
                             [0 0 0]      [0]
                from^#(x1) = [0 0 0] x1 + [0]
                             [0 0 0]      [0]
                             [0 0 0]      [0]
                c_0(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                2ndspos^#(x1, x2) = [0 0 0] x1 + [3 0 0] x2 + [0]
                                    [0 0 0]      [0 0 0]      [0]
                                    [0 0 0]      [0 0 0]      [0]
                c_1() = [0]
                        [0]
                        [0]
                c_2(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_3(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                2ndsneg^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                    [0 0 0]      [0 0 0]      [0]
                                    [0 0 0]      [0 0 0]      [0]
                c_4() = [0]
                        [0]
                        [0]
                c_5(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_6(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                pi^#(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_7(x1) = [1 0 0] x1 + [0]
                          [0 1 0]      [0]
                          [0 0 1]      [0]
                plus^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                 [0 0 0]      [0 0 0]      [0]
                                 [0 0 0]      [0 0 0]      [0]
                c_8(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_9(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                s^#(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                times^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                c_10() = [0]
                         [0]
                         [0]
                c_11(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                square^#(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                c_12(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_13(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_14(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                activate^#(x1) = [0 0 0] x1 + [0]
                                 [0 0 0]      [0]
                                 [0 0 0]      [0]
                c_15(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_16(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_17(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
             Complexity induced by the adequate RMI: YES(?,O(n^3))
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {8}->{3,7,6,4}: inherited
             ------------------------------
             
             This path is subsumed by the proof of path {8}->{3,7,6,4}->{2}.
           
           * Path {8}->{3,7,6,4}->{2}: NA
             ----------------------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)
                , activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {8}->{3,7,6,4}->{5}: NA
             ----------------------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)
                , activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {13}: inherited
             --------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{11}: YES(?,O(1))
             ----------------------------
             
             The usable rules of this path are empty.
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {1}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                cons(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                               [0 0 0]      [0 0 0]      [0]
                               [0 0 0]      [0 0 0]      [0]
                n__from(x1) = [0 0 0] x1 + [0]
                              [0 0 0]      [0]
                              [0 0 0]      [0]
                n__s(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                2ndspos(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                0() = [0]
                      [0]
                      [0]
                rnil() = [0]
                         [0]
                         [0]
                s(x1) = [0 0 0] x1 + [0]
                        [0 0 0]      [0]
                        [0 0 0]      [0]
                cons2(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                activate(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                rcons(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                posrecip(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                2ndsneg(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                negrecip(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                pi(x1) = [0 0 0] x1 + [0]
                         [0 0 0]      [0]
                         [0 0 0]      [0]
                plus(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                               [0 0 0]      [0 0 0]      [0]
                               [0 0 0]      [0 0 0]      [0]
                times(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                square(x1) = [0 0 0] x1 + [0]
                             [0 0 0]      [0]
                             [0 0 0]      [0]
                from^#(x1) = [0 0 0] x1 + [0]
                             [0 0 0]      [0]
                             [0 0 0]      [0]
                c_0(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                2ndspos^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                    [0 0 0]      [0 0 0]      [0]
                                    [0 0 0]      [0 0 0]      [0]
                c_1() = [0]
                        [0]
                        [0]
                c_2(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_3(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                2ndsneg^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                    [0 0 0]      [0 0 0]      [0]
                                    [0 0 0]      [0 0 0]      [0]
                c_4() = [0]
                        [0]
                        [0]
                c_5(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_6(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                pi^#(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_7(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                plus^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                 [0 0 0]      [0 0 0]      [0]
                                 [0 0 0]      [0 0 0]      [0]
                c_8(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_9(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                s^#(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                times^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                c_10() = [0]
                         [0]
                         [0]
                c_11(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                square^#(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                c_12(x1) = [1 0 0] x1 + [0]
                           [0 1 0]      [0]
                           [0 0 1]      [0]
                c_13(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_14(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                activate^#(x1) = [0 0 0] x1 + [0]
                                 [0 0 0]      [0]
                                 [0 0 0]      [0]
                c_15(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_16(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_17(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 3'
             --------------------------------------
             Answer:           YES(?,O(1))
             Input Problem:    DP runtime-complexity with respect to
               Strict Rules: {times^#(0(), Y) -> c_10()}
               Weak Rules: {square^#(X) -> c_12(times^#(X, X))}
             
             Proof Output:    
               The following argument positions are usable:
                 Uargs(times^#) = {}, Uargs(square^#) = {}, Uargs(c_12) = {1}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                0() = [2]
                      [2]
                      [2]
                times^#(x1, x2) = [2 0 2] x1 + [0 0 0] x2 + [0]
                                  [2 0 2]      [0 0 0]      [0]
                                  [2 2 2]      [0 0 0]      [0]
                c_10() = [1]
                         [0]
                         [0]
                square^#(x1) = [7 7 7] x1 + [7]
                               [7 7 7]      [7]
                               [7 7 7]      [7]
                c_12(x1) = [2 0 0] x1 + [7]
                           [0 0 0]      [7]
                           [0 0 0]      [7]
           
           * Path {13}->{12}: inherited
             --------------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{12}->{9}: NA
             ------------------------
             
             The usable rules for this path are:
             
               {  times(0(), Y) -> 0()
                , times(s(X), Y) -> plus(Y, times(X, Y))
                , plus(0(), Y) -> Y
                , plus(s(X), Y) -> s(plus(X, Y))
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {13}->{12}->{10}: inherited
             --------------------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{12}->{10}->{15}: NA
             -------------------------------
             
             The usable rules for this path are:
             
               {  times(0(), Y) -> 0()
                , times(s(X), Y) -> plus(Y, times(X, Y))
                , plus(0(), Y) -> Y
                , plus(s(X), Y) -> s(plus(X, Y))
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {16}: inherited
             --------------------
             
             This path is subsumed by the proof of path {16}->{1}.
           
           * Path {16}->{1}: NA
             ------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {16}->{14}: NA
             -------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {17}: inherited
             --------------------
             
             This path is subsumed by the proof of path {17}->{15}.
           
           * Path {17}->{15}: MAYBE
             ----------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 3'
             --------------------------------------
             Answer:           MAYBE
             Input Problem:    runtime-complexity with respect to
               Rules:
                 {  activate^#(n__s(X)) -> c_16(s^#(activate(X)))
                  , s^#(X) -> c_14(X)
                  , activate(n__from(X)) -> from(activate(X))
                  , activate(n__s(X)) -> s(activate(X))
                  , activate(X) -> X
                  , from(X) -> cons(X, n__from(n__s(X)))
                  , from(X) -> n__from(X)
                  , s(X) -> n__s(X)}
             
             Proof Output:    
               The input cannot be shown compatible
           
           * Path {18}: YES(?,O(1))
             ----------------------
             
             The usable rules of this path are empty.
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                cons(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                               [0 0 0]      [0 0 0]      [0]
                               [0 0 0]      [0 0 0]      [0]
                n__from(x1) = [0 0 0] x1 + [0]
                              [0 0 0]      [0]
                              [0 0 0]      [0]
                n__s(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                2ndspos(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                0() = [0]
                      [0]
                      [0]
                rnil() = [0]
                         [0]
                         [0]
                s(x1) = [0 0 0] x1 + [0]
                        [0 0 0]      [0]
                        [0 0 0]      [0]
                cons2(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                activate(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                rcons(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                posrecip(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                2ndsneg(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                negrecip(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                pi(x1) = [0 0 0] x1 + [0]
                         [0 0 0]      [0]
                         [0 0 0]      [0]
                plus(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                               [0 0 0]      [0 0 0]      [0]
                               [0 0 0]      [0 0 0]      [0]
                times(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                [0 0 0]      [0 0 0]      [0]
                                [0 0 0]      [0 0 0]      [0]
                square(x1) = [0 0 0] x1 + [0]
                             [0 0 0]      [0]
                             [0 0 0]      [0]
                from^#(x1) = [0 0 0] x1 + [0]
                             [0 0 0]      [0]
                             [0 0 0]      [0]
                c_0(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                2ndspos^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                    [0 0 0]      [0 0 0]      [0]
                                    [0 0 0]      [0 0 0]      [0]
                c_1() = [0]
                        [0]
                        [0]
                c_2(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_3(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                2ndsneg^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                    [0 0 0]      [0 0 0]      [0]
                                    [0 0 0]      [0 0 0]      [0]
                c_4() = [0]
                        [0]
                        [0]
                c_5(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_6(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                              [0 0 0]      [0 0 0]      [0]
                              [0 0 0]      [0 0 0]      [0]
                pi^#(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_7(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                plus^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                 [0 0 0]      [0 0 0]      [0]
                                 [0 0 0]      [0 0 0]      [0]
                c_8(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                c_9(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                s^#(x1) = [0 0 0] x1 + [0]
                          [0 0 0]      [0]
                          [0 0 0]      [0]
                times^#(x1, x2) = [0 0 0] x1 + [0 0 0] x2 + [0]
                                  [0 0 0]      [0 0 0]      [0]
                                  [0 0 0]      [0 0 0]      [0]
                c_10() = [0]
                         [0]
                         [0]
                c_11(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                square^#(x1) = [0 0 0] x1 + [0]
                               [0 0 0]      [0]
                               [0 0 0]      [0]
                c_12(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_13(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_14(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                activate^#(x1) = [3 3 3] x1 + [0]
                                 [0 0 0]      [0]
                                 [0 0 0]      [0]
                c_15(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_16(x1) = [0 0 0] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
                c_17(x1) = [1 1 1] x1 + [0]
                           [0 0 0]      [0]
                           [0 0 0]      [0]
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 3'
             --------------------------------------
             Answer:           YES(?,O(1))
             Input Problem:    DP runtime-complexity with respect to
               Strict Rules: {activate^#(X) -> c_17(X)}
               Weak Rules: {}
             
             Proof Output:    
               The following argument positions are usable:
                 Uargs(activate^#) = {}, Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                activate^#(x1) = [7 7 7] x1 + [7]
                                 [7 7 7]      [7]
                                 [7 7 7]      [7]
                c_17(x1) = [3 3 3] x1 + [0]
                           [3 1 3]      [1]
                           [1 1 1]      [1]
    
    2) 'wdg' failed due to the following reason:
         Transformation Details:
         -----------------------
           We have computed the following set of weak (innermost) dependency pairs:
           
             {  1: from^#(X) -> c_0(X, X)
              , 2: 2ndspos^#(0(), Z) -> c_1()
              , 3: 2ndspos^#(s(N), cons(X, Z)) ->
                   c_2(2ndspos^#(s(N), cons2(X, activate(Z))))
              , 4: 2ndspos^#(s(N), cons2(X, cons(Y, Z))) ->
                   c_3(Y, 2ndsneg^#(N, activate(Z)))
              , 5: 2ndsneg^#(0(), Z) -> c_4()
              , 6: 2ndsneg^#(s(N), cons(X, Z)) ->
                   c_5(2ndsneg^#(s(N), cons2(X, activate(Z))))
              , 7: 2ndsneg^#(s(N), cons2(X, cons(Y, Z))) ->
                   c_6(Y, 2ndspos^#(N, activate(Z)))
              , 8: pi^#(X) -> c_7(2ndspos^#(X, from(0())))
              , 9: plus^#(0(), Y) -> c_8(Y)
              , 10: plus^#(s(X), Y) -> c_9(s^#(plus(X, Y)))
              , 11: times^#(0(), Y) -> c_10()
              , 12: times^#(s(X), Y) -> c_11(plus^#(Y, times(X, Y)))
              , 13: square^#(X) -> c_12(times^#(X, X))
              , 14: from^#(X) -> c_13(X)
              , 15: s^#(X) -> c_14(X)
              , 16: activate^#(n__from(X)) -> c_15(from^#(activate(X)))
              , 17: activate^#(n__s(X)) -> c_16(s^#(activate(X)))
              , 18: activate^#(X) -> c_17(X)}
           
           Following Dependency Graph (modulo SCCs) was computed. (Answers to
           subproofs are indicated to the right.)
           
             ->{18}                                                      [    YES(?,O(1))     ]
             
             ->{17}                                                      [     inherited      ]
                |
                `->{15}                                                  [         NA         ]
             
             ->{16}                                                      [     inherited      ]
                |
                |->{1}                                                   [         NA         ]
                |
                `->{14}                                                  [       MAYBE        ]
             
             ->{13}                                                      [     inherited      ]
                |
                |->{11}                                                  [    YES(?,O(1))     ]
                |
                `->{12}                                                  [     inherited      ]
                    |
                    |->{9}                                               [         NA         ]
                    |
                    `->{10}                                              [     inherited      ]
                        |
                        `->{15}                                          [         NA         ]
             
             ->{8}                                                       [     inherited      ]
                |
                |->{2}                                                   [         NA         ]
                |
                `->{3,7,6,4}                                             [     inherited      ]
                    |
                    |->{2}                                               [         NA         ]
                    |
                    `->{5}                                               [         NA         ]
             
           
         
         Sub-problems:
         -------------
           * Path {8}: inherited
             -------------------
             
             This path is subsumed by the proof of path {8}->{3,7,6,4}->{2}.
           
           * Path {8}->{2}: NA
             -----------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)}
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {2}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {1}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [3 3] x1 + [3]
                           [0 3]      [3]
                cons(x1, x2) = [1 0] x1 + [1 1] x2 + [0]
                               [0 1]      [0 1]      [2]
                n__from(x1) = [1 2] x1 + [1]
                              [0 1]      [1]
                n__s(x1) = [1 0] x1 + [0]
                           [0 1]      [0]
                2ndspos(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                0() = [0]
                      [0]
                rnil() = [0]
                         [0]
                s(x1) = [0 0] x1 + [0]
                        [0 0]      [0]
                cons2(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                activate(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                rcons(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                posrecip(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                2ndsneg(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                negrecip(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                pi(x1) = [0 0] x1 + [0]
                         [0 0]      [0]
                plus(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                               [0 0]      [0 0]      [0]
                times(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                square(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                from^#(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                c_0(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                2ndspos^#(x1, x2) = [0 0] x1 + [3 0] x2 + [0]
                                    [0 0]      [0 0]      [0]
                c_1() = [0]
                        [0]
                c_2(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_3(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                2ndsneg^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                    [0 0]      [0 0]      [0]
                c_4() = [0]
                        [0]
                c_5(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_6(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                pi^#(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_7(x1) = [1 0] x1 + [0]
                          [0 1]      [0]
                plus^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                 [0 0]      [0 0]      [0]
                c_8(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_9(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                s^#(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                times^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                c_10() = [0]
                         [0]
                c_11(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                square^#(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                c_12(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_13(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_14(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                activate^#(x1) = [0 0] x1 + [0]
                                 [0 0]      [0]
                c_15(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_16(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_17(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
             Complexity induced by the adequate RMI: YES(?,O(n^2))
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {8}->{3,7,6,4}: inherited
             ------------------------------
             
             This path is subsumed by the proof of path {8}->{3,7,6,4}->{2}.
           
           * Path {8}->{3,7,6,4}->{2}: NA
             ----------------------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)
                , activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {8}->{3,7,6,4}->{5}: NA
             ----------------------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)
                , activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {13}: inherited
             --------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{11}: YES(?,O(1))
             ----------------------------
             
             The usable rules of this path are empty.
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {1}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                cons(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                               [0 0]      [0 0]      [0]
                n__from(x1) = [0 0] x1 + [0]
                              [0 0]      [0]
                n__s(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                2ndspos(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                0() = [0]
                      [0]
                rnil() = [0]
                         [0]
                s(x1) = [0 0] x1 + [0]
                        [0 0]      [0]
                cons2(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                activate(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                rcons(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                posrecip(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                2ndsneg(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                negrecip(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                pi(x1) = [0 0] x1 + [0]
                         [0 0]      [0]
                plus(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                               [0 0]      [0 0]      [0]
                times(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                square(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                from^#(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                c_0(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                2ndspos^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                    [0 0]      [0 0]      [0]
                c_1() = [0]
                        [0]
                c_2(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_3(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                2ndsneg^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                    [0 0]      [0 0]      [0]
                c_4() = [0]
                        [0]
                c_5(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_6(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                pi^#(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_7(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                plus^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                 [0 0]      [0 0]      [0]
                c_8(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_9(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                s^#(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                times^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                c_10() = [0]
                         [0]
                c_11(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                square^#(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                c_12(x1) = [1 0] x1 + [0]
                           [0 1]      [0]
                c_13(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_14(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                activate^#(x1) = [0 0] x1 + [0]
                                 [0 0]      [0]
                c_15(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_16(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_17(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 2'
             --------------------------------------
             Answer:           YES(?,O(1))
             Input Problem:    DP runtime-complexity with respect to
               Strict Rules: {times^#(0(), Y) -> c_10()}
               Weak Rules: {square^#(X) -> c_12(times^#(X, X))}
             
             Proof Output:    
               The following argument positions are usable:
                 Uargs(times^#) = {}, Uargs(square^#) = {}, Uargs(c_12) = {1}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                0() = [2]
                      [2]
                times^#(x1, x2) = [0 2] x1 + [0 0] x2 + [0]
                                  [2 0]      [0 0]      [0]
                c_10() = [1]
                         [0]
                square^#(x1) = [7 7] x1 + [7]
                               [7 7]      [7]
                c_12(x1) = [2 0] x1 + [7]
                           [0 0]      [7]
           
           * Path {13}->{12}: inherited
             --------------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{12}->{9}: NA
             ------------------------
             
             The usable rules for this path are:
             
               {  times(0(), Y) -> 0()
                , times(s(X), Y) -> plus(Y, times(X, Y))
                , plus(0(), Y) -> Y
                , plus(s(X), Y) -> s(plus(X, Y))
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {13}->{12}->{10}: inherited
             --------------------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{12}->{10}->{15}: NA
             -------------------------------
             
             The usable rules for this path are:
             
               {  times(0(), Y) -> 0()
                , times(s(X), Y) -> plus(Y, times(X, Y))
                , plus(0(), Y) -> Y
                , plus(s(X), Y) -> s(plus(X, Y))
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {16}: inherited
             --------------------
             
             This path is subsumed by the proof of path {16}->{1}.
           
           * Path {16}->{1}: NA
             ------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {16}->{14}: MAYBE
             ----------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 2'
             --------------------------------------
             Answer:           MAYBE
             Input Problem:    runtime-complexity with respect to
               Rules:
                 {  activate^#(n__from(X)) -> c_15(from^#(activate(X)))
                  , from^#(X) -> c_13(X)
                  , activate(n__from(X)) -> from(activate(X))
                  , activate(n__s(X)) -> s(activate(X))
                  , activate(X) -> X
                  , from(X) -> cons(X, n__from(n__s(X)))
                  , from(X) -> n__from(X)
                  , s(X) -> n__s(X)}
             
             Proof Output:    
               The input cannot be shown compatible
           
           * Path {17}: inherited
             --------------------
             
             This path is subsumed by the proof of path {17}->{15}.
           
           * Path {17}->{15}: NA
             -------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {18}: YES(?,O(1))
             ----------------------
             
             The usable rules of this path are empty.
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                cons(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                               [0 0]      [0 0]      [0]
                n__from(x1) = [0 0] x1 + [0]
                              [0 0]      [0]
                n__s(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                2ndspos(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                0() = [0]
                      [0]
                rnil() = [0]
                         [0]
                s(x1) = [0 0] x1 + [0]
                        [0 0]      [0]
                cons2(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                activate(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                rcons(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                posrecip(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                2ndsneg(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                negrecip(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                pi(x1) = [0 0] x1 + [0]
                         [0 0]      [0]
                plus(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                               [0 0]      [0 0]      [0]
                times(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                [0 0]      [0 0]      [0]
                square(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                from^#(x1) = [0 0] x1 + [0]
                             [0 0]      [0]
                c_0(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                2ndspos^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                    [0 0]      [0 0]      [0]
                c_1() = [0]
                        [0]
                c_2(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_3(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                2ndsneg^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                    [0 0]      [0 0]      [0]
                c_4() = [0]
                        [0]
                c_5(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_6(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                              [0 0]      [0 0]      [0]
                pi^#(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_7(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                plus^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                 [0 0]      [0 0]      [0]
                c_8(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                c_9(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                s^#(x1) = [0 0] x1 + [0]
                          [0 0]      [0]
                times^#(x1, x2) = [0 0] x1 + [0 0] x2 + [0]
                                  [0 0]      [0 0]      [0]
                c_10() = [0]
                         [0]
                c_11(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                square^#(x1) = [0 0] x1 + [0]
                               [0 0]      [0]
                c_12(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_13(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_14(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                activate^#(x1) = [3 3] x1 + [0]
                                 [0 0]      [0]
                c_15(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_16(x1) = [0 0] x1 + [0]
                           [0 0]      [0]
                c_17(x1) = [1 1] x1 + [0]
                           [0 0]      [0]
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 2'
             --------------------------------------
             Answer:           YES(?,O(1))
             Input Problem:    DP runtime-complexity with respect to
               Strict Rules: {activate^#(X) -> c_17(X)}
               Weak Rules: {}
             
             Proof Output:    
               The following argument positions are usable:
                 Uargs(activate^#) = {}, Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                activate^#(x1) = [7 7] x1 + [7]
                                 [7 7]      [7]
                c_17(x1) = [1 3] x1 + [0]
                           [3 1]      [3]
    
    3) 'wdg' failed due to the following reason:
         Transformation Details:
         -----------------------
           We have computed the following set of weak (innermost) dependency pairs:
           
             {  1: from^#(X) -> c_0(X, X)
              , 2: 2ndspos^#(0(), Z) -> c_1()
              , 3: 2ndspos^#(s(N), cons(X, Z)) ->
                   c_2(2ndspos^#(s(N), cons2(X, activate(Z))))
              , 4: 2ndspos^#(s(N), cons2(X, cons(Y, Z))) ->
                   c_3(Y, 2ndsneg^#(N, activate(Z)))
              , 5: 2ndsneg^#(0(), Z) -> c_4()
              , 6: 2ndsneg^#(s(N), cons(X, Z)) ->
                   c_5(2ndsneg^#(s(N), cons2(X, activate(Z))))
              , 7: 2ndsneg^#(s(N), cons2(X, cons(Y, Z))) ->
                   c_6(Y, 2ndspos^#(N, activate(Z)))
              , 8: pi^#(X) -> c_7(2ndspos^#(X, from(0())))
              , 9: plus^#(0(), Y) -> c_8(Y)
              , 10: plus^#(s(X), Y) -> c_9(s^#(plus(X, Y)))
              , 11: times^#(0(), Y) -> c_10()
              , 12: times^#(s(X), Y) -> c_11(plus^#(Y, times(X, Y)))
              , 13: square^#(X) -> c_12(times^#(X, X))
              , 14: from^#(X) -> c_13(X)
              , 15: s^#(X) -> c_14(X)
              , 16: activate^#(n__from(X)) -> c_15(from^#(activate(X)))
              , 17: activate^#(n__s(X)) -> c_16(s^#(activate(X)))
              , 18: activate^#(X) -> c_17(X)}
           
           Following Dependency Graph (modulo SCCs) was computed. (Answers to
           subproofs are indicated to the right.)
           
             ->{18}                                                      [    YES(?,O(1))     ]
             
             ->{17}                                                      [     inherited      ]
                |
                `->{15}                                                  [       MAYBE        ]
             
             ->{16}                                                      [     inherited      ]
                |
                |->{1}                                                   [         NA         ]
                |
                `->{14}                                                  [         NA         ]
             
             ->{13}                                                      [     inherited      ]
                |
                |->{11}                                                  [    YES(?,O(1))     ]
                |
                `->{12}                                                  [     inherited      ]
                    |
                    |->{9}                                               [         NA         ]
                    |
                    `->{10}                                              [     inherited      ]
                        |
                        `->{15}                                          [         NA         ]
             
             ->{8}                                                       [     inherited      ]
                |
                |->{2}                                                   [         NA         ]
                |
                `->{3,7,6,4}                                             [     inherited      ]
                    |
                    |->{2}                                               [         NA         ]
                    |
                    `->{5}                                               [         NA         ]
             
           
         
         Sub-problems:
         -------------
           * Path {8}: inherited
             -------------------
             
             This path is subsumed by the proof of path {8}->{3,7,6,4}->{2}.
           
           * Path {8}->{2}: NA
             -----------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)}
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {2}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {1}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [3] x1 + [3]
                cons(x1, x2) = [0] x1 + [1] x2 + [0]
                n__from(x1) = [0] x1 + [2]
                n__s(x1) = [1] x1 + [3]
                2ndspos(x1, x2) = [0] x1 + [0] x2 + [0]
                0() = [0]
                rnil() = [0]
                s(x1) = [0] x1 + [0]
                cons2(x1, x2) = [0] x1 + [0] x2 + [0]
                activate(x1) = [0] x1 + [0]
                rcons(x1, x2) = [0] x1 + [0] x2 + [0]
                posrecip(x1) = [0] x1 + [0]
                2ndsneg(x1, x2) = [0] x1 + [0] x2 + [0]
                negrecip(x1) = [0] x1 + [0]
                pi(x1) = [0] x1 + [0]
                plus(x1, x2) = [0] x1 + [0] x2 + [0]
                times(x1, x2) = [0] x1 + [0] x2 + [0]
                square(x1) = [0] x1 + [0]
                from^#(x1) = [0] x1 + [0]
                c_0(x1, x2) = [0] x1 + [0] x2 + [0]
                2ndspos^#(x1, x2) = [0] x1 + [3] x2 + [0]
                c_1() = [0]
                c_2(x1) = [0] x1 + [0]
                c_3(x1, x2) = [0] x1 + [0] x2 + [0]
                2ndsneg^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_4() = [0]
                c_5(x1) = [0] x1 + [0]
                c_6(x1, x2) = [0] x1 + [0] x2 + [0]
                pi^#(x1) = [0] x1 + [0]
                c_7(x1) = [1] x1 + [0]
                plus^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_8(x1) = [0] x1 + [0]
                c_9(x1) = [0] x1 + [0]
                s^#(x1) = [0] x1 + [0]
                times^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_10() = [0]
                c_11(x1) = [0] x1 + [0]
                square^#(x1) = [0] x1 + [0]
                c_12(x1) = [0] x1 + [0]
                c_13(x1) = [0] x1 + [0]
                c_14(x1) = [0] x1 + [0]
                activate^#(x1) = [0] x1 + [0]
                c_15(x1) = [0] x1 + [0]
                c_16(x1) = [0] x1 + [0]
                c_17(x1) = [0] x1 + [0]
             Complexity induced by the adequate RMI: YES(?,O(n^1))
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {8}->{3,7,6,4}: inherited
             ------------------------------
             
             This path is subsumed by the proof of path {8}->{3,7,6,4}->{2}.
           
           * Path {8}->{3,7,6,4}->{2}: NA
             ----------------------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)
                , activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {8}->{3,7,6,4}->{5}: NA
             ----------------------------
             
             The usable rules for this path are:
             
               {  from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)
                , activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {13}: inherited
             --------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{11}: YES(?,O(1))
             ----------------------------
             
             The usable rules of this path are empty.
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {1}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [0] x1 + [0]
                cons(x1, x2) = [0] x1 + [0] x2 + [0]
                n__from(x1) = [0] x1 + [0]
                n__s(x1) = [0] x1 + [0]
                2ndspos(x1, x2) = [0] x1 + [0] x2 + [0]
                0() = [0]
                rnil() = [0]
                s(x1) = [0] x1 + [0]
                cons2(x1, x2) = [0] x1 + [0] x2 + [0]
                activate(x1) = [0] x1 + [0]
                rcons(x1, x2) = [0] x1 + [0] x2 + [0]
                posrecip(x1) = [0] x1 + [0]
                2ndsneg(x1, x2) = [0] x1 + [0] x2 + [0]
                negrecip(x1) = [0] x1 + [0]
                pi(x1) = [0] x1 + [0]
                plus(x1, x2) = [0] x1 + [0] x2 + [0]
                times(x1, x2) = [0] x1 + [0] x2 + [0]
                square(x1) = [0] x1 + [0]
                from^#(x1) = [0] x1 + [0]
                c_0(x1, x2) = [0] x1 + [0] x2 + [0]
                2ndspos^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_1() = [0]
                c_2(x1) = [0] x1 + [0]
                c_3(x1, x2) = [0] x1 + [0] x2 + [0]
                2ndsneg^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_4() = [0]
                c_5(x1) = [0] x1 + [0]
                c_6(x1, x2) = [0] x1 + [0] x2 + [0]
                pi^#(x1) = [0] x1 + [0]
                c_7(x1) = [0] x1 + [0]
                plus^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_8(x1) = [0] x1 + [0]
                c_9(x1) = [0] x1 + [0]
                s^#(x1) = [0] x1 + [0]
                times^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_10() = [0]
                c_11(x1) = [0] x1 + [0]
                square^#(x1) = [0] x1 + [0]
                c_12(x1) = [1] x1 + [0]
                c_13(x1) = [0] x1 + [0]
                c_14(x1) = [0] x1 + [0]
                activate^#(x1) = [0] x1 + [0]
                c_15(x1) = [0] x1 + [0]
                c_16(x1) = [0] x1 + [0]
                c_17(x1) = [0] x1 + [0]
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 1'
             --------------------------------------
             Answer:           YES(?,O(1))
             Input Problem:    DP runtime-complexity with respect to
               Strict Rules: {times^#(0(), Y) -> c_10()}
               Weak Rules: {square^#(X) -> c_12(times^#(X, X))}
             
             Proof Output:    
               The following argument positions are usable:
                 Uargs(times^#) = {}, Uargs(square^#) = {}, Uargs(c_12) = {1}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                0() = [7]
                times^#(x1, x2) = [1] x1 + [3] x2 + [7]
                c_10() = [1]
                square^#(x1) = [7] x1 + [7]
                c_12(x1) = [1] x1 + [0]
           
           * Path {13}->{12}: inherited
             --------------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{12}->{9}: NA
             ------------------------
             
             The usable rules for this path are:
             
               {  times(0(), Y) -> 0()
                , times(s(X), Y) -> plus(Y, times(X, Y))
                , plus(0(), Y) -> Y
                , plus(s(X), Y) -> s(plus(X, Y))
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {13}->{12}->{10}: inherited
             --------------------------------
             
             This path is subsumed by the proof of path {13}->{12}->{10}->{15}.
           
           * Path {13}->{12}->{10}->{15}: NA
             -------------------------------
             
             The usable rules for this path are:
             
               {  times(0(), Y) -> 0()
                , times(s(X), Y) -> plus(Y, times(X, Y))
                , plus(0(), Y) -> Y
                , plus(s(X), Y) -> s(plus(X, Y))
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {16}: inherited
             --------------------
             
             This path is subsumed by the proof of path {16}->{1}.
           
           * Path {16}->{1}: NA
             ------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {16}->{14}: NA
             -------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We have not generated a proof for the resulting sub-problem.
           
           * Path {17}: inherited
             --------------------
             
             This path is subsumed by the proof of path {17}->{15}.
           
           * Path {17}->{15}: MAYBE
             ----------------------
             
             The usable rules for this path are:
             
               {  activate(n__from(X)) -> from(activate(X))
                , activate(n__s(X)) -> s(activate(X))
                , activate(X) -> X
                , from(X) -> cons(X, n__from(n__s(X)))
                , from(X) -> n__from(X)
                , s(X) -> n__s(X)}
             
             The weight gap principle does not apply:
               The input cannot be shown compatible
             Complexity induced by the adequate RMI: MAYBE
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 1'
             --------------------------------------
             Answer:           MAYBE
             Input Problem:    runtime-complexity with respect to
               Rules:
                 {  activate^#(n__s(X)) -> c_16(s^#(activate(X)))
                  , s^#(X) -> c_14(X)
                  , activate(n__from(X)) -> from(activate(X))
                  , activate(n__s(X)) -> s(activate(X))
                  , activate(X) -> X
                  , from(X) -> cons(X, n__from(n__s(X)))
                  , from(X) -> n__from(X)
                  , s(X) -> n__s(X)}
             
             Proof Output:    
               The input cannot be shown compatible
           
           * Path {18}: YES(?,O(1))
             ----------------------
             
             The usable rules of this path are empty.
             
             The weightgap principle applies, using the following adequate RMI:
               The following argument positions are usable:
                 Uargs(from) = {}, Uargs(cons) = {}, Uargs(n__from) = {},
                 Uargs(n__s) = {}, Uargs(2ndspos) = {}, Uargs(s) = {},
                 Uargs(cons2) = {}, Uargs(activate) = {}, Uargs(rcons) = {},
                 Uargs(posrecip) = {}, Uargs(2ndsneg) = {}, Uargs(negrecip) = {},
                 Uargs(pi) = {}, Uargs(plus) = {}, Uargs(times) = {},
                 Uargs(square) = {}, Uargs(from^#) = {}, Uargs(c_0) = {},
                 Uargs(2ndspos^#) = {}, Uargs(c_2) = {}, Uargs(c_3) = {},
                 Uargs(2ndsneg^#) = {}, Uargs(c_5) = {}, Uargs(c_6) = {},
                 Uargs(pi^#) = {}, Uargs(c_7) = {}, Uargs(plus^#) = {},
                 Uargs(c_8) = {}, Uargs(c_9) = {}, Uargs(s^#) = {},
                 Uargs(times^#) = {}, Uargs(c_11) = {}, Uargs(square^#) = {},
                 Uargs(c_12) = {}, Uargs(c_13) = {}, Uargs(c_14) = {},
                 Uargs(activate^#) = {}, Uargs(c_15) = {}, Uargs(c_16) = {},
                 Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                from(x1) = [0] x1 + [0]
                cons(x1, x2) = [0] x1 + [0] x2 + [0]
                n__from(x1) = [0] x1 + [0]
                n__s(x1) = [0] x1 + [0]
                2ndspos(x1, x2) = [0] x1 + [0] x2 + [0]
                0() = [0]
                rnil() = [0]
                s(x1) = [0] x1 + [0]
                cons2(x1, x2) = [0] x1 + [0] x2 + [0]
                activate(x1) = [0] x1 + [0]
                rcons(x1, x2) = [0] x1 + [0] x2 + [0]
                posrecip(x1) = [0] x1 + [0]
                2ndsneg(x1, x2) = [0] x1 + [0] x2 + [0]
                negrecip(x1) = [0] x1 + [0]
                pi(x1) = [0] x1 + [0]
                plus(x1, x2) = [0] x1 + [0] x2 + [0]
                times(x1, x2) = [0] x1 + [0] x2 + [0]
                square(x1) = [0] x1 + [0]
                from^#(x1) = [0] x1 + [0]
                c_0(x1, x2) = [0] x1 + [0] x2 + [0]
                2ndspos^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_1() = [0]
                c_2(x1) = [0] x1 + [0]
                c_3(x1, x2) = [0] x1 + [0] x2 + [0]
                2ndsneg^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_4() = [0]
                c_5(x1) = [0] x1 + [0]
                c_6(x1, x2) = [0] x1 + [0] x2 + [0]
                pi^#(x1) = [0] x1 + [0]
                c_7(x1) = [0] x1 + [0]
                plus^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_8(x1) = [0] x1 + [0]
                c_9(x1) = [0] x1 + [0]
                s^#(x1) = [0] x1 + [0]
                times^#(x1, x2) = [0] x1 + [0] x2 + [0]
                c_10() = [0]
                c_11(x1) = [0] x1 + [0]
                square^#(x1) = [0] x1 + [0]
                c_12(x1) = [0] x1 + [0]
                c_13(x1) = [0] x1 + [0]
                c_14(x1) = [0] x1 + [0]
                activate^#(x1) = [3] x1 + [0]
                c_15(x1) = [0] x1 + [0]
                c_16(x1) = [0] x1 + [0]
                c_17(x1) = [1] x1 + [0]
             
             We apply the sub-processor on the resulting sub-problem:
             
             'matrix-interpretation of dimension 1'
             --------------------------------------
             Answer:           YES(?,O(1))
             Input Problem:    DP runtime-complexity with respect to
               Strict Rules: {activate^#(X) -> c_17(X)}
               Weak Rules: {}
             
             Proof Output:    
               The following argument positions are usable:
                 Uargs(activate^#) = {}, Uargs(c_17) = {}
               We have the following constructor-restricted matrix interpretation:
               Interpretation Functions:
                activate^#(x1) = [7] x1 + [7]
                c_17(x1) = [1] x1 + [0]
    
    4) 'matrix-interpretation of dimension 1' failed due to the following reason:
         The input cannot be shown compatible
    
    5) 'Bounds with perSymbol-enrichment and initial automaton 'match'' failed due to the following reason:
         match-boundness of the problem could not be verified.
    
    6) 'Bounds with minimal-enrichment and initial automaton 'match'' failed due to the following reason:
         match-boundness of the problem could not be verified.