summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug411.smt2
blob: 46ac4b5442053e5e1663eb570dc9023bf986eb92 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: sat
; EXPECT: (model
; EXPECT: (define-fun x () Int 5)
; EXPECT: )
(set-option :produce-models true)
(set-logic QF_UFLIA)
(define-fun x () Int 5)
(check-sat)
(get-model)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback