![]() |
Awali
Another Weighted Automata library
|
#include <queue>#include <unordered_map>#include <awali/sttc/algos/copy.hh>#include <awali/sttc/misc/unordered_set.hh>Go to the source code of this file.
Namespaces | |
| awali | |
| Main namespace of Awali. | |
| awali::sttc | |
| Namespace for the static layer of Awali. | |
Functions | |
| template<typename Aut > | |
| auto | awali::sttc::complete (const Aut &aut, bool keep_history=true) -> decltype(copy(aut, keep_history)) |
| Completion of a deterministic automaton. More... | |
| template<typename Aut > | |
| Aut & | awali::sttc::complete_here (Aut &aut) |
| Completion of a deterministic automaton. More... | |