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

Integrate SysGus (CVC5) for synthesis of a valid subset #49

Open
3 tasks
alcides opened this issue Mar 26, 2024 · 0 comments
Open
3 tasks

Integrate SysGus (CVC5) for synthesis of a valid subset #49

alcides opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@alcides
Copy link
Owner

alcides commented Mar 26, 2024

The idea is to use Program Synthesis tools that address SysGus problems (e.g., CVC5 or z3) to solve a subset of programs (no polymorphism, only native operators).

Steps to implement this approach:

  • Translate Aeon Core to SysGus syntax (or fail if impossible)
  • Call CVC5/z3 bindings to obtain the program
  • Translate the resulting program back to Aeon.
@alcides alcides added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant