Awali
Another Weighted Automata library
|
#include <algorithm>
#include <iostream>
#include <awali/sttc/algos/grail.hh>
#include <awali/sttc/algos/accessible.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::dotter< Aut > |
Format an automaton into Dot. 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::dot (const Aut &aut, std::ostream &out, bool dot2tex=false, bool keep_history=true, bool horizontal=true) |