MAYBE
* Step 1: DependencyPairs MAYBE
    + Considered Problem:
        - Strict TRS:
            f(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> 0()
            f(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> f(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)
            f(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> f(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)
            f(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> f(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)
            f(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> f(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)
            f(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> f(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)
            f(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> f(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10)
            f(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> f(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10)
            f(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> f(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10)
            f(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> f(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10)
            f(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> f(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)
        - Signature:
            {f/10} / {0/0,s/1}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {f} and constructors {0,s}
    + Applied Processor:
        DependencyPairs {dpKind_ = DT}
    + Details:
        We add the following dependency tuples:
        
        Strict DPs
          f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
          f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
          f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
          f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
          f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
          f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
          f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
          f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
          f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
          f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
          f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
        Weak DPs
          
        
        and mark the set of starting terms.
* Step 2: UsableRules MAYBE
    + Considered Problem:
        - Strict DPs:
            f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
            f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
            f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
            f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
            f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
            f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
            f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
            f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
            f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
            f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
            f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
        - Weak TRS:
            f(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> 0()
            f(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> f(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)
            f(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> f(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)
            f(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> f(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)
            f(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> f(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)
            f(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> f(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)
            f(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> f(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10)
            f(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> f(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10)
            f(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> f(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10)
            f(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> f(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10)
            f(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> f(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)
        - Signature:
            {f/10,f#/10} / {0/0,s/1,c_1/0,c_2/1,c_3/1,c_4/1,c_5/1,c_6/1,c_7/1,c_8/1,c_9/1,c_10/1,c_11/1}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {f#} and constructors {0,s}
    + Applied Processor:
        UsableRules
    + Details:
        We replace rewrite rules by usable rules:
          f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
          f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
          f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
          f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
          f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
          f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
          f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
          f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
          f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
          f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
          f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
* Step 3: PredecessorEstimation MAYBE
    + Considered Problem:
        - Strict DPs:
            f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
            f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
            f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
            f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
            f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
            f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
            f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
            f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
            f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
            f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
            f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
        - Signature:
            {f/10,f#/10} / {0/0,s/1,c_1/0,c_2/1,c_3/1,c_4/1,c_5/1,c_6/1,c_7/1,c_8/1,c_9/1,c_10/1,c_11/1}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {f#} and constructors {0,s}
    + Applied Processor:
        PredecessorEstimation {onSelection = all simple predecessor estimation selector}
    + Details:
        We estimate the number of application of
          {1}
        by application of
          Pre({1}) = {2,3,4,5,6,7,8,9,10,11}.
        Here rules are labelled as follows:
          1: f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
          2: f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
          3: f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
          4: f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
          5: f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
          6: f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
          7: f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
          8: f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
          9: f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
          10: f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
          11: f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
* Step 4: RemoveWeakSuffixes MAYBE
    + Considered Problem:
        - Strict DPs:
            f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
            f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
            f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
            f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
            f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
            f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
            f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
            f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
            f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
            f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
        - Weak DPs:
            f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
        - Signature:
            {f/10,f#/10} / {0/0,s/1,c_1/0,c_2/1,c_3/1,c_4/1,c_5/1,c_6/1,c_7/1,c_8/1,c_9/1,c_10/1,c_11/1}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {f#} and constructors {0,s}
    + Applied Processor:
        RemoveWeakSuffixes
    + Details:
        Consider the dependency graph
          1:S:f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
          
          2:S:f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          3:S:f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          4:S:f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          5:S:f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)):4
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          6:S:f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)):5
             -->_1 f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)):4
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          7:S:f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10)):6
             -->_1 f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)):5
             -->_1 f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)):4
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          8:S:f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10)):7
             -->_1 f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10)):6
             -->_1 f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)):5
             -->_1 f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)):4
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          9:S:f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10)):8
             -->_1 f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10)):7
             -->_1 f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10)):6
             -->_1 f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)):5
             -->_1 f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)):4
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          10:S:f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1():11
             -->_1 f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10)):10
             -->_1 f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10)):9
             -->_1 f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10)):8
             -->_1 f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10)):7
             -->_1 f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10)):6
             -->_1 f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10)):5
             -->_1 f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10)):4
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10)):3
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10)):2
             -->_1 f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10)):1
          
          11:W:f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
             
          
        The following weak DPs constitute a sub-graph of the DG that is closed under successors. The DPs are removed.
          11: f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),0()) -> c_1()
* Step 5: Failure MAYBE
  + Considered Problem:
      - Strict DPs:
          f#(0(),0(),0(),0(),0(),0(),0(),0(),0(),s(x10)) -> c_2(f#(x10,x10,x10,x10,x10,x10,x10,x10,x10,x10))
          f#(0(),0(),0(),0(),0(),0(),0(),0(),s(x9),x10) -> c_3(f#(x9,x9,x9,x9,x9,x9,x9,x9,x9,x10))
          f#(0(),0(),0(),0(),0(),0(),0(),s(x8),x9,x10) -> c_4(f#(x8,x8,x8,x8,x8,x8,x8,x8,x9,x10))
          f#(0(),0(),0(),0(),0(),0(),s(x7),x8,x9,x10) -> c_5(f#(x7,x7,x7,x7,x7,x7,x7,x8,x9,x10))
          f#(0(),0(),0(),0(),0(),s(x6),x7,x8,x9,x10) -> c_6(f#(x6,x6,x6,x6,x6,x6,x7,x8,x9,x10))
          f#(0(),0(),0(),0(),s(x5),x6,x7,x8,x9,x10) -> c_7(f#(x5,x5,x5,x5,x5,x6,x7,x8,x9,x10))
          f#(0(),0(),0(),s(x4),x5,x6,x7,x8,x9,x10) -> c_8(f#(x4,x4,x4,x4,x5,x6,x7,x8,x9,x10))
          f#(0(),0(),s(x3),x4,x5,x6,x7,x8,x9,x10) -> c_9(f#(x3,x3,x3,x4,x5,x6,x7,x8,x9,x10))
          f#(0(),s(x2),x3,x4,x5,x6,x7,x8,x9,x10) -> c_10(f#(x2,x2,x3,x4,x5,x6,x7,x8,x9,x10))
          f#(s(x1),x2,x3,x4,x5,x6,x7,x8,x9,x10) -> c_11(f#(x1,x2,x3,x4,x5,x6,x7,x8,x9,x10))
      - Signature:
          {f/10,f#/10} / {0/0,s/1,c_1/0,c_2/1,c_3/1,c_4/1,c_5/1,c_6/1,c_7/1,c_8/1,c_9/1,c_10/1,c_11/1}
      - Obligation:
          innermost runtime complexity wrt. defined symbols {f#} and constructors {0,s}
  + Applied Processor:
      EmptyProcessor
  + Details:
      The problem is still open.
MAYBE