Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Concepts
Static Public Member Functions
stringology::simulations::GeneralizedLevenshteinBitParalelism Class Reference

#include <GeneralizedLevenshteinBitParalelism.h>

Static Public Member Functions

template<class SymbolType >
static ext::set< unsigned int > search (const string::LinearString< SymbolType > &text, const string::LinearString< SymbolType > &pattern, unsigned int errors)
 

Member Function Documentation

◆ search()

template<class SymbolType >
ext::set< unsigned int > stringology::simulations::GeneralizedLevenshteinBitParalelism::search ( const string::LinearString< SymbolType > &  text,
const string::LinearString< SymbolType > &  pattern,
unsigned int  errors 
)
static
Here is the call graph for this function:

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