Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces
ContextPreservingUnrestrictedGrammar.h File Reference
#include <ext/algorithm>
#include <alib/map>
#include <alib/set>
#include <alib/vector>
#include <core/components.hpp>
#include <common/DefaultSymbolType.h>
#include <grammar/GrammarException.h>
#include <core/normalize.hpp>
#include <alphabet/common/SymbolNormalize.h>
#include <grammar/common/GrammarNormalize.h>
Include dependency graph for ContextPreservingUnrestrictedGrammar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  grammar::ContextPreservingUnrestrictedGrammar< SymbolType >
 Context preserving unrestricted grammar. Type 0 in Chomsky hierarchy. Generates recursively enumerable languages. More...
 
class  core::SetConstraint< grammar::ContextPreservingUnrestrictedGrammar< SymbolType >, SymbolType, grammar::TerminalAlphabet >
 
class  core::SetConstraint< grammar::ContextPreservingUnrestrictedGrammar< SymbolType >, SymbolType, grammar::NonterminalAlphabet >
 
class  core::ElementConstraint< grammar::ContextPreservingUnrestrictedGrammar< SymbolType >, SymbolType, grammar::InitialSymbol >
 
struct  core::normalize< grammar::ContextPreservingUnrestrictedGrammar< SymbolType > >
 

Namespaces

namespace  grammar
 
namespace  core