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 translation using linear integer or real #224

Open
Bo-Yuan-Huang opened this issue Mar 13, 2022 · 0 comments
Open

SMT translation using linear integer or real #224

Bo-Yuan-Huang opened this issue Mar 13, 2022 · 0 comments
Assignees

Comments

@Bo-Yuan-Huang
Copy link
Collaborator

Describe your feature request.
Generate SMT formulas that use LIA or LRA for better support for CHC and other synthesis tasks.

Describe the solution you'd like
An option (additional to the existing BV-based translation) to select the data type.

Additional context

  • Invariants on variable/expression value, e.g., x >=0 && x <= 15 for 4-bits var x.
  • Configurable translation
    1. Inline checks for overflow
    2. Report set of checks
    3. Automatic invariants suggestion
    4. Semantics-preserving translation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant