(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 
(<= (- 7) (+ (* (- 2) x0) (+ (* 1 x1) (+ (* (- 2) x2) (+ (* (- 2) x3) (+ (* 1 x4) (+ (* 2 x8) (* (- 2) x9) ))))))) 
(<= 10 (+ (* (- 2) x0) (+ (* 1 x1) (+ (* (- 2) x3) (+ (* (- 2) x4) (+ (* (- 1) x5) (+ (* 2 x7) (+ (* 1 x8) (* 2 x9) )))))))) 
(<= 12 (+ (* 1 x0) (+ (* (- 2) x3) (+ (* 2 x4) (+ (* (- 1) x5) (+ (* (- 1) x6) (+ (* (- 1) x7) (* (- 1) x9) ))))))) 
(<= 13 (+ (* (- 1) x3) (+ (* (- 1) x4) (+ (* (- 2) x6) (+ (* 1 x8) (* 1 x9) ))))) 
(<= (- 6) (+ (* (- 2) x2) (* (- 2) x7) )) 
(<= (- 5) (+ (* 1 x0) (+ (* 1 x1) (+ (* (- 1) x5) (+ (* 2 x6) (+ (* 1 x7) (* (- 2) x8) )))))) 
(<= 3 (+ (* 1 x2) (+ (* 1 x3) (+ (* (- 2) x5) (+ (* 2 x6) (+ (* (- 2) x7) (* 2 x8) )))))) 
(<= 2 (+ (* 2 x2) (+ (* 2 x7) (* (- 1) x9) ))) 
(<= (- 14) (+ (* (- 1) x0) (+ (* (- 2) x1) (+ (* (- 1) x2) (+ (* (- 1) x4) (+ (* 2 x5) (+ (* (- 2) x6) (+ (* (- 1) x7) (+ (* (- 2) x8) (* (- 2) x9) ))))))))) 
(<= (- 30) (+ (* 9 x0) (+ (* (- 3) x1) (+ (* 7 x2) (+ (* 13 x3) (+ (* 9 x4) (+ (* 5 x5) (+ (* 3 x6) (+ (* (- 1) x7) (+ (* (- 2) x8) (* (- 3) x9) )))))))))) 
(<= 101 (+ (* (- 29) x0) (+ (* 10 x1) (+ (* (- 22) x2) (+ (* (- 33) x3) (+ (* (- 28) x4) (+ (* (- 9) x5) (+ (* (- 12) x6) (+ (* 5 x7) (+ (* 15 x8) (* 20 x9) )))))))))) 
(<= 20 (+ (* (- 18) x0) (+ (* 5 x1) (+ (* (- 16) x2) (+ (* (- 19) x3) (+ (* (- 22) x4) (+ (* (- 8) x5) (+ (* (- 2) x6) (+ (* 1 x8) (* 10 x9) ))))))))) 
(<= 28 (+ (* 27 x0) (+ (* (- 5) x1) (+ (* 25 x2) (+ (* 27 x3) (+ (* 27 x4) (+ (* 6 x5) (+ (* 4 x6) (+ (* (- 1) x7) (+ (* 3 x8) (* (- 3) x9) )))))))))) 
(<= (- 166) (+ (* (- 37) x0) (+ (* 3 x1) (+ (* (- 37) x2) (+ (* (- 33) x3) (+ (* (- 26) x4) (+ (* 3 x5) (+ (* (- 4) x6) (+ (* 5 x7) (+ (* (- 16) x8) (* (- 15) x9) )))))))))) 
(<= (- 103) (+ (* 14 x0) (+ (* (- 5) x1) (+ (* 14 x2) (+ (* 21 x3) (+ (* 21 x4) (+ (* 17 x5) (+ (* 4 x6) (+ (* 12 x7) (+ (* (- 12) x8) (* (- 14) x9) ))))))))))))
(check-sat)
(exit)