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

#include <ebert_graph.h>

Public Member Functions

 TailArrayManager (GraphType *g)
 
bool BuildTailArrayFromAdjacencyListsIfForwardGraph () const
 
void ReleaseTailArrayIfForwardGraph () const
 

Detailed Description

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

Definition at line 1921 of file ebert_graph.h.

Constructor & Destructor Documentation

◆ TailArrayManager()

template<typename GraphType >
operations_research::TailArrayManager< GraphType >::TailArrayManager ( GraphType * g)
inlineexplicit

Definition at line 1923 of file ebert_graph.h.

Member Function Documentation

◆ BuildTailArrayFromAdjacencyListsIfForwardGraph()

template<typename GraphType >
bool operations_research::TailArrayManager< GraphType >::BuildTailArrayFromAdjacencyListsIfForwardGraph ( ) const
inline

Definition at line 1925 of file ebert_graph.h.

◆ ReleaseTailArrayIfForwardGraph()

template<typename GraphType >
void operations_research::TailArrayManager< GraphType >::ReleaseTailArrayIfForwardGraph ( ) const
inline

Definition at line 1932 of file ebert_graph.h.


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