Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
limbo::algorithms::coloring::ILPColoringLemonCbc< GraphType >::edge_hash_type Struct Reference

hasher class for graph_edge_type More...

#include <ILPColoringLemonCbc.h>

Inheritance diagram for limbo::algorithms::coloring::ILPColoringLemonCbc< GraphType >::edge_hash_type:

Public Member Functions

std::size_t operator() (graph_edge_type const &e) const
 

Detailed Description

template<typename GraphType>
struct limbo::algorithms::coloring::ILPColoringLemonCbc< GraphType >::edge_hash_type

hasher class for graph_edge_type

Definition at line 80 of file ILPColoringLemonCbc.h.

Member Function Documentation

template<typename GraphType >
std::size_t limbo::algorithms::coloring::ILPColoringLemonCbc< GraphType >::edge_hash_type::operator() ( graph_edge_type const &  e) const
inline

get hash value for an edge

Parameters
eedge
Returns
hash value

Definition at line 85 of file ILPColoringLemonCbc.h.


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