-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rewrite can_derive_copy[_in_array]
as either a graph traversal or fix-point analysis
#766
Comments
can_derive_copy[_in_array]
as either a graph traversal or analysiscan_derive_copy[_in_array]
as either a graph traversal or fix-point analysis
Note that in #767, we found it easier to compute the set of things that cannot derive |
I think this may involve two sets instead of one set. Named would not be the cannot_derive_copy set but it would be in the cannot_derive_copy_in_array set. Can the monotone framework return two sets instead of one? |
Yep! |
@highfive assign me |
Looks like highfive doesn't work. I'm working on this. |
See #536 for details.
The text was updated successfully, but these errors were encountered: