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

cvc5-cvc5-1.2.0.test.regress.cli.regress0.uflra.simple.03.cvc.smt2 Maven / Gradle / Ivy

The newest version!
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x1 () Real)
(declare-fun y1 () Real)
(declare-fun z1 () Real)
(declare-fun x2 () Real)
(declare-fun y2 () Real)
(declare-fun z2 () Real)
(declare-fun f (Real) Real)
(declare-fun g (Real Real) Real)
(assert (= z1 (f x1)))
(assert (= z2 (f y1)))
(assert (not (= (g z1 z2) (g z2 y2))))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy