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

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

The newest version!
(set-logic QF_ABV)
(set-option :bv-solver bitblast-internal)
(set-info :status unsat)
(declare-const  a (Array (_ BitVec 64) (_ BitVec 64)))
(declare-const  b (_ BitVec 64))
(assert (= (store a (bvadd b b) (bvadd b #x1111111111111111))
(store (store a #x1111111111111111 b) (bvadd b b) (bvneg b))))
(check-sat)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy