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

[rules] [strings] Add support for concat_cprop rule #42

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

vinisilvag
Copy link
Contributor

This PR adds the concat_cprop rule from the Strings theory.
Rule reference can be found in the cvc5 documentation and in the AletheLF specification.

@HanielB
Copy link
Contributor

HanielB commented Jun 12, 2024

From discussing offline:

  • factor out the structural checks that are identical in both the prefix and suffix case
  • do not consider a Carcara failure (i.e., unreachable) the ill-formed case in overlap, but rather add checks to guarantee that the rule input will lead to a successfull application or lead to a CheckerError

@vinisilvag vinisilvag closed this Jun 19, 2024
@vinisilvag vinisilvag reopened this Jun 19, 2024
@bpandreotti bpandreotti merged commit 6a670a8 into ufmg-smite:main Jul 25, 2024
3 checks passed
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.

3 participants