summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue4062-cegqi-aux.smt2
blob: 1b4bd0d7f370c6fe310b4e8f1ee0e73c03e73cc0 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --arith-rewrite-equalities --global-negate --sygus-inst
; EXPECT: sat
(set-logic NIA)
(set-option :arith-rewrite-equalities true)
(set-option :global-negate true)
(set-info :status sat)
(declare-const i5 Int)
(assert (= 562 (abs i5)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback