Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <DFTA.h>
Static Public Member Functions | |
static automaton::DFTA< SymbolType, StateType > | parse (ext::istream &input) |
static bool | first (ext::istream &input) |
static void | compose (ext::ostream &output, const automaton::DFTA< SymbolType, StateType > &automaton) |
|
static |
|
static |
|
static |