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

Added two new context::recfun overloads that use sort_vector instead of sort* and size. #6576

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

jparsert
Copy link
Contributor

Previously recfun required a pointer and arity (size) to a list that contains the domain sorts of a recrusive function declaration in the c++ api.
In this pull request I added two overloads that allow the use of context::sort_vector instead.

jparsert and others added 2 commits February 10, 2023 17:41
…w for the declaration of recursive functions where the domain is given by a z3::sort_vector instead of an arity and sort*
@jparsert
Copy link
Contributor Author

@microsoft-github-policy-service agree

@NikolajBjorner NikolajBjorner merged commit d52e893 into Z3Prover:master Feb 10, 2023
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