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

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

The newest version!
; EXPECT: (error "Term of kind `eqrange` not supported in default mode, try `--arrays-exp`.")
; EXIT: 1
(set-logic QF_AUFLIA)
(declare-const a (Array Int Int))
(assert (eqrange a a 0 0))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy