Function
addEdge
Adds a new edge to the graph, either with or without cargo.
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: Can only be used with Automaton. | |
|  A cargo object. Types:  Cargo | 
Remarks
 For automatons a label is required.
Return Values
 A new edge descriptor.
Types:  EdgeDescriptor
See Also
SeqAn - Sequence Analysis Library - www.seqan.de