- : unit = () - : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] app(app(plus,0),y) -> y [2] app(app(plus,app(s,x)),y) -> app(s,app(app(plus,x),y)) [3] app(app(app(curry,f),x),y) -> app(app(f,x),y) [4] add -> app(curry,plus) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Subterm criterion) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { app(app(app(curry,f),x),y) >= app(app(f,x),y) ; app(app(plus,app(s,x)),y) >= app(s,app(app(plus,x),y)) ; app(app(plus,0),y) >= y ; add >= app(curry,plus) ; Marked_app(app(app(curry,f),x),y) >= Marked_app(app(f,x),y) ; Marked_app(app(app(curry,f),x),y) >= Marked_app(f,x) ; Marked_app(app(plus,app(s,x)),y) >= Marked_app(app(plus,x),y) ; } + Disjunctions:{ { Marked_app(app(app(curry,f),x),y) > Marked_app(app(f,x),y) ; } { Marked_app(app(app(curry,f),x),y) > Marked_app(f,x) ; } { Marked_app(app(plus,app(s,x)),y) > Marked_app(app(plus,x),y) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: app(app(app(curry,f),x),y) >= app(app(f,x),y) constraint: app(app(plus,app(s,x)),y) >= app(s,app(app(plus,x),y)) constraint: app(app(plus,0),y) >= y constraint: add >= app(curry,plus) constraint: Marked_app(app(app(curry,f),x),y) >= Marked_app(app(f,x),y) constraint: Marked_app(app(app(curry,f),x),y) >= Marked_app(f,x) constraint: Marked_app(app(plus,app(s,x)),y) >= Marked_app(app(plus,x),y) APPLY CRITERIA (Graph splitting) Found 1 components: { --> --> --> --> } APPLY CRITERIA (Subterm criterion) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { app(app(app(curry,f),x),y) >= app(app(f,x),y) ; app(app(plus,app(s,x)),y) >= app(s,app(app(plus,x),y)) ; app(app(plus,0),y) >= y ; add >= app(curry,plus) ; Marked_app(app(app(curry,f),x),y) >= Marked_app(app(f,x),y) ; Marked_app(app(app(curry,f),x),y) >= Marked_app(f,x) ; } + Disjunctions:{ { Marked_app(app(app(curry,f),x),y) > Marked_app(app(f,x),y) ; } { Marked_app(app(app(curry,f),x),y) > Marked_app(f,x) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: app(app(app(curry,f),x),y) >= app(app(f,x),y) constraint: app(app(plus,app(s,x)),y) >= app(s,app(app(plus,x),y)) constraint: app(app(plus,0),y) >= y constraint: add >= app(curry,plus) constraint: Marked_app(app(app(curry,f),x),y) >= Marked_app(app(f,x),y) constraint: Marked_app(app(app(curry,f),x),y) >= Marked_app(f,x) APPLY CRITERIA (Graph splitting) Found 0 components: SOLVED { TRS termination of: [1] app(app(plus,0),y) -> y [2] app(app(plus,app(s,x)),y) -> app(s,app(app(plus,x),y)) [3] app(app(app(curry,f),x),y) -> app(app(f,x),y) [4] add -> app(curry,plus) , CRITERION: MDP [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: CG using polynomial interpretation = [ app ] (X0,X1) = 1*X1 + 1*X0; [ curry ] () = 0; [ 0 ] () = 2; [ plus ] () = 0; [ add ] () = 1; [ s ] () = 1; [ Marked_app ] (X0,X1) = 2*X1 + 2*X0; removing [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: ORD [ Solution found: polynomial interpretation = [ app ] (X0,X1) = 2 + 1*X0 + 1*X1 + 0; [ curry ] () = 0; [ 0 ] () = 2 + 0; [ plus ] () = 0; [ add ] () = 3 + 0; [ s ] () = 0; [ Marked_app ] (X0,X1) = 2*X0 + 2*X1 + 0; ]} ]} ]} ]} ]} Cime worked for 0.097601 seconds (real time) Cime Exit Status: 0