summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug411.smt2
blob: 3e33c9cd5bcf45efbdb333c91bbc65b4caa588ec (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: sat
; EXPECT: (model
; EXPECT: (define-fun x () Int 5)
; EXPECT: )
; EXIT: 10
(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