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

cvc5-cvc5-1.2.0.test.regress.cli.regress1.sets.issue9114-sets-card-extr.smt2 Maven / Gradle / Ivy

The newest version!
; COMMAND-LINE: --produce-interpolants
; EXPECT: sat
(set-logic ALL)
(declare-fun v () (Set Int))
(declare-fun a () (Set Int))
(assert (and (forall ((Set Int)) (= 1 (set.card (set.inter (set.inter v v) (set.minus v a)))))))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy