summaryrefslogtreecommitdiff
path: root/test/regress/regress1/decision/wishue160.smt2
blob: 8497a66fc13a43c828bd04b997f72e305d2ef43e (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --decision=justification
; EXPECT: sat
(set-logic ALIA)
(set-option :repeat-simp true)
(set-option :sygus-rr-synth-check true)
(declare-fun v6 () Bool)
(declare-const arr-7579056739068271278_-8074447279386590332-0 (Array Bool Int))
(assert (= false false false (= arr-7579056739068271278_-8074447279386590332-0 (store arr-7579056739068271278_-8074447279386590332-0 v6 746)) false false false))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback