reglibcpp
2.0.0
A C++ implementation of models for regular languages
|
Contains the reg::dfa class definition. More...
#include <memory>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | reg::dfa |
Represents deterministic finite automata. More... | |
Namespaces | |
reg | |
Where this library lives. | |
Functions | |
string | reg::findShortestWord (dfa const &d) |
Searches the shortest UTF-8-encoded word accepted by a given DFA. More... | |
u32string | reg::findShortestWord_ (dfa const &d) |
Searches the shortest UTF-32-encoded word accepted by a given DFA. More... | |