Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <CompressedBitParallelismFactors.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< unsigned > | query (const indexes::stringology::CompressedBitParallelIndex< SymbolType > &compressedBitParallelIndex, const string::LinearString< SymbolType > &string) |
Query compressed bit parallel index for given string.
|
static |
Query a compressed bit parallel index
compressedBitParallelIndex | the index to query |
string | the string to query with |