(meta-info (comment "Ctrl example from examples-transformed/llreve/llreve_rec_add-horna.ctrs"))
(format LCTRS :logic QF_LIA)
(fun u_16 1 :sort (Int Int))
(fun f2 2 :sort (Int Int Int))

(rule (u_16 w_4) w_4 :vars ((w_4 Int)))
(rule (f2 i j) (u_16 (f2 (- i 1) (+ j 1))) :guard (and (distinct i 0) (distinct i 1)) :vars ((i Int) (j Int)))
(rule (f2 i j) (+ j 1) :guard (and (distinct i 0) (= i 1)) :vars ((i Int) (j Int)))
(rule (f2 i j) j :guard (= i 0) :vars ((i Int) (j Int)))
