(set-info :souce |A tight rhombus that only contains a few solutions. This benchmark is designed to be hard for cut engines. Authors: The SMTInterpol team|) (set-info :status sat) (set-info :category "crafted") (set-logic QF_LIRA) (declare-fun x () Int) (declare-fun y () Real) (declare-fun z () Int) (assert (and (<= 0 (- (* 273000000000 x) (* 245000000001 y))) (<= (- (* 273000000000 x) (* 245000000001 y)) 999999999) (<= 1 (- (* 273000000001 x) (* 245000000000 y))) (<= (- (* 273000000001 x) (* 245000000000 y)) 1000000000))) (assert (<= 0 (- y z))) (assert (<= (- y z) (/ 6000000009 245000000000))) (check-sat) (exit)