; Automatically generated by map2smt (set-logic HORN) (declare-fun new6 (Int Int Int Int Int) Bool) (declare-fun new2 (Int Int) Bool) (declare-fun new1 (Int 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) (B Int) (C Int) ) (=> (new2 B C) (new6 A B C B C) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) ) (=> (and inst_fold (new2 A C) ) (diff_new4 A B C) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) (D Int) (E Int) ) (=> (new6 D E C E A) (diff_new4 A B C) ) ) ) (assert (forall ( (A Int) ) (new2 A A) ) ) (assert (forall ( (A Int) (B Int) (C Int) ) (=> (new2 C B) (new2 A B) ) ) ) (assert (forall ( (A Int) (B Int) ) (=> (new2 A B) (new1 A B A B) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) (D Int) (E Int) ) (=> (and (diff_new4 D E B) (new1 A D A C) ) (new1 A B A C) ) ) ) (assert (forall ( (A Int) (B Int) (C Int) ) (=> (and (= (- A B) 0) (new1 C B C A) ) ff ) ) ) (assert inst_fold ) (assert (not ff)) (check-sat)