AdjMatrixEdgeWeightedDigraph Methods |
The AdjMatrixEdgeWeightedDigraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddEdge |
Adds the directed edge e to the edge-weighted digraph (if there
is not already an edge with the same endpoints). |
![]() | Adj |
Returns the directed edges incident from vertex v. |
![]() ![]() | MainTest |
Demo test the AdjMatrixEdgeWeightedDigraph data type. |
![]() | ToString |
Returns a string representation of the edge-weighted digraph. This method takes
time proportional to V2. (Overrides ObjectToString.) |