C++ Reference
C++ Reference: Graph
cliques.h File Reference
Go to the source code of this file.
Classes | |
| class | BronKerboschAlgorithm< NodeIndex > |
Namespaces | |
| operations_research | |
Enumerations | |
| enum | CliqueResponse { CONTINUE, STOP } |
| enum | BronKerboschAlgorithmStatus { COMPLETED, INTERRUPTED } |
Functions | |
| void | FindCliques (std::function< bool(int, int)> graph, int node_count, std::function< bool(const std::vector< int > &)> callback) |
| void | CoverArcsByCliques (std::function< bool(int, int)> graph, int node_count, std::function< bool(const std::vector< int > &)> callback) |