(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 
(<= 2 (+ (* 1 x0) (+ (* 2 x1) (+ (* 1 x2) (+ (* 1 x3) (+ (* 2 x4) (+ (* (- 2) x5) (* (- 1) x7) ))))))) 
(<= (- 2) (+ (* (- 2) x0) (+ (* (- 2) x2) (+ (* (- 2) x3) (+ (* (- 2) x4) (+ (* (- 2) x5) (+ (* 1 x7) (* (- 2) x8) ))))))) 
(<= (- 1) (+ (* (- 1) x0) (+ (* 2 x2) (+ (* (- 1) x3) (+ (* (- 2) x4) (+ (* 2 x5) (+ (* 1 x6) (+ (* (- 2) x8) (* 1 x9) )))))))) 
(<= 20 (+ (* (- 2) x1) (+ (* 1 x2) (+ (* 2 x3) (+ (* 2 x5) (+ (* (- 1) x7) (+ (* (- 1) x8) (* (- 1) x9) ))))))) 
(<= (- 15) (+ (* 2 x0) (+ (* (- 1) x4) (+ (* (- 2) x7) (+ (* 2 x8) (* 2 x9) ))))) 
(<= 11 (+ (* (- 2) x0) (+ (* (- 1) x1) (+ (* 2 x3) (* (- 1) x6) )))) 
(<= (- 1) (+ (* 2 x0) (+ (* (- 2) x1) (+ (* 2 x3) (+ (* (- 2) x6) (+ (* (- 2) x8) (* 1 x9) )))))) 
(<= 11 (+ (* (- 1) x2) (+ (* (- 1) x5) (+ (* 2 x6) (* (- 2) x7) )))) 
(<= (- 14) (+ (* 1 x0) (+ (* (- 1) x2) (+ (* (- 1) x3) (+ (* 1 x5) (+ (* (- 1) x6) (* 2 x9) )))))) 
(<= (- 48) (+ (* (- 5) x0) (+ (* 12 x1) (+ (* 9 x2) (+ (* (- 3) x3) (+ (* 9 x4) (+ (* 3 x5) (+ (* 2 x6) (+ (* 10 x7) (+ (* 19 x8) (* (- 10) x9) )))))))))) 
(<= 82 (+ (* 8 x0) (+ (* (- 18) x1) (+ (* (- 17) x2) (+ (* (- 6) x4) (+ (* (- 3) x5) (+ (* (- 4) x7) (+ (* (- 22) x8) (* (- 1) x9) )))))))) 
(<= 26 (+ (* 4 x0) (+ (* (- 10) x1) (+ (* (- 8) x2) (+ (* (- 6) x3) (+ (* (- 8) x4) (+ (* 4 x5) (+ (* 5 x6) (+ (* (- 2) x7) (+ (* (- 7) x8) (* (- 3) x9) )))))))))) 
(<= 39 (+ (* (- 7) x0) (+ (* 13 x1) (+ (* 17 x2) (+ (* 35 x3) (+ (* 7 x4) (+ (* (- 29) x5) (+ (* (- 26) x6) (+ (* (- 18) x7) (+ (* (- 30) x8) (* 38 x9) )))))))))) 
(<= (- 134) (+ (* (- 11) x0) (+ (* 17 x1) (+ (* 6 x2) (+ (* (- 13) x3) (+ (* 8 x4) (+ (* 7 x5) (+ (* 2 x6) (+ (* 19 x7) (+ (* 29 x8) (* (- 8) x9) )))))))))) 
(<= 208 (+ (* 19 x0) (+ (* (- 13) x1) (+ (* 34 x2) (+ (* 39 x3) (+ (* (- 7) x4) (+ (* 5 x5) (+ (* (- 1) x6) (+ (* (- 39) x7) (+ (* (- 16) x8) (* 6 x9) ))))))))))))
(check-sat)
(exit)