- : unit = () - : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] or(true,y) -> true [2] or(x,true) -> true [3] or(false,false) -> false [4] mem(x,nil) -> false [5] mem(x,set(y)) -> =(x,y) [6] mem(x,union(y,z)) -> or(mem(x,y),mem(x,z)) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> } APPLY CRITERIA (Subterm criterion) ST: Marked_mem -> 2 APPLY CRITERIA (Graph splitting) Found 0 components: SOLVED { TRS termination of: [1] or(true,y) -> true [2] or(x,true) -> true [3] or(false,false) -> false [4] mem(x,nil) -> false [5] mem(x,set(y)) -> =(x,y) [6] mem(x,union(y,z)) -> or(mem(x,y),mem(x,z)) , CRITERION: MDP [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} ]} ]} Cime worked for 0.005576 seconds (real time) Cime Exit Status: 0