Opened 16 years ago
Closed 13 years ago
#875 closed Bugs (fixed)
No iterator based constructor for adjacency_matrix
| Reported by: | nobody | Owned by: | Jeremiah Willcock |
|---|---|---|---|
| Milestone: | Component: | graph | |
| Version: | None | Severity: | Problem |
| Keywords: | Cc: |
Description
The documentation says there should be another contructor for adjacency_matrix taking EdgeIterators for arguments. I'm using 1.33.1 and cannot find one, nor in the latest CVS. hw271@cam.ac.uk
Change History (4)
comment:1 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Severity: | → Showstopper |
| Status: | assigned → new |
comment:2 by , 13 years ago
| Status: | new → assigned |
|---|
comment:3 by , 13 years ago
| Severity: | Showstopper → Problem |
|---|
comment:4 by , 13 years ago
| Resolution: | None → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [53217]) Added graph properties to adjacency_matrix; fixed constructors to match documentation; fixes #875