-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
ManifoldSubset: New methods declare_equal, equal_subsets, equal_subset_family #31736
Comments
Commit: |
Last 10 new commits:
|
comment:4
Shouldn't we have def equal_subset_family(self):
- return ManifoldSubsetFiniteFamily(self.supersets())
+ return ManifoldSubsetFiniteFamily(self.equal_subsets()) |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Indeed, thanks for catching this. |
comment:7
Another comment: your name should appear in the |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
(I used |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Eric Gourgoulhon |
comment:13
Replying to @mkoeppe:
Thanks! |
comment:14
Thanks for reviewing! |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:16
Merged updated #31732 to resolve merge conflict |
Changed branch from u/mkoeppe/manifoldsubset__new_methods_declare_equal__equal_subsets__equal_subset_family to |
Two subsets are equal if they are subsets of each other.
We add methods
equal_subsets
,equal_subset_family
; and a methoddeclare_equal
to make two or more subsets equal.We modify the method
subset_poset
andsuperset_poset
to quotient out by equality.Depends on #31727
Depends on #31732
CC: @egourgoulhon @mjungmath @tscrim
Component: manifolds
Author: Matthias Koeppe
Branch/Commit:
fd4506a
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/31736
The text was updated successfully, but these errors were encountered: