Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces
OneTapeDTM.h File Reference
#include <alib/map>
#include <alib/set>
#include <alib/tuple>
#include <core/components.hpp>
#include <common/DefaultStateType.h>
#include <common/DefaultSymbolType.h>
#include <automaton/AutomatonException.h>
#include <automaton/common/Shift.h>
#include <core/normalize.hpp>
#include <alphabet/common/SymbolNormalize.h>
#include <automaton/common/AutomatonNormalize.h>
Include dependency graph for OneTapeDTM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  automaton::OneTapeDTM< SymbolTypeT, StateTypeT >
 Deterministic single tape turing machine. Accepts recursive languages. More...
 
class  core::SetConstraint< automaton::OneTapeDTM< SymbolType, StateType >, SymbolType, automaton::TapeAlphabet >
 
class  core::SetConstraint< automaton::OneTapeDTM< SymbolType, StateType >, SymbolType, automaton::InputAlphabet >
 
class  core::ElementConstraint< automaton::OneTapeDTM< SymbolType, StateType >, SymbolType, automaton::BlankSymbol >
 
class  core::SetConstraint< automaton::OneTapeDTM< SymbolType, StateType >, StateType, automaton::States >
 
class  core::SetConstraint< automaton::OneTapeDTM< SymbolType, StateType >, StateType, automaton::FinalStates >
 
class  core::ElementConstraint< automaton::OneTapeDTM< SymbolType, StateType >, StateType, automaton::InitialState >
 
struct  core::normalize< automaton::OneTapeDTM< SymbolType, StateType > >
 

Namespaces

namespace  automaton
 
namespace  core