PandA-2024.02
|
#include <clique_covering_graph.hpp>
Public Types | |
using | vertex_descriptor = typename boost::graph_traits< Graph >::vertex_descriptor |
using | SET_container = CustomUnorderedSet< vertex_descriptor > |
Public Member Functions | |
cc_compatibility_graph_vertex_selector () | |
constructor More... | |
cc_compatibility_graph_vertex_selector (SET_container *_support) | |
constructor More... | |
bool | operator() (const vertex_descriptor &v) const |
selector operator More... | |
Private Attributes | |
bool | all |
SET_container * | support |
Graph includes.
Predicate functor object used to select the proper set of vertices
Definition at line 59 of file clique_covering_graph.hpp.
using cc_compatibility_graph_vertex_selector< Graph >::SET_container = CustomUnorderedSet<vertex_descriptor> |
Definition at line 63 of file clique_covering_graph.hpp.
using cc_compatibility_graph_vertex_selector< Graph >::vertex_descriptor = typename boost::graph_traits<Graph>::vertex_descriptor |
Definition at line 62 of file clique_covering_graph.hpp.
|
inline |
constructor
Definition at line 65 of file clique_covering_graph.hpp.
|
inlineexplicit |
constructor
Definition at line 69 of file clique_covering_graph.hpp.
|
inline |
selector operator
Definition at line 73 of file clique_covering_graph.hpp.
References cc_compatibility_graph_vertex_selector< Graph >::all, and cc_compatibility_graph_vertex_selector< Graph >::support.
|
private |
Definition at line 86 of file clique_covering_graph.hpp.
Referenced by cc_compatibility_graph_vertex_selector< Graph >::operator()().
|
private |
Definition at line 87 of file clique_covering_graph.hpp.
Referenced by cc_compatibility_graph_vertex_selector< Graph >::operator()().