YES * Step 1: FromIts YES + Considered Problem: Rules: 0. evalfstart(A,B) -> evalfentryin(A,B) True (1,1) 1. evalfentryin(A,B) -> evalfbb1in(B,A) True (?,1) 2. evalfbb1in(A,B) -> evalfbbin(A,B) [A >= B] (?,1) 3. evalfbb1in(A,B) -> evalfreturnin(A,B) [B >= 1 + A] (?,1) 4. evalfbbin(A,B) -> evalfbb1in(A,1 + B) [A + -1*B >= 0] (?,1) 5. evalfreturnin(A,B) -> evalfstop(A,B) [-1 + -1*A + B >= 0] (?,1) Signature: {(evalfbb1in,2);(evalfbbin,2);(evalfentryin,2);(evalfreturnin,2);(evalfstart,2);(evalfstop,2)} Flow Graph: [0->{1},1->{2,3},2->{4},3->{5},4->{2,3},5->{}] + Applied Processor: FromIts + Details: () * Step 2: Decompose YES + Considered Problem: Rules: evalfstart(A,B) -> evalfentryin(A,B) True evalfentryin(A,B) -> evalfbb1in(B,A) True evalfbb1in(A,B) -> evalfbbin(A,B) [A >= B] evalfbb1in(A,B) -> evalfreturnin(A,B) [B >= 1 + A] evalfbbin(A,B) -> evalfbb1in(A,1 + B) [A + -1*B >= 0] evalfreturnin(A,B) -> evalfstop(A,B) [-1 + -1*A + B >= 0] Signature: {(evalfbb1in,2);(evalfbbin,2);(evalfentryin,2);(evalfreturnin,2);(evalfstart,2);(evalfstop,2)} Rule Graph: [0->{1},1->{2,3},2->{4},3->{5},4->{2,3},5->{}] + Applied Processor: Decompose NoGreedy + Details: We construct a looptree: P: [0,1,2,3,4,5] | `- p:[2,4] c: [2,4] * Step 3: CloseWith YES + Considered Problem: (Rules: evalfstart(A,B) -> evalfentryin(A,B) True evalfentryin(A,B) -> evalfbb1in(B,A) True evalfbb1in(A,B) -> evalfbbin(A,B) [A >= B] evalfbb1in(A,B) -> evalfreturnin(A,B) [B >= 1 + A] evalfbbin(A,B) -> evalfbb1in(A,1 + B) [A + -1*B >= 0] evalfreturnin(A,B) -> evalfstop(A,B) [-1 + -1*A + B >= 0] Signature: {(evalfbb1in,2);(evalfbbin,2);(evalfentryin,2);(evalfreturnin,2);(evalfstart,2);(evalfstop,2)} Rule Graph: [0->{1},1->{2,3},2->{4},3->{5},4->{2,3},5->{}] ,We construct a looptree: P: [0,1,2,3,4,5] | `- p:[2,4] c: [2,4]) + Applied Processor: CloseWith True + Details: () YES