Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Data Fields
stringology::cover::ApproximateEnhancedCoversCommon::Element Struct Reference

#include <ApproximateEnhancedCoversCommon.h>

Public Member Functions

 Element ()=default
 
 Element (unsigned d, unsigned l)
 

Data Fields

unsigned depth
 
unsigned level
 

Detailed Description

A simple structure used to represent the element of d-subset corresponding to a state q of a nondeterministic approximate suffix automaton.

Constructor & Destructor Documentation

◆ Element() [1/2]

stringology::cover::ApproximateEnhancedCoversCommon::Element::Element ( )
default

◆ Element() [2/2]

stringology::cover::ApproximateEnhancedCoversCommon::Element::Element ( unsigned  d,
unsigned  l 
)
inline

Field Documentation

◆ depth

unsigned stringology::cover::ApproximateEnhancedCoversCommon::Element::depth

◆ level

unsigned stringology::cover::ApproximateEnhancedCoversCommon::Element::level

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