File: regrarray13.smt2

package info (click to toggle)
bitwuzla 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,292 kB
  • sloc: cpp: 94,870; python: 3,254; ansic: 1,613; sh: 50; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
(set-info :status unsat)
(declare-const x Bool)
(declare-const c (Array (_ BitVec 2) (Array (_ BitVec 2) (_ BitVec 2))))
(assert (forall ((v (_ BitVec 2))) (or (bvsge (_ bv0 2) (select (select c (_ bv0 2)) (_ bv0 2))) (bvsge (concat (ite x (bvnot (_ bv0 2)) (_ bv0 2)) (select (select c (_ bv0 2)) (_ bv1 2))) (concat (concat #b0 ((_ extract 1 1) v)) (_ bv1 2))))))
(assert (exists ((v (_ BitVec 2))) (bvslt (_ bv0 2) (select (select c (_ bv0 2)) (_ bv0 2)))))
(check-sat)