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

Recurrences #26

Merged
merged 22 commits into from Aug 28, 2019
Merged

Recurrences #26

merged 22 commits into from Aug 28, 2019

Conversation

Unnar
Copy link
Member

@Unnar Unnar commented Jun 14, 2019

Proof trees can now use the recurrence relation implied by themselves to count how many objects there are of each length as long as it only uses

  • Disjoint union
  • Decomposition
  • Verification (and get_genf is implemented for verified nodes)
  • Recursion

Copy link
Member

@christianbean christianbean left a comment

Choose a reason for hiding this comment

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

I think this is ready to be added to develop.

Copy link
Member

@enadeau enadeau left a comment

Choose a reason for hiding this comment

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

I think we should add an example of this functionality that will also serve as test to the README file

CHANGELOG.md Outdated Show resolved Hide resolved
@ulfarsson ulfarsson merged commit 8cde665 into develop Aug 28, 2019
@ulfarsson ulfarsson deleted the recurrences branch August 28, 2019 11:57
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.

None yet

4 participants