PandA-2024.02
Public Member Functions | Data Fields
edge_compatibility_selector Struct Reference

#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...
 

Detailed Description

Definition at line 133 of file clique_covering_graph.hpp.

Constructor & Destructor Documentation

◆ edge_compatibility_selector() [1/2]

edge_compatibility_selector::edge_compatibility_selector ( )
inline

Definition at line 142 of file clique_covering_graph.hpp.

◆ edge_compatibility_selector() [2/2]

edge_compatibility_selector::edge_compatibility_selector ( int  _selector,
int  _weight 
)
inline

Constructor with selector.

Parameters
_selectoris the selector to be associated with the edge
_weightis the weight to be associated with the edge

Definition at line 151 of file clique_covering_graph.hpp.

Field Documentation

◆ selector

int edge_compatibility_selector::selector

The selector associated with the edge.

Definition at line 137 of file clique_covering_graph.hpp.

◆ weight

int edge_compatibility_selector::weight

edge weight

Definition at line 140 of file clique_covering_graph.hpp.


The documentation for this struct was generated from the following file:

Generated on Mon Feb 12 2024 13:03:50 for PandA-2024.02 by doxygen 1.8.13