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

[SMT] Add bv2int op #8049

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[SMT] Add bv2int op #8049

wants to merge 1 commit into from

Conversation

TaoBi22
Copy link
Contributor

@TaoBi22 TaoBi22 commented Jan 9, 2025

Adds an operation to convert between SMT bitvectors and SMT integers. As discussed further in #8041, support for these operations varies between solvers - technically this one is outlined in the SMTLIB spec but AFAIU only to describe the semantics of other operations, rather than as something solvers are expected to implement, so I've made ExportSMTLIB error out on this one too since it's not really part of the spec for the language itself.

@TaoBi22 TaoBi22 requested a review from maerhart as a code owner January 9, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant