summaryrefslogtreecommitdiff
path: root/test/regress/regress1/ho/issue4092-sinf.smt2
blob: d3066c2824c289c8590f2f3f863e96e264968f92 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --uf-ho --sort-inference
; EXPECT: sat
(set-logic ALL)
(set-option :sort-inference true)
(set-option :uf-ho 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