PGROUTING  3.2
pgrouting::vrp::Swap_bk::Compare Class Reference

Public Member Functions

bool operator() (const Swap_info &lhs, const Swap_info rhs)
 

Detailed Description

Definition at line 85 of file book_keeping.h.

Member Function Documentation

◆ operator()()

bool pgrouting::vrp::Swap_bk::Compare::operator() ( const Swap_info lhs,
const Swap_info  rhs 
)
inline

Definition at line 87 of file book_keeping.h.

87  {
88  return lhs.estimated_delta > rhs.estimated_delta;
89  }

References pgrouting::vrp::Swap_info::estimated_delta.


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