Chemical Data Processing Library C++ API - Version 1.1.1
|
Implementation of the Bron-Kerbosch algorithm. More...
#include <cstddef>
#include <vector>
#include "CDPL/Util/APIPrefix.hpp"
#include "CDPL/Util/BitSet.hpp"
#include "CDPL/Util/Array.hpp"
#include "CDPL/Util/ObjectStack.hpp"
Go to the source code of this file.
Classes | |
class | CDPL::Util::BronKerboschAlgorithm |
Implementation of the Bron-Kerbosch clique-detection algorithm [BKA]. More... | |
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Util | |
Contains general purpose algorithms, containers, functors and other classes. | |
Implementation of the Bron-Kerbosch algorithm.