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

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

The newest version!
(set-logic ALL)
(set-info :status unsat)
(declare-fun A () (Bag Int))
(declare-fun B () (Bag Int))
(declare-fun x () Int)
(assert (= x 1))
(assert (bag.subbag A B))
(assert (bag.subbag B A))
(assert (= (bag.count x A) 5))
(assert (= (bag.count x B) 10))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy