; Automatically generated by map2smt (set-logic HORN) (declare-fun new2 (Int Int) Bool) (declare-fun new1 (Int Int) Bool) (declare-fun ff () Bool) (assert (forall ( (A Int) ) (new2 A A) ) ) (assert (forall ( (A Int) ) (new1 A A) ) ) (assert (forall ( (A Int) (B Int) ) (=> (and (>= (- A B) 1) (new1 A B) ) ff ) ) ) (assert (forall ( (A Int) (B Int) ) (=> (and (<= (- A B) (- 1)) (new2 A B) ) ff ) ) ) (assert (not ff)) (check-sat)