summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sym/sb-wrong.smt2
blob: 5f5e6bb34fc649ab98d5e3554f4d0b95dde5781c (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --symmetry-breaker-exp
(set-logic QF_UFLIA)
(set-info :status sat)
(declare-fun f (Int) Int)
(declare-fun c () Int)
(declare-fun d () Int)
(assert
(or (= c (f d)) (= d (f d)))
)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback