summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/abd-simple-conj-4.smt2
blob: dda5e9751c18d24a5805d6e2f84c6ce77521b922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; REQUIRES: proof
; 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