WORST_CASE(?,O(n^1))
* Step 1: Ara WORST_CASE(?,O(n^1))
    + Considered Problem:
        - Strict TRS:
            f(s(x),y,y) -> f(y,x,s(x))
        - Signature:
            {f/3} / {s/1}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {f} and constructors {s}
    + Applied Processor:
        Ara {heuristics_ = NoHeuristics, minDegree = 1, maxDegree = 3, araTimeout = 60, araFindStrictRules = Nothing, araSmtSolver = MiniSMT}
    + Details:
        Signatures used:
        ----------------
          f :: [A(8) x A(6) x A(2)] -(0)-> A(10)
          s :: [A(8)] -(8)-> A(8)
          s :: [A(2)] -(2)-> A(2)
        
        
        Cost-free Signatures used:
        --------------------------
          f :: [A_cf(0) x A_cf(0) x A_cf(0)] -(0)-> A_cf(0)
          s :: [A_cf(0)] -(0)-> A_cf(0)
        
        
        Base Constructor Signatures used:
        ---------------------------------
          s_A :: [A(1)] -(1)-> A(1)
        
* Step 2: Open MAYBE
    - Strict TRS:
        f(s(x),y,y) -> f(y,x,s(x))
    - Signature:
        {f/3} / {s/1}
    - Obligation:
        innermost runtime complexity wrt. defined symbols {f} and constructors {s}
Following problems could not be solved:
  - Strict TRS:
      f(s(x),y,y) -> f(y,x,s(x))
  - Signature:
      {f/3} / {s/1}
  - Obligation:
      innermost runtime complexity wrt. defined symbols {f} and constructors {s}
WORST_CASE(?,O(n^1))