OR-Tools  8.2
ArcIndexOrderingByTailNode< GraphType >

Detailed Description

template<typename GraphType>
class operations_research::ArcIndexOrderingByTailNode< GraphType >

Definition at line 1057 of file linear_assignment.h.

Public Member Functions

 ArcIndexOrderingByTailNode (const GraphType &graph)
 
bool operator() (typename GraphType::ArcIndex a, typename GraphType::ArcIndex b) const
 

Constructor & Destructor Documentation

◆ ArcIndexOrderingByTailNode()

ArcIndexOrderingByTailNode ( const GraphType &  graph)
inlineexplicit

Definition at line 1059 of file linear_assignment.h.

Member Function Documentation

◆ operator()()

bool operator() ( typename GraphType::ArcIndex  a,
typename GraphType::ArcIndex  b 
) const
inline

Definition at line 1064 of file linear_assignment.h.


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