PandA-2024.02
Public Member Functions | Private Attributes
boost::heap_compare_functor< size_type > Struct Template Reference

#include <maxclique_dsatur_coloring.hpp>

Public Member Functions

bool operator() (size_type i1, size_type i2) const
 
 heap_compare_functor (const std::vector< size_type > &_ColorCount, const std::vector< size_type > &_DegreeCount)
 

Private Attributes

const std::vector< size_type > & ColorCount
 
const std::vector< size_type > & DegreeCount
 

Detailed Description

template<typename size_type>
struct boost::heap_compare_functor< size_type >

Definition at line 97 of file maxclique_dsatur_coloring.hpp.

Constructor & Destructor Documentation

◆ heap_compare_functor()

template<typename size_type>
boost::heap_compare_functor< size_type >::heap_compare_functor ( const std::vector< size_type > &  _ColorCount,
const std::vector< size_type > &  _DegreeCount 
)
inline

Definition at line 105 of file maxclique_dsatur_coloring.hpp.

Member Function Documentation

◆ operator()()

template<typename size_type>
bool boost::heap_compare_functor< size_type >::operator() ( size_type  i1,
size_type  i2 
) const
inline

Field Documentation

◆ ColorCount

template<typename size_type>
const std::vector<size_type>& boost::heap_compare_functor< size_type >::ColorCount
private

◆ DegreeCount

template<typename size_type>
const std::vector<size_type>& boost::heap_compare_functor< size_type >::DegreeCount
private

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

Generated on Mon Feb 12 2024 13:04:11 for PandA-2024.02 by doxygen 1.8.13