id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 829,Implicit graph not implement,axet,Jeremiah Willcock,"{{{ 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); }}}",Bugs,closed,,graph,None,Problem,fixed,,