DONT KNOW Welcome to CiME version 2.02 - Built on 14/04/2004 13:29:51 - : unit = () - : unit = () X : variable_set = F : signature = R : HTRS = { U11(tt,N,X,XS) -> U12(splitAt(N,XS),X), U12(pair(YS,ZS),X) -> pair(cons(X,YS),ZS), afterNth(N,XS) -> snd(splitAt(N,XS)), and(tt,X) -> X, fst(pair(X,Y)) -> X, head(cons(N,XS)) -> N, natsFrom(N) -> cons(N,natsFrom(s(N))), sel(N,XS) -> head(afterNth(N,XS)), snd(pair(X,Y)) -> Y, splitAt(0,XS) -> pair(nil,XS), splitAt(s(N),cons(X,XS)) -> U11(tt,N,X,XS), tail(cons(N,XS)) -> XS, take(N,XS) -> fst(splitAt(N,XS)) } (13 rules) Termination now uses minimal decomposition - : unit = () Entering the termination expert for modules. Verbose level = 0 Checking module: {} The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { fst(pair(V_1,V_3)) -> V_1 } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: {} The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: {} The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: {} The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: {} The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { U12(pair(V_4,V_5),V_1) -> pair(cons(V_1,V_4),V_5) } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: {} The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { splitAt(0,V_2) -> pair(nil,V_2), splitAt(s(V_0),cons(V_1,V_2)) -> U11(tt,V_0,V_1,V_2), U11(tt,V_0,V_1,V_2) -> U12(splitAt(V_0,V_2),V_1) } (3 rules) The dependency graph is (1 nodes) Checking each of the 1 strongly connected components : Checking component 1 Trying simple graph criterion. Trying to solve the following constraints: (6 termination constraints) Search parameters: linear polynomials, coefficient bound is 2. Solution found for these constraints: [tt] = 0; [cons](X0,X1) = 0; [s](X0) = X0 + 1; [pair](X0,X1) = 0; [0] = 0; [nil] = 0; [U12](X0,X1) = 0; [U11](X0,X1,X2,X3) = 0; [splitAt](X0,X1) = 0; ['U11`](X0,X1,X2,X3) = 2*X1 + 1; ['splitAt`](X0,X1) = 2*X0; Checking module: { take(V_0,V_2) -> fst(splitAt(V_0,V_2)) } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { tail(cons(V_0,V_2)) -> V_2 } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { head(cons(V_0,V_2)) -> V_0 } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { snd(pair(V_1,V_3)) -> V_3 } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { afterNth(V_0,V_2) -> snd(splitAt(V_0,V_2)) } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { sel(V_0,V_2) -> head(afterNth(V_0,V_2)) } (1 rules) The dependency graph is (0 nodes) Checking each of the 0 strongly connected components : Checking module: { natsFrom(V_0) -> cons(V_0,natsFrom(s(V_0))) } (1 rules) The dependency graph is (1 nodes) Checking each of the 1 strongly connected components : Checking component 1 Trying simple graph criterion. Trying to solve the following constraints: (2 termination constraints) Search parameters: linear polynomials, coefficient bound is 2. No solution found for these parameters. Search parameters: simple polynomials, coefficient bound is 3. No solution found for these parameters. No solution found for these constraints. Trying strongly connected part criterion. Trying to solve the following constraints: (2 termination constraints) Search parameters: linear polynomials, coefficient bound is 2. No solution found for these parameters. Search parameters: simple polynomials, coefficient bound is 3. No solution found for these parameters. No solution found for these constraints. No modular termination proof found. - : unit = () The last proof attempt failed. - : unit = () Quitting. Standard error: