Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
DeterminizeRHDPDAPart.hxx File Reference
#include "common/RHDPDACommon.h"
#include <automaton/PDA/RealTimeHeightDeterministicNPDA.h>
#include <alib/set>
#include <global/GlobalData.h>
Include dependency graph for DeterminizeRHDPDAPart.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  automaton
 
namespace  automaton::determinize
 

Functions

template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
ext::set< common::symbol_or_epsilon< InputSymbolType > > automaton::determinize::getRetPartitioning (const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &npda, const ext::set< StateType > &dSubSet)
 
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
ext::set< common::symbol_or_epsilon< InputSymbolType > > automaton::determinize::getCallPartitioning (const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &npda, const ext::set< StateType > &dSubSet)
 
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType >
ext::set< common::symbol_or_epsilon< InputSymbolType > > automaton::determinize::getLocalPartitioning (const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &npda, const ext::set< StateType > &dSubSet)