Awali
Another Weighted Automata library
|
#include <algorithm>
#include <iostream>
#include <map>
#include <awali/sttc/algos/grail.hh>
#include <awali/sttc/labelset/fwd.hh>
#include <awali/sttc/misc/escape.hh>
#include <awali/common/qfraction.cc>
Go to the source code of this file.
Data Structures | |
class | awali::sttc::internal::efsmer< Aut > |
Format automaton to EFSM format, based on FSM format. More... | |
struct | awali::sttc::internal::rank< LabelSet > |
Number of tapes. More... | |
struct | awali::sttc::internal::rank< tupleset< LabelSet... > > |
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::efsm (const Aut &aut, std::ostream &out) |
Format automaton to EFSM format, based on FSM format. More... | |
double | awali::sttc::internal::evalf (const q_fraction_t &x) |
template<typename T > | |
T | awali::sttc::internal::evalf (const T &x) |