Skip to content

Change binary representations to hexadecimal from binary #61

Open
@hannes-steffenhagen-diffblue

Description

As of the merging of this PR, bitvectors in CBMC are now represented as hexadecimal, so we need to update our bitvector generation (Uint_To_Binary and Ureal_To_Binary in particular) to produce a hex representation. Could be most easily achieved by simply taking the existing *_To_Binary functions and wrapping them with a Binary_To_Hex function.

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