Awali
Another Weighted Automata library
|
#include <set>
#include <awali/sttc/algos/copy.hh>
#include <awali/sttc/algos/is_complete.hh>
#include <awali/sttc/algos/determinize.hh>
#include <awali/sttc/misc/raise.hh>
#include <awali/sttc/weightset/fwd.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::complement (const Aut &aut, bool keep_history=true) -> decltype(copy(aut)) |
Complementation of a deterministic complete automaton. More... | |
template<typename Aut > | |
Aut | awali::sttc::complement_here (Aut &aut) |
Complementation of a deterministic complete automaton. More... | |