[ library(graph_algorithms) | Reference Manual | Alphabetic Index ]
graph_get_adjacent_edges(+Graph, +SourceNode, -EdgeList)
Returns a sorted list of all edges starting from SourceNode
- Graph
- a graph structure
- SourceNode
- an integer node number
- EdgeList
- a list of e/3 edge structures
Description
Modes and Determinism
- graph_get_adjacent_edges(+, +, -) is det
See Also
graph_get_all_edges / 2, graph_get_incoming_edges / 3, graph_get_maxnode / 2