Implementation of the variant class allowing to store any type of those listed in the template parame...
Definition: variant.hpp:98
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Context free grammar in Chomsky hierarchy or type 2 in Chomsky hierarchy. Generates context free lang...
Definition: CFG.h:67
Definition: Substitute.h:15
static void substitute(const grammar::CFG< > &orig, grammar::CFG< > &res, const DefaultSymbolType &origLHS, const ext::vector< ext::variant< DefaultSymbolType, DefaultSymbolType > > &origRHS, ext::vector< ext::variant< DefaultSymbolType, DefaultSymbolType > >::const_iterator nonterminal)
Definition: Substitute.cpp:11
return res
Definition: MinimizeByPartitioning.h:145
Definition: ToAutomaton.h:24