Function
removeEdge
Removes an edge from the graph. For automatons a label is required.
Include Headers
seqan/graph_types.h
Parameters
|  A graph. Types:  Graph | |
|  A vertex descriptor. Types:  VertexDescriptor | |
|  A second vertex descriptor. Types:  VertexDescriptor | |
|  A label for the edge. Types:  Alphabet Remarks: Required to remove an edge in an Automaton. | |
|  An edge descriptor. Types:  EdgeDescriptor | 
Return Values
 void
SeqAn - Sequence Analysis Library - www.seqan.de