[ library(graph_algorithms) | Reference Manual | Alphabetic Index ]
graph_reverse_edges(+Graph, -RevGraph)
Makes a graph with reversed edges
- Graph
- a graph structure
- RevGraph
- a graph structure
Description
Creates a new graph RevGraph which is identical to Graph except
that all edges are reversed.
Modes and Determinism
- graph_reverse_edges(+, -) is det
See Also
make_graph / 3, make_graph_symbolic / 3