OR-Tools  9.6
find_graph_symmetries.h File Reference

Go to the source code of this file.

Classes

class  GraphSymmetryFinder
 

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 

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)