CMR
1.3.0
|
#include <bipartite_graph_bfs.hpp>
Public Member Functions | |
bool | is_reachable () const |
Public Attributes | |
int | distance |
Combinatorial distance to the search root or -1 if not reachable. More... | |
size_t | predecessor |
Index of the predecessor in the search tree. More... | |
A node for a breadth first search on bipartite graphs.
|
inline |
int tu::bipartite_graph_bfs_node::distance |
Combinatorial distance to the search root or -1 if not reachable.
size_t tu::bipartite_graph_bfs_node::predecessor |
Index of the predecessor in the search tree.