summaryrefslogtreecommitdiff
path: root/test/regress/regress0/use_approx/issue2429_approx.smt2
blob: 38da256ca15ef9ecf8b13a4f6a0a36104e71fc9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; REQUIRES: glpk
; COMMAND-LINE: --use-approx
; EXPECT: sat
(set-logic QF_UFLIA)
(set-info :source "Reduced from regression 'issue2429.smt2' using ddSMT to exercise GLPK")
(set-info :smt-lib-version 2.6)
(set-info :category "crafted")
(set-info :status sat)
(declare-const x5 Int)
(declare-const x Int)
(assert (> (+ x (* 4 x5)) 1))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback