#7378: Subdivide edges in a graph
-----------------------------+----------------------------------------------
Reporter: ncohen | Owner: jason
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.4.4
Component: graph theory | Keywords:
Author: Nathann Cohen | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Changes (by rlm):
* status: needs_review => needs_work
Comment:
I don't think this quite works as advertised. If I have edge `(u, v, 1)`
and I do `G.subdivide_edge((u, v, 2), 5)`, then the edge `(u, v, 1)` is
never deleted.
Is the input label the new label, or the label of the existing edge?
Maybe there should be a `new_label` argument instead? I'm not sure the
best way to approach this, and I'm interested in your opinion.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7378#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.