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

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

The newest version!
(set-logic QF_LRA)
(set-info :status sat)
(declare-fun v0 () Real)
(assert
   (= (>= v0 5) (< v0 0))
 )
(check-sat)
(exit)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy