summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cegqi-needs-justify.smt2
blob: 9b7f7a84727126aafe89e20aecf44d7933e4e5c6 (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 --no-nl-ext --nl-rlv=always
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback