Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::or_internal::TailArrayBuilder< GraphType, has_reverse_arcs > Struct Template Reference

#include <ebert_graph.h>

Public Member Functions

 TailArrayBuilder (GraphType *unused_graph)
 
bool BuildTailArray () const
 

Detailed Description

template<typename GraphType, bool has_reverse_arcs>
struct operations_research::or_internal::TailArrayBuilder< GraphType, has_reverse_arcs >

The TailArrayBuilder class template is not expected to be used by clients. It is a helper for the TailArrayManager template.

The TailArrayBuilder for graphs with reverse arcs does nothing.

Definition at line 1877 of file ebert_graph.h.

Constructor & Destructor Documentation

◆ TailArrayBuilder()

template<typename GraphType , bool has_reverse_arcs>
operations_research::or_internal::TailArrayBuilder< GraphType, has_reverse_arcs >::TailArrayBuilder ( GraphType * unused_graph)
inlineexplicit

Definition at line 1878 of file ebert_graph.h.

Member Function Documentation

◆ BuildTailArray()

template<typename GraphType , bool has_reverse_arcs>
bool operations_research::or_internal::TailArrayBuilder< GraphType, has_reverse_arcs >::BuildTailArray ( ) const
inline

Definition at line 1880 of file ebert_graph.h.


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