![]() |
CMR
1.3.0
|
#include "gen_generic.hpp"#include "matrix.hpp"#include <boost/graph/adjacency_list.hpp>#include <boost/graph/depth_first_search.hpp>#include <boost/graph/two_bit_color_map.hpp>Go to the source code of this file.
Classes | |
| class | network_matrix_generator |
Functions | |
| template<typename OutputIterator , typename Graph , typename IndexMap , typename Vertex > | |
| OutputIterator | find_path (Graph graph, IndexMap index_map, Vertex s, Vertex t, OutputIterator result) |
| OutputIterator find_path | ( | Graph | graph, |
| IndexMap | index_map, | ||
| Vertex | s, | ||
| Vertex | t, | ||
| OutputIterator | result | ||
| ) |
Define a color map for DFS
Declare predecessor map