Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces
Accept.h File Reference
#include <string/LinearString.h>
#include <tree/ranked/RankedTree.h>
#include "Run.h"
#include <automaton/FSM/DFA.h>
#include <automaton/FSM/NFA.h>
#include <automaton/TA/DFTA.h>
#include <automaton/TA/NFTA.h>
#include <automaton/PDA/InputDrivenDPDA.h>
#include <automaton/PDA/VisiblyPushdownDPDA.h>
#include <automaton/PDA/RealTimeHeightDeterministicDPDA.h>
#include <automaton/PDA/DPDA.h>
#include <automaton/PDA/NPDTA.h>
#include <ext/algorithm>
#include <alib/deque>
#include <alib/vector>
Include dependency graph for Accept.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  automaton::run::Accept
 Implementation of test whether automaton accepts its input. More...
 

Namespaces

namespace  automaton
 
namespace  automaton::run