; Automatically generated by map2smt (set-logic HORN) (declare-fun new5 (Int) Bool) (declare-fun new2 (Int) Bool) (declare-fun new1 (Int Int Int) Bool) (declare-fun diff_new4 (Int Int Int) Bool) (declare-fun not_fun_diff_new4 () Bool) (declare-fun constr (Bool) Bool) (declare-fun inst_fold () Bool) (declare-fun ff () Bool) (assert (forall ( (A Int) (B Int) (C Int) (D Int) (E Int) (F Int) ) (=> (and (diff_new4 A B C) (diff_new4 D E F) (and (and (= A D) (= B E)) (not (= C F))) ) not_fun_diff_new4 ) ) ) (assert (forall ( (A Int) ) (=> (= A 0) (new5 A) ) ) ) (assert (forall ( (A Int) (B Int) ) (=> (and (= A (+ 1 B)) (new5 B) ) (new5 A) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) ) (=> (and (= B (+ 1 C)) (new5 C) ) (diff_new4 A B C) ) ) ) (assert (forall ( (A Int) ) (=> (= A 0) (new2 A) ) ) ) (assert (forall ( (A Int) (B Int) ) (=> (and (= A (+ 1 B)) (new2 B) ) (new2 A) ) ) ) (assert (forall ( (A Int) (B Int) ) (=> (and (= B 0) (new2 A) ) (new1 A B A) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) (D Int) (E Int) (F Int) ) (=> (and (= B (+ 1 D)) (diff_new4 E F C) inst_fold (new1 A D F) ) (new1 A B C) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) (D Int) ) (=> (and (= (- A B) 0) (= (+ C D) A) (new1 B C D) ) ff ) ) ) (assert inst_fold ) (assert (not ff)) (check-sat)