summaryrefslogtreecommitdiff
path: root/test/regress/regress0/models-print-1.smt2
blob: 974c1f77464242a91d605e0e8ec5d3d7f384fa20 (plain)
1
2
3
4
5
6
7
8
9
10
; the purpose of this test is to verify that there are no redundant `declare-fun`s

; EXIT: 0  
; SCRUBBER: grep declare-fun
(set-logic QF_UF)
(set-option :produce-models true)
(declare-sort Sort0 0)
(declare-fun f1 (Sort0) Bool)
(check-sat)
(get-model)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback