summaryrefslogtreecommitdiff
path: root/test/regress/regress1/ho/issue4092-sinf.smt2
blob: 83a3e08b98e8fe85b63d6c6db2757b392694842a (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --sort-inference
; EXPECT: sat
(set-logic HO_ALL)
(set-option :sort-inference true)
(set-info :status sat)
(declare-fun a ( Int ) Int)
(declare-fun b ( Int ) Int)
(assert (and (distinct 0 (b 5)) (distinct a b )))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback