Opened 7 years ago
Last modified 5 years ago
#15627 closed defect
(disjoint) Union of graphs with multiple edges — at Initial Version
Reported by: | ncohen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.2 |
Component: | graph theory | Keywords: | |
Cc: | SimonKing, chapoton | Merged in: | |
Authors: | Nathann Cohen | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #15603 | Stopgaps: |
Description
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
Note: See
TracTickets for help on using
tickets.