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

Simplify UniformPowerOfTwo #80

Merged
merged 11 commits into from
Oct 5, 2023
Merged

Simplify UniformPowerOfTwo #80

merged 11 commits into from
Oct 5, 2023

Conversation

fzaiser
Copy link
Collaborator

@fzaiser fzaiser commented Oct 5, 2023

Fixes #79. It also

  • changes the definition of the UniformPowerOfTwo model, which simplifies the correctness proof a lot.
  • merges the even-odd case splits in the correctness proof
  • removes an assume in the Uniform implementation
  • cleans up Helper.dfy

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@fzaiser fzaiser closed this Oct 5, 2023
@fzaiser fzaiser reopened this Oct 5, 2023
@fzaiser fzaiser closed this Oct 5, 2023
@fzaiser fzaiser reopened this Oct 5, 2023
@fzaiser fzaiser closed this Oct 5, 2023
@fzaiser fzaiser reopened this Oct 5, 2023
@jtristan jtristan merged commit fc97e62 into main Oct 5, 2023
14 checks passed
@fzaiser fzaiser deleted the fabian branch October 5, 2023 17:54
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.

Simplify the definition of UniformPowerOfTwo model
2 participants