Two Dimensional Node ArraysThe data type node_matrix<E> is a two-dimensional version of the data type Node Array. It is a two-dimensional matrix with entries of type E indexed by pairs of nodes of the corresponding graph. Example of how to use a two-dimensional node array Strengths
Disadvantages
TipsUse Two Dimensional Node Arrays only for small static graphs. |
See also:Associate Information with Graphs Manual Entries: |