(set-info :smt-lib-version 2.6) (set-logic QF_LIA) (set-info :source | Generated by: Martin Bromberger Generated on: 2018-01-06 Generator: https://www.mpi-inf.mpg.de/fileadmin/inf/rg1/Documents/RandomUnboundedSageScript.tar.gz Application: This is a satisfiable problem with bounded and unbounded directions and, therefore, a good test for the termination/completeness of branch-and-bound solvers. Publications: M. Bromberger. A Reduction from Unbounded Linear Mixed Arithmetic Problems into Bounded Problems. (Work in progress.) The benchmarks in this class were randomly generated by a sagemath script and by way of construction they are all satisfiable. Target solver: CVC4 Mathsat SPASS-IQ YICES Z3 |) (set-info :license "https://creativecommons.org/licenses/by/4.0/") (set-info :category "random") (set-info :status sat) (declare-fun x0 () Int) (declare-fun x1 () Int) (declare-fun x2 () Int) (declare-fun x3 () Int) (declare-fun x4 () Int) (declare-fun x5 () Int) (declare-fun x6 () Int) (declare-fun x7 () Int) (declare-fun x8 () Int) (declare-fun x9 () Int) (assert (and (<= 16 (+ (* (- 2) x0) (+ (* (- 2) x2) (* (- 2) x7) ))) (<= (- 11) (+ (* (- 1) x0) (+ (* 2 x1) (+ (* 2 x2) (+ (* (- 2) x6) (+ (* (- 2) x7) (* (- 1) x9) )))))) (<= 12 (+ (* (- 1) x1) (+ (* (- 1) x2) (+ (* (- 2) x3) (+ (* (- 2) x5) (+ (* (- 1) x7) (+ (* (- 1) x8) (* (- 1) x9) ))))))) (<= 9 (+ (* 1 x0) (+ (* (- 2) x1) (+ (* (- 2) x2) (+ (* 1 x3) (* 2 x8) ))))) (<= (- 2) (+ (* (- 2) x0) (+ (* 1 x1) (+ (* (- 1) x3) (+ (* 2 x4) (+ (* 2 x5) (* 2 x6) )))))) (<= 4 (+ (* 1 x0) (+ (* (- 1) x2) (+ (* (- 1) x3) (+ (* (- 2) x7) (+ (* (- 1) x8) (* (- 2) x9) )))))) (<= (- 1) (+ (* 1 x1) (+ (* (- 1) x2) (+ (* (- 1) x4) (+ (* 2 x5) (+ (* (- 1) x6) (+ (* 1 x7) (* (- 1) x9) ))))))) (<= (- 1) (+ (* (- 2) x3) (+ (* 2 x4) (+ (* 2 x5) (+ (* 1 x6) (+ (* 2 x8) (* (- 2) x9) )))))) (<= 7 (+ (* (- 2) x0) (+ (* (- 2) x1) (+ (* 1 x3) (+ (* (- 1) x4) (+ (* (- 2) x6) (+ (* 1 x7) (+ (* (- 2) x8) (* (- 1) x9) )))))))) (<= (- 35) (+ (* 11 x0) (+ (* (- 4) x1) (+ (* 4 x2) (+ (* 7 x3) (+ (* (- 8) x4) (+ (* (- 12) x5) (+ (* 5 x6) (+ (* 14 x7) (+ (* (- 9) x8) (* 16 x9) )))))))))) (<= 40 (+ (* (- 21) x0) (+ (* 10 x1) (+ (* (- 2) x2) (+ (* (- 16) x3) (+ (* 20 x4) (+ (* 24 x5) (+ (* (- 12) x6) (+ (* (- 35) x7) (+ (* 22 x8) (* (- 37) x9) )))))))))) (<= (- 114) (+ (* 26 x0) (+ (* (- 4) x1) (+ (* 9 x2) (+ (* 19 x3) (+ (* (- 17) x4) (+ (* (- 16) x5) (+ (* 10 x6) (+ (* 35 x7) (+ (* (- 11) x8) (* 35 x9) )))))))))) (<= (- 31) (+ (* (- 23) x0) (+ (* 21 x1) (+ (* 6 x2) (+ (* (- 15) x3) (+ (* 22 x4) (+ (* 30 x5) (+ (* (- 12) x6) (+ (* (- 29) x7) (+ (* 30 x8) (* (- 31) x9) )))))))))) (<= 40 (+ (* 5 x0) (+ (* (- 8) x1) (+ (* (- 5) x2) (+ (* (- 8) x4) (+ (* (- 14) x5) (+ (* 9 x6) (+ (* 13 x7) (+ (* (- 19) x8) (* 13 x9) ))))))))) (<= 257 (+ (* (- 37) x0) (+ (* (- 7) x1) (+ (* (- 22) x2) (+ (* (- 24) x3) (+ (* 14 x4) (+ (* 2 x5) (+ (* (- 8) x6) (+ (* (- 36) x7) (+ (* 2 x8) (* (- 30) x9) )))))))))))) (check-sat) (exit)