|
Limbo
|
use boost::bron_kerbosch_all_cliques to find all cliques and the maximum ones More...
#include <iostream>#include <vector>#include <deque>#include <boost/graph/bron_kerbosch_all_cliques.hpp>Go to the source code of this file.
Classes | |
| struct | limbo::algorithms::max_clique_visitor_type< GraphType > |
| callback for boost::bron_kerbosch_all_cliques More... | |
Namespaces | |
| limbo | |
| namespace for Limbo | |
| limbo::algorithms | |
| namespace for Limbo.algorithms | |
Functions | |
| template<typename GraphType > | |
| vector< vector< typename boost::graph_traits< GraphType > ::vertex_descriptor > > | limbo::algorithms::max_clique (GraphType const &g, size_t clique_num) |
| use boost::bron_kerbosch_all_cliques to find all cliques and the maximum ones More... | |
use boost::bron_kerbosch_all_cliques to find all cliques and the maximum ones
Definition in file MaxClique.h.
1.8.8