"Generates a random regular expression.\n\
\n\
@param leafNodes number of leaf nodes in the generated regexp\n\
@param height the height of the generated regular expression\n\
@param alphabet the alphabet of the regular expression\n\
\n\
@return random regular expression" )
static regexp::UnboundedRegExp< std::string > generateUnboundedRegExp(size_t leafNodes, size_t height, size_t alphabetSize, bool randomizedAlphabet)
Definition: RandomRegExpFactory.cpp:21
Definition: AlgoRegistration.hpp:35