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

cvc5-cvc5-1.2.0.test.regress.cli.regress0.fp.abs-unsound.smt2 Maven / Gradle / Ivy

The newest version!
; COMMAND-LINE: --fp-exp
; EXPECT: sat
(set-logic QF_FP)
(set-info :status sat)
(declare-fun x () (_ FloatingPoint 3 5))
(declare-fun y () (_ FloatingPoint 3 5))

(assert (not (= (fp.abs (fp.abs x)) x)))
(assert (not (= (fp.abs (fp.neg y)) y)))

(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy