summaryrefslogtreecommitdiff
path: root/test/regress/regress0/proofs/project-issue317-inc-sat-conflictlit.smt2
blob: 0f7f89651b5d22d9705190d86b7c67e8d6365eef (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
; EXPECT: unsat
(set-logic ALL)
(declare-const __ (_ BitVec 1))
(set-option :incremental true)
(check-sat-assuming ((bvsgt ((_ sign_extend 42) (bvcomp ((_ zero_extend 10) __) ((_ zero_extend 10) __))) (_ bv0 43))))
(check-sat-assuming ((bvsgt ((_ sign_extend 42) (bvcomp ((_ zero_extend 10) __) ((_ zero_extend 10) __))) (_ bv0 43))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback