Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ext/iostream>
#include <ext/algorithm>
#include <alib/string>
#include <alib/set>
#include <core/components.hpp>
#include <exception/CommonException.h>
#include <common/DefaultSymbolType.h>
#include "FormalRTEStructure.h"
#include <core/normalize.hpp>
#include <alphabet/common/SymbolNormalize.h>
Go to the source code of this file.
Data Structures | |
class | rte::FormalRTE< SymbolType > |
Formal regular tree expression represents regular tree expression. It describes regular tree languages. The expression consists of the following nodes: More... | |
class | core::SetConstraint< rte::FormalRTE< SymbolType >, common::ranked_symbol< SymbolType >, rte::GeneralAlphabet > |
class | core::SetConstraint< rte::FormalRTE< SymbolType >, common::ranked_symbol< SymbolType >, rte::ConstantAlphabet > |
struct | core::normalize< rte::FormalRTE< SymbolType > > |
Namespaces | |
namespace | rte |
namespace | core |