PandA-2024.02
|
#include <clique_covering_graph.hpp>
Public Member Functions | |
edge_compatibility_selector () | |
edge_compatibility_selector (int _selector, int _weight) | |
Constructor with selector. More... | |
Data Fields | |
int | selector |
The selector associated with the edge. More... | |
int | weight |
edge weight More... | |
Definition at line 133 of file clique_covering_graph.hpp.
|
inline |
Definition at line 142 of file clique_covering_graph.hpp.
|
inline |
Constructor with selector.
_selector | is the selector to be associated with the edge |
_weight | is the weight to be associated with the edge |
Definition at line 151 of file clique_covering_graph.hpp.
int edge_compatibility_selector::selector |
The selector associated with the edge.
Definition at line 137 of file clique_covering_graph.hpp.
int edge_compatibility_selector::weight |
edge weight
Definition at line 140 of file clique_covering_graph.hpp.