27 #ifndef CDPL_UTIL_BRONKERBOSCHALGORITHM_HPP
28 #define CDPL_UTIL_BRONKERBOSCHALGORITHM_HPP
75 typedef std::vector<std::size_t> NodeDegreeTable;
76 typedef std::vector<State*> StateStack;
80 StateCache stateCache;
81 NodeDegreeTable nodeDegrees;
Definition of the class CDPL::Util::Array.
Definition of the type CDPL::Util::BitSet.
Definition of the class CDPL::Util::ObjectStack.
Definition of the preprocessor macro CDPL_UTIL_API.
#define CDPL_UTIL_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Implementation of the Bron-Kerbosch clique-detection algorithm [BKA].
Definition: BronKerboschAlgorithm.hpp:49
void init(const BitSetArray &adj_mtx)
BronKerboschAlgorithm()
Definition: BronKerboschAlgorithm.hpp:52
bool nextClique(BitSet &clique)
BronKerboschAlgorithm(const BitSetArray &adj_mtx)
BronKerboschAlgorithm(const BronKerboschAlgorithm &bka)
BronKerboschAlgorithm & operator=(const BronKerboschAlgorithm &bka)
boost::dynamic_bitset BitSet
A dynamic bitset class.
Definition: BitSet.hpp:46
Array< BitSet > BitSetArray
An array of Util::BitSet objects.
Definition: Array.hpp:597
The namespace of the Chemical Data Processing Library.