All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.test.regress.cli.regress1.bags.fold1.smt2 Maven / Gradle / Ivy

The newest version!
(set-logic HO_ALL)
(set-info :status sat)
(set-option :fmf-bound true)
(set-option :uf-lazy-ll true)
(define-fun plus ((x Int) (y Int)) Int (+ x y))
(declare-fun A () (Bag Int))
(declare-fun sum () Int)
(assert (= sum (bag.fold plus 1 A)))
(assert (= sum 10))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy