WORST_CASE(?,O(n^1))
* Step 1: Ara WORST_CASE(?,O(n^1))
    + Considered Problem:
        - Strict TRS:
            main(x1) -> scheme#2(x1)
            scheme#2(Cons(x10,Cons(x16,x24))) -> scheme#2(x24)
            scheme#2(Nil()) -> Nil()
        - Signature:
            {main/1,scheme#2/1} / {Cons/2,Nil/0}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {main,scheme#2} and constructors {Cons,Nil}
    + Applied Processor:
        Ara {araHeuristics = NoHeuristics, minDegree = 1, maxDegree = 2, araTimeout = 5, araRuleShifting = Nothing}
    + Details:
        Signatures used:
        ----------------
          Cons :: ["A"(0) x "A"(1)] -(1)-> "A"(1)
          Nil :: [] -(0)-> "A"(1)
          Nil :: [] -(0)-> "A"(12)
          main :: ["A"(15)] -(3)-> "A"(0)
          scheme#2 :: ["A"(1)] -(2)-> "A"(12)
        
        
        Cost-free Signatures used:
        --------------------------
        
        
        
        Base Constructor Signatures used:
        ---------------------------------
          "Cons_A" :: ["A"(0) x "A"(1)] -(1)-> "A"(1)
          "Nil_A" :: [] -(0)-> "A"(1)
        

WORST_CASE(?,O(n^1))