The max_clique_visitor records the size of the maximum clique (but not the clique itself).
More...
#include <bron_kerbosch_all_cliques.hpp>
|
| max_clique_visitor (std::size_t &max) |
|
template<typename Clique , typename Graph > |
void | clique (const Clique &p, const Graph &g) |
|
The max_clique_visitor records the size of the maximum clique (but not the clique itself).
boost::max_clique_visitor::max_clique_visitor |
( |
std::size_t & |
max | ) |
|
|
inline |
template<typename Clique , typename Graph >
void boost::max_clique_visitor::clique |
( |
const Clique & |
p, |
|
|
const Graph & |
g |
|
) |
| |
|
inline |
std::size_t& boost::max_clique_visitor::maximum |
The documentation for this struct was generated from the following file: