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

#397 Add cache to Intersection #796

Merged
merged 4 commits into from
Oct 14, 2018
Merged

#397 Add cache to Intersection #796

merged 4 commits into from
Oct 14, 2018

Conversation

schillic
Copy link
Member

Closes #397.

@schillic schillic force-pushed the schillic/397 branch 2 times, most recently from 59c3f6b to 8a475ae Compare October 14, 2018 08:56
@schillic schillic requested a review from mforets October 14, 2018 09:21
"""
function isempty(cap::Intersection)::Bool
return is_intersection_empty(cap.X, cap.Y)
if isempty_known(cap.cache)
Copy link
Member

Choose a reason for hiding this comment

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

above there is a method isempty_konwn(::Intersection). should we use it instead? (or delete it?)

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