Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ApproximateEnhancedCoversCommon.h>
Public Member Functions | |
State ()=default | |
~State ()=default | |
State (State &&other)=default | |
State & | operator= (State &&other)=default |
Data Fields | |
unsigned | depth = 0 |
ext::pair< unsigned, unsigned > | lfactor |
ext::vector< Element > | elements |
State of the deterministic trie-like k-approximate suffix automaton.
|
default |
|
default |
|
default |
|
default |
unsigned stringology::cover::ApproximateEnhancedCoversCommon::State::depth = 0 |
ext::vector< Element > stringology::cover::ApproximateEnhancedCoversCommon::State::elements |
ext::pair< unsigned, unsigned > stringology::cover::ApproximateEnhancedCoversCommon::State::lfactor |