Opened 16 years ago

Closed 14 years ago

#829 closed Bugs (fixed)

Implicit graph not implement

Reported by: axet Owned by: Jeremiah Willcock
Milestone: Component: graph
Version: None Severity: Problem
Keywords: Cc:

Description (last modified by Douglas Gregor)

In page http://www.boost.org/libs/graph/doc/astar_search.html, say : "A* is particularly useful for searching implicit graphs". But in astar_search.hpp you can see MutableQueue with fixed element size. As result use astar search for implicit graph - imposible.

MutableQueue Q(num_vertices(g), icmp, index_map);

Change History (4)

comment:1 by Marshall Clow, 15 years ago

Owner: changed from Douglas Gregor to doug_gregor
Severity: Problem
Status: assignednew

Assigned to "doug_gregor" instead of nonexistent user "dgregor"

comment:2 by Douglas Gregor, 14 years ago

Description: modified (diff)
Owner: changed from doug_gregor to Douglas Gregor

comment:3 by Jeremiah Willcock, 14 years ago

Owner: changed from Douglas Gregor to Jeremiah Willcock
Status: newassigned

comment:4 by Jeremiah Willcock, 14 years ago

Resolution: Nonefixed
Status: assignedclosed

Fixed in r50803, and documentation fixed in r50804.

Note: See TracTickets for help on using tickets.