Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <UnreachableStatesRemover.h>
Static Public Member Functions | |
template<class T > | |
static T | remove (const T &fsm) |
template<class SymbolType , class StateType > | |
static automaton::MultiInitialStateNFA< SymbolType, StateType > | remove (const automaton::MultiInitialStateNFA< SymbolType, StateType > &fsm) |
|
static |
|
static |
Removes dead states from FSM. Melichar 2.29