YES * Step 1: UnsatPaths YES + Considered Problem: Rules: 0. f4(A) -> f5(A) [0 >= 1 + B] (?,1) 1. f4(A) -> f5(A) True (?,1) 2. f0(A) -> f4(0) True (1,1) 3. f5(A) -> f11(A) [A >= 3] (?,1) 4. f4(A) -> f11(A) True (?,1) 5. f5(A) -> f4(1 + A) [2 >= A] (?,1) 6. f11(A) -> f14(A) [1 >= A] (?,1) 7. f11(A) -> f14(A) [A >= 2] (?,1) Signature: {(f0,1);(f11,1);(f14,1);(f4,1);(f5,1)} Flow Graph: [0->{3,5},1->{3,5},2->{0,1,4},3->{6,7},4->{6,7},5->{0,1,4},6->{},7->{}] + Applied Processor: UnsatPaths + Details: We remove following edges from the transition graph: [(3,6)] * Step 2: FromIts YES + Considered Problem: Rules: 0. f4(A) -> f5(A) [0 >= 1 + B] (?,1) 1. f4(A) -> f5(A) True (?,1) 2. f0(A) -> f4(0) True (1,1) 3. f5(A) -> f11(A) [A >= 3] (?,1) 4. f4(A) -> f11(A) True (?,1) 5. f5(A) -> f4(1 + A) [2 >= A] (?,1) 6. f11(A) -> f14(A) [1 >= A] (?,1) 7. f11(A) -> f14(A) [A >= 2] (?,1) Signature: {(f0,1);(f11,1);(f14,1);(f4,1);(f5,1)} Flow Graph: [0->{3,5},1->{3,5},2->{0,1,4},3->{7},4->{6,7},5->{0,1,4},6->{},7->{}] + Applied Processor: FromIts + Details: () * Step 3: Decompose YES + Considered Problem: Rules: f4(A) -> f5(A) [0 >= 1 + B] f4(A) -> f5(A) True f0(A) -> f4(0) True f5(A) -> f11(A) [A >= 3] f4(A) -> f11(A) True f5(A) -> f4(1 + A) [2 >= A] f11(A) -> f14(A) [1 >= A] f11(A) -> f14(A) [A >= 2] Signature: {(f0,1);(f11,1);(f14,1);(f4,1);(f5,1)} Rule Graph: [0->{3,5},1->{3,5},2->{0,1,4},3->{7},4->{6,7},5->{0,1,4},6->{},7->{}] + Applied Processor: Decompose NoGreedy + Details: We construct a looptree: P: [0,1,2,3,4,5,6,7] | `- p:[0,5,1] c: [0,1,5] * Step 4: CloseWith YES + Considered Problem: (Rules: f4(A) -> f5(A) [0 >= 1 + B] f4(A) -> f5(A) True f0(A) -> f4(0) True f5(A) -> f11(A) [A >= 3] f4(A) -> f11(A) True f5(A) -> f4(1 + A) [2 >= A] f11(A) -> f14(A) [1 >= A] f11(A) -> f14(A) [A >= 2] Signature: {(f0,1);(f11,1);(f14,1);(f4,1);(f5,1)} Rule Graph: [0->{3,5},1->{3,5},2->{0,1,4},3->{7},4->{6,7},5->{0,1,4},6->{},7->{}] ,We construct a looptree: P: [0,1,2,3,4,5,6,7] | `- p:[0,5,1] c: [0,1,5]) + Applied Processor: CloseWith True + Details: () YES