bfs.h File Reference
Go to the source code of this file.
Namespaces | |
| alglib | |
| alglib::graph | |
Functions | |
| template<typename GraphType , typename OutputIter > | |
| OutputIter | alglib::graph::_single_bfs (const GraphType &G, const typename GraphType::vertex_type &start, vertex_property< GraphType, bool > &visited, OutputIter dest) |
| template<typename GraphType , typename OutputIter > | |
| OutputIter | alglib::graph::single_bfs (const GraphType &G, const typename GraphType::vertex_type &start, OutputIter dest) |
| template<typename GraphType , typename OutputIter > | |
| OutputIter | alglib::graph::bfs (const GraphType &G, const typename GraphType::vertex_type &start, OutputIter dest) |
| template<typename GraphType , typename OutputIter > | |
| OutputIter | alglib::graph::bfs (const GraphType &G, OutputIter dest) |

1.8.9.1