Opened 14 years ago
Closed 14 years ago
#2131 closed Bugs (fixed)
cuthill_mckee_ordering misdocumented
Reported by: | Dave Abrahams | Owned by: | Douglas Gregor |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | graph |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_35_0/libs/graph/doc/cuthill_mckee_ordering.html shows signatures where the template parameter names don't match up with the types used as function parameters. Look for "VertexIndexMap"
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
also in at least one place it says you can run this algorithm with nothing more than a VertexListGraph, which not surprisingly appears to be false.