NO * Step 1: UnsatPaths NO + Considered Problem: Rules: 0. f2(A,B,C,D,E,F) -> f300(A,B,C,D,E,G) [C >= D] (?,1) 1. f2(A,B,C,D,E,F) -> f2(A,B,C,D,G,F) [D >= 1 + C] (?,1) 2. f1(A,B,C,D,E,F) -> f2(G,G,C,D,E,F) True (1,1) Signature: {(f1,6);(f2,6);(f300,6)} Flow Graph: [0->{},1->{0,1},2->{0,1}] + Applied Processor: UnsatPaths + Details: We remove following edges from the transition graph: [(1,0)] * Step 2: FromIts NO + Considered Problem: Rules: 0. f2(A,B,C,D,E,F) -> f300(A,B,C,D,E,G) [C >= D] (?,1) 1. f2(A,B,C,D,E,F) -> f2(A,B,C,D,G,F) [D >= 1 + C] (?,1) 2. f1(A,B,C,D,E,F) -> f2(G,G,C,D,E,F) True (1,1) Signature: {(f1,6);(f2,6);(f300,6)} Flow Graph: [0->{},1->{1},2->{0,1}] + Applied Processor: FromIts + Details: () * Step 3: CloseWith NO + Considered Problem: Rules: f2(A,B,C,D,E,F) -> f300(A,B,C,D,E,G) [C >= D] f2(A,B,C,D,E,F) -> f2(A,B,C,D,G,F) [D >= 1 + C] f1(A,B,C,D,E,F) -> f2(G,G,C,D,E,F) True Signature: {(f1,6);(f2,6);(f300,6)} Rule Graph: [0->{},1->{1},2->{0,1}] + Applied Processor: CloseWith False + Details: () NO