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

cvc5-cvc5-1.2.0.test.regress.cli.regress1.sep.loop-1220.smt2 Maven / Gradle / Ivy

The newest version!
; EXPECT: sat
; DISABLE-TESTER: model
(set-logic QF_ALL)
(set-info :status sat)
(declare-heap (Int Int))

(declare-const x Int)
(declare-const a Int)

(declare-const y Int)
(declare-const b Int)
(declare-const y0 Int)
(declare-const b0 Int)
(declare-const y00 Int)
(declare-const b00 Int)

(assert (or false (sep (pto x a) (or false (sep (pto y b) (or false (sep (pto y0 b0) (pto y00 b00) )))))))
(assert (not (or false (sep (pto x a) (not (or false (sep (pto y b) (not (or false (sep (pto y0 b0) (not (pto y00 b00)) )))))))))) 

(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy