AdjacencyMatrix
The AdjacencyMatrix concept refines Graph concept and adds the requirement for efficient access to any edge in the graph given the source and target vertices. No Boost Graph Library algorithms currently use this concept. However there are algorithms not yet implemented such as Floyd-Warshall that would require this concept.
Associated Types
|
Valid Expressions
| Name | Expression | Return Type | Description |
|---|---|---|---|
Direct Edge Access |
|
|
Returns a pair
consisting of a flag saying whether there exists an edge between |