|
Limbo 3.5.4
|
callback for boost::bron_kerbosch_all_cliques More...
#include <MaxClique.h>
Public Types | |
| typedef GraphType | graph_type |
| typedef boost::graph_traits< graph_type >::vertex_descriptor | vertex_descriptor_type |
| typedef vector< vertex_descriptor_type > | clique_type |
| typedef vector< clique_type > | clique_container_type |
Public Member Functions | |
| max_clique_visitor_type (clique_container_type &vc) | |
| max_clique_visitor_type (clique_container_type const &rhs) | |
| template<typename CliqueType> | |
| void | clique (CliqueType const &c, graph_type const &cg) |
Public Attributes | |
| clique_container_type & | vClique |
| container to store cliques | |
callback for boost::bron_kerbosch_all_cliques
| GraphType | graph type |
Definition at line 30 of file MaxClique.h.
| typedef vector<clique_type> limbo::algorithms::max_clique_visitor_type< GraphType >::clique_container_type |
Definition at line 36 of file MaxClique.h.
| typedef vector<vertex_descriptor_type> limbo::algorithms::max_clique_visitor_type< GraphType >::clique_type |
Definition at line 35 of file MaxClique.h.
| typedef GraphType limbo::algorithms::max_clique_visitor_type< GraphType >::graph_type |
Definition at line 33 of file MaxClique.h.
| typedef boost::graph_traits<graph_type>::vertex_descriptor limbo::algorithms::max_clique_visitor_type< GraphType >::vertex_descriptor_type |
Definition at line 34 of file MaxClique.h.
|
inline |
|
inline |
copy constructor
| rhs | a clique_container_type object |
Definition at line 46 of file MaxClique.h.
|
inline |
| CliqueType | container type for vertices of a clique |
| c | clique vertices in graph |
| cg | graph |
Definition at line 52 of file MaxClique.h.
| clique_container_type& limbo::algorithms::max_clique_visitor_type< GraphType >::vClique |
container to store cliques
Definition at line 39 of file MaxClique.h.