Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
stringology::query::BackwardOracleMatching Class Reference

#include <BackwardOracleMatching.h>

Static Public Member Functions

template<class SymbolType , class StateType >
static ext::set< unsigned > match (const string::LinearString< SymbolType > &subject, const automaton::DFA< SymbolType, StateType > &factorOracle)
 

Detailed Description

Implementation of Backward Oracle Matching.

Member Function Documentation

◆ match()

template<class SymbolType , class StateType >
ext::set< unsigned > stringology::query::BackwardOracleMatching::match ( const string::LinearString< SymbolType > &  subject,
const automaton::DFA< SymbolType, StateType > &  factorOracle 
)
static

Search for pattern in linear string.

Returns
set set of occurences
Here is the call graph for this function:

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