summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
blob: 62853011bff11f4b61eb9d8f442cd28154c6745d (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --nl-rlv=always
; EXPECT: unsat
(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