Function
removeEdge
Removes an edge from the graph. For automatons a label is required.
removeEdge(g, source, target [, label])
removeEdge(g, e)
Parameters
g
A graph.
Types: Graph
source
A vertex descriptor.
target
A second vertex descriptor.
label
A label for the edge.
Types: Alphabet
Remarks: Required to remove an edge in an Automaton.
e
An edge descriptor.
Return Values
void
See Also
SeqAn - Sequence Analysis Library - www.seqan.de