Google OR-Tools: operations_research::WeightedWaveletTree Class Reference

Definition at line 743 of file routing_filters.h.

#include <routing_filters.h>

Public Member Functions

 WeightedWaveletTree ()=default
void Clear ()
int TreeSize () const
void PushBack (int64_t height, int64_t weight)
void MakeTreeFromNewElements ()
int64_t RangeSumWithThreshold (int64_t threshold_height, int begin_index, int end_index) const
operations_research::WeightedWaveletTree::WeightedWaveletTree ( )
default

◆ Clear()

void operations_research::WeightedWaveletTree::Clear ( )

◆ MakeTreeFromNewElements()

void operations_research::WeightedWaveletTree::MakeTreeFromNewElements ( )

◆ PushBack()

void operations_research::WeightedWaveletTree::PushBack ( int64_t height,
int64_t weight )
inline

◆ RangeSumWithThreshold()

int64_t operations_research::WeightedWaveletTree::RangeSumWithThreshold ( int64_t threshold_height,
int begin_index,
int end_index ) const

◆ TreeSize()

int operations_research::WeightedWaveletTree::TreeSize ( ) const
inline

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