Opened 18 years ago
Closed 13 years ago
#372 closed Feature Requests (fixed)
adjacency_matrix should model BidirectionalGraph
| Reported by: | Douglas Gregor | Owned by: | Douglas Gregor |
|---|---|---|---|
| Milestone: | Component: | graph | |
| Version: | None | Severity: | Optimization |
| Keywords: | Cc: |
Description (last modified by )
Class template adjacency_matrix should model the BidirectionalGraph concept. This will require the introduction of an in_edge_iterator that strides across the rows of the adjacency matrix.
Change History (3)
comment:1 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Severity: | → Optimization |
| Status: | assigned → new |
comment:2 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Owner: | changed from to |
comment:3 by , 13 years ago
| Resolution: | None → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This appears to have been fixed.