Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
arbology::indexing::NonlinearCompressedBitParallelIndexConstruction Class Reference

#include <NonlinearCompressedBitParallelIndexConstruction.h>

Static Public Member Functions

template<class SymbolType >
static indexes::arbology::NonlinearCompressedBitParallelTreeIndex< SymbolType > construct (const tree::PrefixRankedBarTree< SymbolType > &w)
 

Detailed Description

Constructs a nonlinear compressed bit parallel index for given tree.

Member Function Documentation

◆ construct()

template<class SymbolType >
indexes::arbology::NonlinearCompressedBitParallelTreeIndex< SymbolType > arbology::indexing::NonlinearCompressedBitParallelIndexConstruction::construct ( const tree::PrefixRankedBarTree< SymbolType > &  w)
static

Creates nonlinear compressed bit parallel index for trees

Parameters
treetree to construct the index for
Returns
the index
Here is the call graph for this function:

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