summaryrefslogtreecommitdiff
path: root/test/regress/regress0/parser/linear_arithmetic_err2.smt2
blob: 893708b618a56a6901ad5208a1103cab3bdbf830 (plain)
1
2
3
4
5
6
7
8
9
10
11
; REQUIRES: no-competition
; SCRUBBER: grep -o "Symbol 'mod' not declared as a variable"
; EXPECT: Symbol 'mod' not declared as a variable
; EXIT: 1
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_LIA)
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun z () Int)
(check-sat-assuming ( (and (= z 0) (>= (+ (- (mod 2 x) (* 2 y)) z) 1)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback