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

feat: atmost and atleast #320

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

lucascool12
Copy link
Contributor

Adds bindings for atleast and atmost. These functions are generic over IntoIterator<Item = &'a Bool<'ctx>> so that calling code can potentially reduce the amount of allocations since we always have to collect the input of Bool into an Z3_AST array.

Some simple tests for both functions have also been added.

Copy link
Contributor

@waywardmonkeys waywardmonkeys left a comment

Choose a reason for hiding this comment

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

Will merge once the clippy issue is fixed! Thanks for the contribution!

@lucascool12 lucascool12 force-pushed the feat-atmost-atleast branch 2 times, most recently from 088b4c5 to 1d74f48 Compare November 5, 2024 08:37
@waywardmonkeys waywardmonkeys merged commit c69cb40 into prove-rs:master Nov 5, 2024
11 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.

2 participants