8#include "string/CyclicString.h"
9#include "string/LinearString.h"
15 template <
class SymbolType >
18 template <
class SymbolType >
22template <
class SymbolType >
28template <
class SymbolType >
Definition: StringCompare.h:13
static bool compare(const string::LinearString< SymbolType > &a, const string::LinearString< SymbolType > &b)
Definition: StringCompare.h:23
Cyclic string.
Definition: CyclicString.h:60
Linear string.
Definition: LinearString.h:57
const ext::set< SymbolType > & getAlphabet() const &
Definition: LinearString.h:103
const ext::vector< SymbolType > & getContent() const &
Definition: LinearString.h:238
Definition: AutomatonCompare.h:29