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

Folding: output the relaxed extended instances #2267

Merged
merged 1 commit into from
May 30, 2024

Conversation

dannywillems
Copy link
Member

It is useful information to pass to the IVC circuit. I would suggest to improve the interface later.

Adding also documentation.

Regarding the usage of clone, I am not happy with it. It will imply a possible non-negligeable memory overhead. We should avoid this when the first version is released.

It is useful information to pass to the IVC circuit.
I would suggest to improve the interface later.

Adding also documentation.

Regarding the usage of `clone`, I am not happy with it. It will imply a possible
non-negligeable memory overhead. We should avoid this when the first version is
released.
@dannywillems dannywillems requested a review from fabrizio-m May 30, 2024 16:39
@dannywillems dannywillems self-assigned this May 30, 2024
@@ -385,7 +385,11 @@ fn test_decomposable_folding() {
let FoldingOutput {
folded_instance,
folded_witness,
..
t_0: _,
Copy link
Member Author

Choose a reason for hiding this comment

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

It is a personal taste to explicitly unwrap it totally. It might be a pain when we add a field, but it gives information on the API. If there are many changes when unwrapping a structure, it means the API is not well implemented.

Base automatically changed from dw/naming-var-folding to master May 30, 2024 17:41
@dannywillems dannywillems merged commit 3bd3987 into master May 30, 2024
6 checks passed
@dannywillems dannywillems deleted the dw/ivc-folding-expose-extended-instances branch May 30, 2024 17:41
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