Skip to content

Arbitrary Bitvector widths #508

@tiferrei

Description

@tiferrei

Hi there,

Thanks again for this fantastic library! :)

I was doing some optimisations in my encoding by switching to a bit vector encoding of a finite domain. In the process, I hit some assertions about using non-standard bit vector widths (i.e., not 8/32/64).

From my (very poor) understanding of the implementation, is this because these vectors are backed by OCaml ints, of respective sizes? Is there a bigger limitation to supporting arbitrary width bit vectors?

If not, would it be reasonable for me to hack locally a Z.t-backed implementation to get started?

Thanks!

Tiago

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions