summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/issue4086-infs.smt2
blob: faad2cf18da1b362b85ee2da44657df7f6d3b6c3 (plain)
1
2
3
4
5
6
7
(set-logic LIRA)
(set-info :status unsat)
(set-option :cegqi-use-inf-int true) 
(set-option :cegqi-use-inf-real true)
(set-option :var-ineq-elim-quant false) 
(assert (forall (( b Real )) (forall (( c Int )) (and  (> c (* b 2 ))))))
(check-sat)    
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback