![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Classes | |
| class | BronKerboschAlgorithm< NodeIndex > |
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
Enumerations | |
| enum class | CliqueResponse { CONTINUE , STOP } |
| enum class | 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) |