Awali
Another Weighted Automata library
|
#include <algorithm>
#include <iostream>
#include <awali/sttc/algos/grail.hh>
#include <awali/sttc/misc/escape.hh>
#include <awali/sttc/misc/set.hh>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::dautter< Aut > |
Format an automaton into daut vcsn format. More... | |
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::sttc | |
Namespace for the static layer of Awali. | |
awali::sttc::internal | |
Implementation details of static layer (not stable). | |
Functions | |
template<typename Aut > | |
std::ostream & | awali::sttc::daut (const Aut &aut, std::ostream &out) |
Output in 'daut' format. More... | |