summaryrefslogtreecommitdiff
path: root/test/regress/regress0/opt-abd-no-use.smt2
blob: 65f1f3ae50a5bf33a3895269c08ccf603aad6d3a (plain)
1
2
3
4
5
6
(set-logic QF_LIA)
(set-info :status sat)
(set-option :produce-abducts true)
(declare-fun x () Int)
(assert (> x 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback