Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format_expr now prints bv-typed constants #8457

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Commits on Sep 16, 2024

  1. format_expr now prints bv-typed constants

    This adds formatting for bv-type constants to format_expr.  As the bv type
    does not have a numerical representation, the 0/1 bit pattern is printed,
    starting with the bit with the highest index.
    kroening committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2ed72b0 View commit details
    Browse the repository at this point in the history