|
Limbo 3.5.4
|
callback for boost::bron_kerbosch_all_cliques More...
#include <MaxIndependentSet.h>
Public Types | |
| typedef GraphType | graph_type |
| typedef MisVisitorType | mis_visitor_type |
| typedef boost::graph_traits< graph_type >::vertex_descriptor | vertex_descriptor_type |
| typedef std::map< vertex_descriptor_type, vertex_descriptor_type > | map_type |
Public Member Functions | |
| clique_visitor_type (mis_visitor_type &mv, map_type &mCG2G) | |
| clique_visitor_type (clique_visitor_type const &rhs) | |
| template<typename CliqueType> | |
| void | clique (CliqueType const &c, graph_type const &cg) |
Public Attributes | |
| MisVisitorType & | mis_visitor |
| bind mis visitor | |
| map_type & | mCompG2G |
| bind vertex mapping from complement graph to original graph | |
callback for boost::bron_kerbosch_all_cliques
| GraphType | graph type |
| MisVisitorType | a function object for visiting each independent set. Refer to limbo::algorithms::coloring::LawlerChromaticNumber::mis_visitor_type for example. |
Definition at line 30 of file MaxIndependentSet.h.
| typedef GraphType limbo::algorithms::MaxIndependentSetByMaxClique::clique_visitor_type< GraphType, MisVisitorType >::graph_type |
Definition at line 33 of file MaxIndependentSet.h.
| typedef std::map<vertex_descriptor_type, vertex_descriptor_type> limbo::algorithms::MaxIndependentSetByMaxClique::clique_visitor_type< GraphType, MisVisitorType >::map_type |
Definition at line 36 of file MaxIndependentSet.h.
| typedef MisVisitorType limbo::algorithms::MaxIndependentSetByMaxClique::clique_visitor_type< GraphType, MisVisitorType >::mis_visitor_type |
Definition at line 34 of file MaxIndependentSet.h.
| typedef boost::graph_traits<graph_type>::vertex_descriptor limbo::algorithms::MaxIndependentSetByMaxClique::clique_visitor_type< GraphType, MisVisitorType >::vertex_descriptor_type |
Definition at line 35 of file MaxIndependentSet.h.
|
inline |
constructor
| mv | visitor of maximum independent set |
| mCG2G | mapping from complement graph to original graph |
Definition at line 45 of file MaxIndependentSet.h.
|
inline |
copy constructor
| rhs | a clique_visitor_type object |
Definition at line 48 of file MaxIndependentSet.h.
|
inline |
| CliqueType | container type for vertices of a clique |
| c | clique vertices in complement graph |
| cg | complement graph |
Definition at line 54 of file MaxIndependentSet.h.
| map_type& limbo::algorithms::MaxIndependentSetByMaxClique::clique_visitor_type< GraphType, MisVisitorType >::mCompG2G |
bind vertex mapping from complement graph to original graph
Definition at line 40 of file MaxIndependentSet.h.
| MisVisitorType& limbo::algorithms::MaxIndependentSetByMaxClique::clique_visitor_type< GraphType, MisVisitorType >::mis_visitor |
bind mis visitor
Definition at line 39 of file MaxIndependentSet.h.