Opened 10 years ago
#7469 new Patches
Parallel Graph: redistribute() does not compile for bidirected graphs
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Trying to to use redistribute on a adjacency_list with the bidirectionalS tag leeds to compile erros.
I tracked down the problem to the point, that there is a additional internal property on vertices for this type of graphs. This property is not properly handeled during the call of redistribute. Attached is a patch including a test.
Attachments (1)
Note:
See TracTickets
for help on using tickets.