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

Apply method for set unions #334

Closed
wants to merge 4 commits into from
Closed

Conversation

mforets
Copy link
Member

@mforets mforets commented Sep 23, 2020

Fixes #333.

for Xi in X.array
# compute Yi := X ∩ G ∩ I⁻ exactly
success, clist = _intersection(Xi, tr.G, tr.I⁻, HRepIntersection())
!success && return EmptySet(dim(X))
Copy link
Member Author

Choose a reason for hiding this comment

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

continue

@mforets mforets closed this Nov 5, 2022
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.

TypeError intersecting source invariant in hybrid solve
1 participant