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

cvc5-cvc5-1.2.0.test.regress.cli.regress1.sep.sep-neg-nstrict.smt2 Maven / Gradle / Ivy

The newest version!
(set-logic QF_ALL)
(set-info :status unsat)
(declare-heap (Int Int))

(declare-const x Int)
(declare-const y Int)
(declare-const z Int)

(declare-const a Int)
(declare-const b Int)

(assert (not (sep true (pto x a))))
(assert (sep (pto x a) (pto z b)))


(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy