Scippy

GCG

Branch-and-Price & Column Generation for Everyone

gcg::pair_hash Struct Reference

Detailed Description

combine two hash function of objects of a pair to get a vaulue for the pair

Definition at line 89 of file class_detprobdata.h.

combine two hash function of objects of a pair to get a vaulue for the pair More...

#include <class_detprobdata.h>

Public Member Functions

template<class T1 , class T2 >
std::size_t operator() (const std::pair< T1, T2 > &p) const
 

Member Function Documentation

◆ operator()()

template<class T1 , class T2 >
std::size_t gcg::pair_hash::operator() ( const std::pair< T1, T2 > &  p) const
inline

Definition at line 92 of file class_detprobdata.h.