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

cvc5-cvc5-1.2.0.test.regress.cli.regress0.bt-test-01.smt2 Maven / Gradle / Ivy

The newest version!
; EXPECT: unsat
(set-logic QF_UF)
(set-info :smt-lib-version 2.6)
(set-info :category "crafted")
(set-info :status unsat)

(declare-fun x0 () Bool)
(declare-fun y0 () Bool)
(declare-fun z0 () Bool)

(assert (or x0 y0))
(assert (or (not y0) z0))

(declare-fun x1 () Bool)
(declare-fun y1 () Bool)

(assert x1)
(assert y1)

(declare-fun f (Bool) Bool)

(assert (not (= (f (or x0 z0)) (f (and x1 y1)))))

(check-sat)

(exit)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy