Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::ArcIndexOrderingByTailNode< GraphType > Class Template Reference

Detailed Description

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

Definition at line 1032 of file linear_assignment.h.

#include <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()

template<typename GraphType>
operations_research::ArcIndexOrderingByTailNode< GraphType >::ArcIndexOrderingByTailNode ( const GraphType & graph)
inlineexplicit

Definition at line 1034 of file linear_assignment.h.

Member Function Documentation

◆ operator()()

template<typename GraphType>
bool operations_research::ArcIndexOrderingByTailNode< GraphType >::operator() ( typename GraphType::ArcIndex a,
typename GraphType::ArcIndex b ) const
inline

Definition at line 1039 of file linear_assignment.h.


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