NO ### Pre-processing the ITS problem ### Initial linear ITS problem Start location: __init 0: f1 -> f2 : arg1'=arg1P_1, [], cost: 1 6: f2 -> f3 : arg1'=arg1P_7, [ arg1>5 && arg1==arg1P_7 ], cost: 1 8: f2 -> f8 : arg1'=arg1P_9, [ arg1<=5 && arg1==arg1P_9 ], cost: 1 1: f4 -> f7 : arg1'=arg1P_2, [ arg1P_2==-1+arg1 ], cost: 1 4: f7 -> f6 : arg1'=arg1P_5, [ arg1==arg1P_5 ], cost: 1 2: f3 -> f4 : arg1'=arg1P_3, [ arg1<10 && arg1==arg1P_3 ], cost: 1 3: f3 -> f5 : arg1'=arg1P_4, [ arg1>=10 && arg1==arg1P_4 ], cost: 1 5: f5 -> f6 : arg1'=arg1P_6, [ arg1==arg1P_6 ], cost: 1 7: f6 -> f2 : arg1'=arg1P_8, [ arg1==arg1P_8 ], cost: 1 9: __init -> f1 : arg1'=arg1P_10, [], cost: 1 Checking for constant complexity: The following rule is satisfiable with cost >= 1, yielding constant complexity: 9: __init -> f1 : arg1'=arg1P_10, [], cost: 1 Removed unreachable and leaf rules: Start location: __init 0: f1 -> f2 : arg1'=arg1P_1, [], cost: 1 6: f2 -> f3 : arg1'=arg1P_7, [ arg1>5 && arg1==arg1P_7 ], cost: 1 1: f4 -> f7 : arg1'=arg1P_2, [ arg1P_2==-1+arg1 ], cost: 1 4: f7 -> f6 : arg1'=arg1P_5, [ arg1==arg1P_5 ], cost: 1 2: f3 -> f4 : arg1'=arg1P_3, [ arg1<10 && arg1==arg1P_3 ], cost: 1 3: f3 -> f5 : arg1'=arg1P_4, [ arg1>=10 && arg1==arg1P_4 ], cost: 1 5: f5 -> f6 : arg1'=arg1P_6, [ arg1==arg1P_6 ], cost: 1 7: f6 -> f2 : arg1'=arg1P_8, [ arg1==arg1P_8 ], cost: 1 9: __init -> f1 : arg1'=arg1P_10, [], cost: 1 Simplified all rules, resulting in: Start location: __init 0: f1 -> f2 : arg1'=arg1P_1, [], cost: 1 6: f2 -> f3 : [ arg1>5 ], cost: 1 1: f4 -> f7 : arg1'=-1+arg1, [], cost: 1 4: f7 -> f6 : [], cost: 1 2: f3 -> f4 : [ arg1<10 ], cost: 1 3: f3 -> f5 : [ arg1>=10 ], cost: 1 5: f5 -> f6 : [], cost: 1 7: f6 -> f2 : [], cost: 1 9: __init -> f1 : arg1'=arg1P_10, [], cost: 1 ### Simplification by acceleration and chaining ### Eliminated locations (on linear paths): Start location: __init 6: f2 -> f3 : [ arg1>5 ], cost: 1 12: f3 -> f6 : [ arg1>=10 ], cost: 2 13: f3 -> f6 : arg1'=-1+arg1, [ arg1<10 ], cost: 3 7: f6 -> f2 : [], cost: 1 10: __init -> f2 : arg1'=arg1P_1, [], cost: 2 Eliminated locations (on tree-shaped paths): Start location: __init 14: f2 -> f6 : [ arg1>=10 ], cost: 3 15: f2 -> f6 : arg1'=-1+arg1, [ arg1>5 && arg1<10 ], cost: 4 7: f6 -> f2 : [], cost: 1 10: __init -> f2 : arg1'=arg1P_1, [], cost: 2 Eliminated locations (on tree-shaped paths): Start location: __init 16: f2 -> f2 : [ arg1>=10 ], cost: 4 17: f2 -> f2 : arg1'=-1+arg1, [ arg1>5 && arg1<10 ], cost: 5 10: __init -> f2 : arg1'=arg1P_1, [], cost: 2 Accelerating simple loops of location 1. Accelerating the following rules: 16: f2 -> f2 : [ arg1>=10 ], cost: 4 17: f2 -> f2 : arg1'=-1+arg1, [ arg1>5 && arg1<10 ], cost: 5 Accelerated rule 16 with non-termination, yielding the new rule 18. Accelerated rule 17 with backward acceleration, yielding the new rule 19. [accelerate] Nesting with 1 inner and 1 outer candidates Removing the simple loops: 16 17. Accelerated all simple loops using metering functions (where possible): Start location: __init 18: f2 -> [9] : [ arg1>=10 ], cost: NONTERM 19: f2 -> f2 : arg1'=5, [ arg1<10 && -5+arg1>=0 ], cost: -25+5*arg1 10: __init -> f2 : arg1'=arg1P_1, [], cost: 2 Chained accelerated rules (with incoming rules): Start location: __init 10: __init -> f2 : arg1'=arg1P_1, [], cost: 2 20: __init -> [9] : [], cost: NONTERM 21: __init -> f2 : arg1'=5, [ arg1P_1<10 && -5+arg1P_1>=0 ], cost: -23+5*arg1P_1 Removed unreachable locations (and leaf rules with constant cost): Start location: __init 20: __init -> [9] : [], cost: NONTERM 21: __init -> f2 : arg1'=5, [ arg1P_1<10 && -5+arg1P_1>=0 ], cost: -23+5*arg1P_1 ### Computing asymptotic complexity ### Fully simplified ITS problem Start location: __init 20: __init -> [9] : [], cost: NONTERM 21: __init -> f2 : arg1'=5, [ arg1P_1<10 && -5+arg1P_1>=0 ], cost: -23+5*arg1P_1 Computing asymptotic complexity for rule 20 Guard is satisfiable, yielding nontermination Resulting cost NONTERM has complexity: Nonterm Found new complexity Nonterm. Obtained the following overall complexity (w.r.t. the length of the input n): Complexity: Nonterm Cpx degree: Nonterm Solved cost: NONTERM Rule cost: NONTERM Rule guard: [] NO