Reinstantiate support for conjunctions in facts (#4377)
[cvc5.git] / test / regress / regress0 / bug288b.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status sat)
3 (set-logic QF_LIA)
4 (declare-fun x () Int)
5 (declare-fun y () Int)
6 (check-sat-assuming ( (>= (* 2 (- x y)) 1) ))