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

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

The newest version!
(set-logic QF_UF)
(set-info :smt-lib-version 2.6)
(set-info :category "crafted")
(set-info :status sat)
(declare-sort I 0)
(declare-fun e0 () I)

;; below we type cast e0 to its type
;; in other words, this just affirms that e0 has type I
;; previously, this was not handled correctly in the smt2 parser
(assert (= (as e0 I) (as e0 I)))

(check-sat)
(exit)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy