summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
blob: 95deeb1415908f33a75d1bb44056363c63cf27e6 (plain)
1
2
3
4
5
6
7
(set-logic NRA)
(set-info :status unsat)
(declare-fun c () Real)
(declare-fun t () Real)
(assert (forall ((s Real)) (and (> t 0) (= 0 (* t c)) (or (< s c) (> s 1.0)))))
; previously answered "sat" with --nl-ext=none --nl-rlv=always
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback