summaryrefslogtreecommitdiff
path: root/test/regress/regress1/abduction/issue5848-4.smt2
blob: 93cd8f52bbc4b203e7418a9ec632f121d31a489a (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --produce-abducts
; EXPECT: none
(set-logic UFLRA)
(declare-sort S0 0)
(declare-fun S0-0 () S0)
(declare-fun S0-1 () S0)
(declare-fun v87 () Bool)
(get-abduct A (and false (exists ((q117 S0)) (or v87 (and (= S0-1 q117) (= q117 S0-0))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback