Opened 11 years ago
Closed 11 years ago
#6061 closed Bugs (fixed)
prim_minimum_spanning_tree document : missing "end for"
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
for each vertex u in V[G] color[u] := WHITE d[u] := infinity color[s] := GRAY d[s] := 0
missing "end for"?
Note:
See TracTickets
for help on using tickets.
(In [75140]) Added missing "end for"; fixes #6061