summaryrefslogtreecommitdiff
path: root/test/regress/regress0/models-print-2.smt2
blob: 1e176d5c25d2d98cb151899a4a6ad797e7fc4568 (plain)
1
2
3
4
5
6
7
8
9
10
11
; the purpose of this test is to verify that there is a `as` term in the output.
; the scrubber excludes all lines without "(as @", and replaces this pattern by "AS".

; SCRUBBER: sed -e 's/.*(as @.*/AS/; /sat/d; /cardinality/d; /^($/d; /^)$/d'
; EXPECT: AS
(set-logic QF_UF)
(set-option :produce-models true)
(declare-sort Sort0 0)
(declare-fun f1 () Sort0)
(check-sat)
(get-model)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback