-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
subsets and subwords bug fix + improvements. #5200
Comments
comment:2
It has been decided (direct talk with Nicolas + irssi with Mike) that the user has to explicitely set that he want multisets. Therefore, on the contrary that is anounced, the following is not working:
Instead one should write
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:6
Sorry for the mess with the description... I just realize because of my mistake that it is possible to change the description. :-) I've uploaded a new patch according to remark of Nicolas and Mike. It should be ready for review and hopefully integration. Cheers, Florent |
New patch after Nicolas review. |
comment:7
Attachment: subsets_subwords-5200-submitted.2.patch.gz Nicolas sent me a review on sage-combinat-devel. The new subsets_subwords-5200-submitted.2.patch patch fixes the various problems pointed out by the review (typos + code improvements). Florent |
comment:8
Florent: feel free to switch the title to with review after the following micro updates:
|
Attachment: subsets_subwords-5200-review.patch.gz Last review patch. |
comment:9
The review patch I just submitted address Nicolas last comment. According to Nicolas la remarks I allow myself to change the review title. Please tell me if it's not allowed by the review rules. Florent |
comment:10
"with review" is meaningless :) Nicolas: Can you give this a formal positive review? Cheers, Michael |
comment:11
After re-reading Nicola's comment I am giving this patch a positive review in his name. The two patches also pass doctests. Cheers, Michael |
comment:12
Merged both patches in Sage 3.4.1.alpha0. Cheers, Michael |
This patches improves subwords and subsets and deals with several issues:
__contains__
which was missing for subsets and subwords:Before:
Before:
Cheers,
Florent
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: subsets, subwords
Issue created by migration from https://trac.sagemath.org/ticket/5200
The text was updated successfully, but these errors were encountered: