- : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] not(x) -> if(x,false,true) [2] and(x,y) -> if(x,y,false) [3] or(x,y) -> if(x,true,y) [4] implies(x,y) -> if(x,y,true) [5] =(x,x) -> true [6] =(x,y) -> if(x,y,not(y)) [7] if(true,x,y) -> x [8] if(false,x,y) -> y [9] if(x,x,if(x,false,true)) -> true [10] =(x,y) -> if(x,y,if(y,false,true)) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 0 components: SOLVED { TRS termination of: [1] not(x) -> if(x,false,true) [2] and(x,y) -> if(x,y,false) [3] or(x,y) -> if(x,true,y) [4] implies(x,y) -> if(x,y,true) [5] =(x,x) -> true [6] =(x,y) -> if(x,y,not(y)) [7] if(true,x,y) -> x [8] if(false,x,y) -> y [9] if(x,x,if(x,false,true)) -> true [10] =(x,y) -> if(x,y,if(y,false,true)) , CRITERION: MDP [ { DP termination of: , CRITERION: SG [ ]} ]} Cime worked for 0.002925 seconds (real time) Cime Exit Status: 0