summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/abd-simple-conj-4.smt2
blob: 98bf70fd755eb24ebe3f0f1d05560525bd4dafed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --produce-abducts --sygus-core-connective
; SCRUBBER: grep -v -E '(\(define-fun)'
; EXIT: 0
(set-logic QF_LIA)
(set-option :produce-abducts true)
(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun z () Int)
(declare-fun w () Int)
(declare-fun u () Int)
(declare-fun v () Int)
(assert (>= x 0))
(get-abduct A (>= (+ x y z w u v) 2))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback