faudes::LangK Class Reference This class is used to find all words that can be found when traversing a maximum of k transitions of a given generator. More...
Detailed DescriptionThis class is used to find all words that can be found when traversing a maximum of k transitions of a given generator. It is intended mainly for debugging purposes, not for finding whole languages. Note: length k can include "empty" (lambda) strings OverviewOverview ContentsContents Definition at line 40 of file pd_lang_k.h. Constructor & Destructor Documentation
Member Function Documentation
find all words that can be generated by traversing k transitions
Definition at line 14 of file pd_lang_k.cpp.
Print the words that were found in the last execution of FindLangK. Definition at line 27 of file pd_lang_k.cpp.
Recursively traverse the generator and build new words until word length is k.
Definition at line 35 of file pd_lang_k.cpp. Member Data Documentation
maximum word length Definition at line 74 of file pd_lang_k.h.
the generator Definition at line 72 of file pd_lang_k.h.
storage for the words Definition at line 70 of file pd_lang_k.h. The documentation for this class was generated from the following files: libFAUDES 2.24g --- 2014.09.15 --- c++ api documentaion by doxygen |