Digraphs icon indicating copy to clipboard operation
Digraphs copied to clipboard

Functions that add edge(s) should optionally take label(s) for those edge(s)

Open wilfwilson opened this issue 4 years ago • 1 comments

Currently these are separate steps. But I think that (for convenience and efficiency reasons) these should be able to be combined into a single step.

An incomplete list of the possible new interfaces that I envisage are:

DigraphAddEdge(D, edge, label)
DigraphAddEdge(D, src, ran, label)
DigraphAddEdges(D, edges, labels)

This idea came from thinking about #500.

wilfwilson avatar Oct 28 '21 08:10 wilfwilson

I'm interested in this - I'll take a look.

cwills15 avatar Feb 05 '25 16:02 cwills15