#include <EpsilonRemoverOutgoing.h>
|
template<class StateType , class SymbolType > |
static automaton::MultiInitialStateNFA< SymbolType, StateType > | remove (const automaton::EpsilonNFA< SymbolType, StateType > &fsm) |
|
template<class StateType , class SymbolType > |
static automaton::MultiInitialStateNFA< SymbolType, StateType > | remove (const automaton::MultiInitialStateNFA< SymbolType, StateType > &fsm) |
|
template<class StateType , class SymbolType > |
static automaton::NFA< SymbolType, StateType > | remove (const automaton::NFA< SymbolType, StateType > &fsm) |
|
template<class StateType , class SymbolType > |
static automaton::DFA< SymbolType, StateType > | remove (const automaton::DFA< SymbolType, StateType > &fsm) |
|
◆ remove() [1/4]
◆ remove() [2/4]
Computes epsilon closure of a state in epsilon nonfree automaton
Step 2 from Melichar 2.41
◆ remove() [3/4]
◆ remove() [4/4]
The documentation for this class was generated from the following file: