Skip to content

Support for constant arrays #597

Description

@blishko

Hi!

It seems that Yices does not support constant arrays, is that correct?

(set-logic QF_ABV)
(define-sort Byte () (_ BitVec 8))
(define-sort Word () (_ BitVec 256))
(define-sort Buf () (Array Word Byte))
(declare-fun x () Buf)
(assert (= x ((as const Buf) #b00000000)))
(check-sat)
(error "at line 6, column 19: undefined term: const")

Do you plan to support constant arrays in Yices?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions