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

#include <ebert_graph.h>

Public Member Functions

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

Detailed Description

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

Definition at line 1944 of file ebert_graph.h.

Constructor & Destructor Documentation

◆ ArcFunctorOrderingByTailAndHead()

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

Definition at line 1946 of file ebert_graph.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1949 of file ebert_graph.h.


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