summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/issue4086-infs.smt2
blob: 2ebb45960e68ebe623d2bb3fe8cd04343d5822fa (plain)
1
2
3
4
5
6
7
(set-logic LIRA)
(set-info :status unsat)
(set-option :cbqi-use-inf-int true) 
(set-option :cbqi-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