C++ Reference

C++ Reference: Algorithms

find_graph_symmetries.h File Reference

Go to the source code of this file.

Classes

class  GraphSymmetryFinder
 

Namespaces

 operations_research
 

Functions

std::vector< int > CountTriangles (const ::util::StaticGraph< int, int > &graph, int max_degree)
 
void LocalBfs (const ::util::StaticGraph< int, int > &graph, int source, int stop_after_num_nodes, std::vector< int > *visited, std::vector< int > *num_within_radius, std::vector< bool > *tmp_mask)