- : unit = () - : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] intlist(nil) -> nil [2] int(s(x),0) -> nil [3] int(x,x) -> cons(x,nil) [4] intlist(cons(x,y)) -> cons(s(x),intlist(y)) [5] int(s(x),s(y)) -> intlist(int(x,y)) [6] int(0,s(y)) -> cons(0,int(s(0),s(y))) [7] intlist(cons(x,nil)) -> cons(s(x),nil) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 2 components: { --> --> --> } { --> } APPLY CRITERIA (Subterm criterion) ST: Marked_int -> 2 APPLY CRITERIA (Subterm criterion) ST: Marked_intlist -> 1 APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 0 components: SOLVED { TRS termination of: [1] intlist(nil) -> nil [2] int(s(x),0) -> nil [3] int(x,x) -> cons(x,nil) [4] intlist(cons(x,y)) -> cons(s(x),intlist(y)) [5] int(s(x),s(y)) -> intlist(int(x,y)) [6] int(0,s(y)) -> cons(0,int(s(0),s(y))) [7] intlist(cons(x,nil)) -> cons(s(x),nil) , CRITERION: MDP [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} ]} ]} Cime worked for 0.007704 seconds (real time) Cime Exit Status: 0