-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
(disjoint) Union of graphs with multiple edges #15627
Comments
Branch: u/ncohen/15627 |
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:3
There is a typo "afinite projective plane" I propose to replace "No other value is available for this parameter." by "For the moment, no other value is available for this parameter." |
comment:4
oops, wrong ticket ! |
comment:6
There is a failing doctest about the immutability :
I suggest also to add a reference to |
comment:9
Here it is ! Nathann |
Reviewer: Frédéric Chapoton |
comment:10
Ok, good enough for me (even if not fully pep8 or python3) :) |
comment:11
Ahahah. Thanks for the review :-) Nathann |
Changed branch from u/ncohen/15627 to |
Changed commit from |
Err... Right now, the disjoint union of two graphs with multiedges/loops is the disjoint union of those two graphs without loops nor multiple edges. That's clearly missing from the code.
Here is the new behaviour
I hate multiedges. I hate loops. I hate labels.
Nathann
Depends on #15623
CC: @simon-king-jena @fchapoton
Component: graph theory
Author: Nathann Cohen
Branch:
9f1716e
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/15627
The text was updated successfully, but these errors were encountered: