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

Use the booster backend and small improvements. #12

Merged
merged 15 commits into from
Oct 7, 2023

Conversation

virgil-serbanuta
Copy link
Contributor

No description provided.

Copy link
Member

@bbyalcinkaya bbyalcinkaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Skipped the generated lemma claim files and the LemmaProof class.

rhs_vars = free_vars(self.rhs)
var_occurrences = count_vars(mlAnd([KRewrite(self.lhs, self.rhs), self.requires]))
v_subst: dict[str, KVariable] = {}
vremap_subst: dict[str, KVariable] = {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vremap_subst is populated in the loop but never used

@virgil-serbanuta virgil-serbanuta merged commit c749f3e into master Oct 7, 2023
1 check passed
@virgil-serbanuta virgil-serbanuta deleted the json-booster branch October 7, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants