summaryrefslogtreecommitdiff
path: root/test/regress/regress0/cvc-rerror-print.cvc.smt2
blob: 03ba7c91ce9bd37b55169e38dce23d15254642c3 (plain)
1
2
3
4
5
6
7
8
; EXPECT: unsat
; EXPECT: (error "Cannot get model unless after a SAT or unknown response.")
(set-option :incremental false)
(set-logic ALL)
(set-option :produce-models true)
(declare-fun x () Int)
(check-sat-assuming ( (not (= x x)) ))
(get-model)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback